reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2092   bool isPipeType() const;                      // OpenCL pipe type

References

tools/clang/include/clang/AST/Type.h
 6610          isQueueT() || isReserveIDT() || isPipeType() || isOCLExtOpaqueType();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1340         bool isPipe = ty->isPipeType();
 1399       if (ty->isImageType() || ty->isPipeType()) {
tools/clang/lib/Sema/SemaChecking.cpp
  757   if (!Arg0->getType()->isPipeType()) {
  938   if (!Call->getArg(0)->getType()->isPipeType()) {
tools/clang/lib/Sema/SemaDecl.cpp
 6504     if (R->isImageType() || R->isPipeType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 6299           DeclTy->isPipeType()) {
tools/clang/lib/Sema/SemaExpr.cpp
12852         LHSTy->isPipeType() || RHSTy->isPipeType() ||
12852         LHSTy->isPipeType() || RHSTy->isPipeType() ||
13466         (Ty->isImageType() || Ty->isSamplerT() || Ty->isPipeType()
tools/clang/lib/Sema/SemaType.cpp
 2339     if (ArrType->isBlockPointerType() || ArrType->isPipeType() ||
 4439         if (T->isImageType() || T->isSamplerT() || T->isPipeType() ||
 4640             T->isPipeType()) {
 7314   if (!(CurType->isImageType() || CurType->isPipeType())) {
 7324     if (BaseTy->isPipeType()) {
 7358   } else if (CurType->isPipeType()) {