Home
last modified time | relevance | path

Searched defs:BPT (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Analysis/
DBodyFarm.cpp31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp419 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
1048 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
3963 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
3981 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
DRewriteModernObjC.cpp508 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
1216 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
4819 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
4837 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
/external/clang/lib/CodeGen/
DCGBlocks.cpp957 const BlockPointerType *BPT = in EmitBlockCallExpr() local
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX_64.c149 #define BPT create_Mode(TILEGX_X_MODE) | create_Opcode_X1(RRR_0_OPCODE_X1) | \ macro
/external/clang/lib/Sema/
DSemaChecking.cpp271 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local
327 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
419 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
DSemaExpr.cpp5371 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
/external/clang/lib/AST/
DExpr.cpp1277 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local
DType.cpp420 if (const BlockPointerType *BPT = getAs<BlockPointerType>()) in getPointeeType() local