HomeSort by relevance Sort by last modified time
    Searched defs:BPT (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
BodyFarm.cpp 31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
32 if (!BPT)
38 BPT->getPointeeType()->getAs<FunctionProtoType>();
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX_64.c 149 #define BPT create_Mode(TILEGX_X_MODE) | create_Opcode_X1(RRR_0_OPCODE_X1) | \
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 508 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
509 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
RewriteObjC.cpp 419 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
420 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 271 const BlockPointerType *BPT =
274 BPT->getPointeeType()->getAs<FunctionProtoType>()->getParamTypes();
327 const BlockPointerType *BPT =
330 BPT->getPointeeType()->getAs<FunctionProtoType>()->getNumParams();
419 const BlockPointerType *BPT =
421 if (BPT->getPointeeType()->getAs<FunctionProtoType>()->getNumParams() > 0) {
    [all...]

Completed in 235 milliseconds