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/strace/
H A Dutil.c1584 # define BPT 0x91d02001 /* ta 1 */ macro
1611 * We cannot set a real BPT in the child, since it will not be
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp919 const BlockPointerType *BPT = local
941 QualType FnType = BPT->getPointeeType();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp426 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); local
427 T = Context->getPointerType(BPT->getPointeeType());
1061 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1062 PointeeTy = BPT->getPointeeType();
4059 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
4060 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4061 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4078 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
4079 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4080 FTP = BPT
[all...]
H A DRewriteModernObjC.cpp508 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); local
509 T = Context->getPointerType(BPT->getPointeeType());
1241 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1242 PointeeTy = BPT->getPointeeType();
5010 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
5011 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5012 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
5029 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); local
5030 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5031 FTP = BPT
[all...]

Completed in 709 milliseconds