/external/clang/lib/Sema/ |
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 …]
|
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
|
D | SemaExpr.cpp | 5336 CallExpr *TheCall; in BuildResolvedCallExpr() local
|
D | TreeTransform.h | 3014 ExprResult TheCall = new (SemaRef.Context) CallExpr( in RebuildShuffleVectorExpr() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 432 Instruction *TheCall = CS.getInstruction(); in getInlineBonuses() local 481 Instruction *TheCall = CS.getInstruction(); in getInlineCost() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 730 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall, in HandleByValArgument() 859 Instruction *TheCall) { in fixupLineNumbers() 891 Instruction *TheCall = CS.getInstruction(); in InlineFunction() local
|
D | CloneFunction.cpp | 354 Instruction *TheCall) { in CloneAndPruneFunctionInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1256 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall, in HandleByValArgument() 1351 Instruction *TheCall, bool CalleeHasDebugInfo) { in fixupLineNumbers() 1436 const Instruction *TheCall, in updateCallProfile() 1497 Instruction *TheCall = CS.getInstruction(); in InlineFunction() local
|
D | CloneFunction.cpp | 717 Instruction *TheCall) { in CloneAndPruneFunctionInto()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 309 if (const CallExpr *TheCall = dyn_cast<CallExpr>(CS->getStmt())) { in checkASTCodeBody() local
|
/external/llvm/lib/Transforms/Utils/ |
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
|
D | CloneFunction.cpp | 635 Instruction *TheCall) { in CloneAndPruneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 536 CallInst *TheCall = CallInst::Create(F, Args, "", StubBB); in runFunction() local
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 522 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 566 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 507 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 3231 CXXOperatorCallExpr TheCall(C, OO_Equal, CalleeExp->getCallee(), in GenerateObjCAtomicSetterCopyHelperFunction() local
|