Searched refs:BPT (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Analysis/
H A DBodyFarm.cpp30 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); local
31 if (!BPT)
37 BPT->getPointeeType()->getAs<FunctionProtoType>();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp522 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); local
523 T = Context->getPointerType(BPT->getPointeeType());
1255 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1256 PointeeTy = BPT->getPointeeType();
4944 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
4945 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4946 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4962 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
4963 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4964 FTP = BPT
[all...]
H A DRewriteObjC.cpp427 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); local
428 T = Context->getPointerType(BPT->getPointeeType());
1057 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1058 PointeeTy = BPT->getPointeeType();
4011 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
4012 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4013 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4029 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
4030 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4031 FTP = BPT
[all...]
/external/clang/lib/AST/
H A DType.cpp421 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
422 return BPT->getPointeeType();
H A DExpr.cpp1240 else if (const BlockPointerType *BPT = CalleeType->getAs<BlockPointerType>())
1241 CalleeType = BPT->getPointeeType();
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp933 const BlockPointerType *BPT = local
955 QualType FnType = BPT->getPointeeType();
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c154 #define BPT create_Mode(TILEGX_X_MODE) | create_Opcode_X1(RRR_0_OPCODE_X1) | \ macro
2221 return PI(BPT);
/external/clang/lib/Sema/
H A DSemaExpr.cpp4695 } else if (const BlockPointerType *BPT =
4697 FuncT = BPT->getPointeeType()->castAs<FunctionType>();

Completed in 170 milliseconds