Home
last modified time | relevance | path

Searched refs:BPT (Results 1 – 21 of 21) sorted by relevance

/external/clang/lib/Analysis/
DBodyFarm.cpp31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
32 if (!BPT) in isDispatchBlock()
38 BPT->getPointeeType()->getAs<FunctionProtoType>(); in isDispatchBlock()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp37 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
38 if (!BPT) in isDispatchBlock()
44 BPT->getPointeeType()->getAs<FunctionProtoType>(); in isDispatchBlock()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp419 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
420 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer()
1048 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
1049 PointeeTy = BPT->getPointeeType(); in RewriteTypeIntoString()
3963 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
3964 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyBlockArguments()
3965 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments()
3981 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
3982 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyObjCQualifiedType()
3983 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyObjCQualifiedType()
DRewriteModernObjC.cpp508 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
509 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer()
1216 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
1217 PointeeTy = BPT->getPointeeType(); in RewriteTypeIntoString()
4819 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
4820 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyBlockArguments()
4821 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments()
4837 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
4838 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyObjCQualifiedType()
4839 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyObjCQualifiedType()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp419 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
420 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer()
1052 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
1053 PointeeTy = BPT->getPointeeType(); in RewriteTypeIntoString()
3974 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
3975 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyBlockArguments()
3976 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments()
3992 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
3993 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyObjCQualifiedType()
3994 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyObjCQualifiedType()
DRewriteModernObjC.cpp508 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
509 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer()
1218 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
1219 PointeeTy = BPT->getPointeeType(); in RewriteTypeIntoString()
4819 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
4820 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyBlockArguments()
4821 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments()
4837 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
4838 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type"); in PointerTypeTakesAnyObjCQualifiedType()
4839 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyObjCQualifiedType()
/external/clang/lib/CodeGen/
DCGBlocks.cpp957 const BlockPointerType *BPT = in EmitBlockCallExpr() local
980 QualType FnType = BPT->getPointeeType(); in EmitBlockCallExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1180 const auto *BPT = E->getCallee()->getType()->castAs<BlockPointerType>(); in EmitBlockCallExpr() local
1184 QualType FnType = BPT->getPointeeType(); in EmitBlockCallExpr()
/external/clang/lib/AST/
DType.cpp420 if (const BlockPointerType *BPT = getAs<BlockPointerType>()) in getPointeeType() local
421 return BPT->getPointeeType(); in getPointeeType()
DExpr.cpp1277 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local
1278 CalleeType = BPT->getPointeeType(); in getCallReturnType()
/external/clang/lib/Sema/
DSemaChecking.cpp271 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local
274 BPT->getPointeeType()->getAs<FunctionProtoType>()->getParamTypes(); in checkOpenCLBlockArgs()
327 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
330 BPT->getPointeeType()->getAs<FunctionProtoType>()->getNumParams(); in checkOpenCLEnqueueVariadicArgs()
419 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
421 if (BPT->getPointeeType()->getAs<FunctionProtoType>()->getNumParams() > 0) { in SemaOpenCLBuiltinEnqueueKernel()
DSemaExpr.cpp5371 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
5373 FuncT = BPT->getPointeeType()->castAs<FunctionType>(); in BuildResolvedCallExpr()
/external/llvm-project/clang/lib/AST/
DType.cpp630 if (const auto *BPT = getAs<BlockPointerType>()) in getPointeeType() local
631 return BPT->getPointeeType(); in getPointeeType()
DExpr.cpp1387 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local
1388 CalleeType = BPT->getPointeeType(); in getCallReturnType()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp806 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local
809 BPT->getPointeeType()->castAs<FunctionProtoType>()->getParamTypes(); in checkOpenCLBlockArgs()
905 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
908 BPT->getPointeeType()->castAs<FunctionProtoType>()->getNumParams(); in checkOpenCLEnqueueVariadicArgs()
999 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
1001 if (BPT->getPointeeType()->castAs<FunctionProtoType>()->getNumParams() > 0) { in SemaOpenCLBuiltinEnqueueKernel()
DSemaExpr.cpp6590 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
6592 FuncT = BPT->getPointeeType()->castAs<FunctionType>(); in BuildResolvedCallExpr()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv931 ,"GB","BPT","Burry Port","Burry Port","DFD","123-----","AA","0701",,"5141N 00415W",
9208 ,"IN","BPT","Bangarapet","Bangarapet","KA","123-----","RL","0601",,"1259N 07811E",
11168 ,"IT","BPT","Brusaporto","Brusaporto","BG","--3-----","RQ","0901",,"4540N 00945E",
D2013-1_UNLOCODE_CodeListPart1.csv2020 "+","AU","BPT","Barney Point","Barney Point","QLD","--3-----","RL","1301",,"2350S 15116E",
6318 ,"BR","BPT","Brasilia Planaltina","Brasilia Planaltina","DF","--3-----","RQ","0607",,"1537S 04740W",
8523 ,"CA","BPT","Beauport","Beauport","QC","--3-----","RL","0201",,"4652N 07111W",
17055 ,"DE","BPT","Bad Peterstal-Griesbach","Bad Peterstal-Griesbach","BW","-23-----","AF","9501",,,
33712 ,"FR","BPT","Brion-pr�s-Thouet","Brion-pres-Thouet","79","--3-----","RL","0501",,"4703N 00011W",
D2013-1_UNLOCODE_CodeListPart3.csv10642 ,"US","BPT","Beaumont","Beaumont","TX","1--4----","AI","0001",,,
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_006.ppm6482 …���Ʒŷ��̺�н�ư�Į�ʳ�����p��h��k{x`;7%A=*=8-ZVJi^TSH>E6*O?4laTf[OheV]YJZ_BlpSX]BPT:SWCLP<JJ=DD7CC:AA71…
/external/one-true-awk/testdir/
Dfunstack.in17338 @Article{Bitner:1975:BPT,