Searched defs:BPT (Results 1 - 5 of 5) 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/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/Rewrite/Frontend/
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...]
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...]

Completed in 9360 milliseconds