/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 76 static bool SemaBuiltinAnnotation(Sema &S, CallExpr *TheCall) { in SemaBuiltinAnnotation() 104 static bool SemaBuiltinAddressof(Sema &S, CallExpr *TheCall) { in SemaBuiltinAddressof() 118 static bool SemaBuiltinOverflow(Sema &S, CallExpr *TheCall) { in SemaBuiltinOverflow() 152 CallExpr *TheCall, unsigned SizeIdx, in SemaBuiltinMemChkCall() 242 static bool SemaBuiltinSEHScopeCheck(Sema &SemaRef, CallExpr *TheCall, in SemaBuiltinSEHScopeCheck() 306 static bool SemaOpenCLBuiltinKernelWorkGroupSize(Sema &S, CallExpr *TheCall) { in SemaOpenCLBuiltinKernelWorkGroupSize() 324 static bool checkOpenCLEnqueueVariadicArgs(Sema &S, CallExpr *TheCall, in checkOpenCLEnqueueVariadicArgs() 372 static bool SemaOpenCLBuiltinEnqueueKernel(Sema &S, CallExpr *TheCall) { in SemaOpenCLBuiltinEnqueueKernel() 719 CallExpr *TheCall) { in CheckBuiltinFunctionCall() 1185 bool Sema::CheckNeonBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) { in CheckNeonBuiltinFunctionCall() [all …]
|
H A D | SemaOverload.cpp | 11607 CallExpr *TheCall = in CreateOverloadedUnaryOp() local 11834 CXXOperatorCallExpr *TheCall = in CreateOverloadedBinOp() local 12053 CXXOperatorCallExpr *TheCall = in CreateOverloadedArraySubscriptExpr() local 12326 CXXMemberCallExpr *TheCall = in BuildCallToMemberFunction() local 12628 CXXOperatorCallExpr *TheCall = new (Context) in BuildCallToObjectOfClassType() local 12810 CXXOperatorCallExpr *TheCall = in BuildOverloadedArrowExpr() local
|
H A D | SemaExpr.cpp | 5336 CallExpr *TheCall; in BuildResolvedCallExpr() local
|
H A D | TreeTransform.h | 3014 ExprResult TheCall = new (SemaRef.Context) CallExpr( in RebuildShuffleVectorExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1263 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall, in HandleByValArgument() 1390 Instruction *TheCall, bool CalleeHasDebugInfo) { in fixupLineNumbers() 1501 const Instruction *TheCall, in updateCallProfile() 1564 Instruction *TheCall = CS.getInstruction(); in InlineFunction() local
|
H A D | CodeExtractor.cpp | 1009 CallInst *TheCall) { in insertLifetimeMarkersSurroundingCall() 1525 CallInst *TheCall = in extractCodeRegion() local
|
H A D | CloneFunction.cpp | 732 Instruction *TheCall) { in CloneAndPruneFunctionInto()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1092 CallInst *TheCall) { in insertLifetimeMarkersSurroundingCall() 1519 CallInst &TheCall) { in fixupDebugInfoPostExtraction() 1795 CallInst *TheCall = in extractCodeRegion() local
|
H A D | InlineFunction.cpp | 1556 Instruction *TheCall, in HandleByValArgument() 1655 Instruction *TheCall, bool CalleeHasDebugInfo) { in fixupLineNumbers() 1856 const CallBase &TheCall, ProfileSummaryInfo *PSI, in updateCallProfile()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1178 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall, in HandleByValArgument() 1300 Instruction *TheCall) { in fixupLineNumbers() 1352 Instruction *TheCall = CS.getInstruction(); in InlineFunction() local
|
H A D | CloneFunction.cpp | 635 Instruction *TheCall) { in CloneAndPruneFunctionInto()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 309 if (const CallExpr *TheCall = dyn_cast<CallExpr>(CS->getStmt())) { in checkASTCodeBody() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 570 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 522 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3231 CXXOperatorCallExpr TheCall(C, OO_Equal, CalleeExp->getCallee(), in GenerateObjCAtomicSetterCopyHelperFunction() local
|