Home
last modified time | relevance | path

Searched defs:TheCall (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp76 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 …]
DSemaOverload.cpp11607 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
DSemaExpr.cpp5336 CallExpr *TheCall; in BuildResolvedCallExpr() local
DTreeTransform.h3014 ExprResult TheCall = new (SemaRef.Context) CallExpr( in RebuildShuffleVectorExpr() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp432 Instruction *TheCall = CS.getInstruction(); in getInlineBonuses() local
481 Instruction *TheCall = CS.getInstruction(); in getInlineCost() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp730 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall, in HandleByValArgument()
859 Instruction *TheCall) { in fixupLineNumbers()
891 Instruction *TheCall = CS.getInstruction(); in InlineFunction() local
DCloneFunction.cpp354 Instruction *TheCall) { in CloneAndPruneFunctionInto()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1256 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
DCloneFunction.cpp717 Instruction *TheCall) { in CloneAndPruneFunctionInto()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp309 if (const CallExpr *TheCall = dyn_cast<CallExpr>(CS->getStmt())) { in checkASTCodeBody() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1178 static Value *HandleByValArgument(Value *Arg, Instruction *TheCall, in HandleByValArgument()
1300 Instruction *TheCall) { in fixupLineNumbers()
1352 Instruction *TheCall = CS.getInstruction(); in InlineFunction() local
DCloneFunction.cpp635 Instruction *TheCall) { in CloneAndPruneFunctionInto()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp536 CallInst *TheCall = CallInst::Create(F, Args, "", StubBB); in runFunction() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp522 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp566 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp507 const Instruction *TheCall = CS.getInstruction(); in SurveyFunction() local
/external/clang/lib/CodeGen/
DCGObjC.cpp3231 CXXOperatorCallExpr TheCall(C, OO_Equal, CalleeExp->getCallee(), in GenerateObjCAtomicSetterCopyHelperFunction() local