Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dlocore.s373 #define BPT VTRAP(T_BREAKPOINT, bpt) macro
376 #define BPT TRAP(T_BREAKPOINT) macro
/netbsd-src/sys/arch/sparc/sparc/
H A Dlocore.s325 #define BPT VTRAP(T_BREAKPOINT, bpt) macro
328 #define BPT TRAP(T_BREAKPOINT) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp37 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp419 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
1052 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
3974 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
3992 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
H A DRewriteModernObjC.cpp508 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
1218 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
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX_64.c151 #define BPT create_Mode(TILEGX_X_MODE) | create_Opcode_X1(RRR_0_OPCODE_X1) | \ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1180 const auto *BPT = E->getCallee()->getType()->castAs<BlockPointerType>(); in EmitBlockCallExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp808 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local
907 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
1001 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
H A DSemaCodeComplete.cpp5220 } else if (const auto *BPT = Callee->getAs<BlockPointerType>()) { in getApproximateType() local
H A DSemaExpr.cpp6645 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp630 if (const auto *BPT = getAs<BlockPointerType>()) in getPointeeType() local
H A DExpr.cpp1461 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local