/external/clang/lib/CodeGen/ |
D | CGCUDARuntime.cpp | 41 if (const ImplicitCastExpr *CE = dyn_cast<ImplicitCastExpr>(E->getCallee())) { in EmitCUDAKernelCallExpr() 47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() 48 CGF.EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue, TargetDecl); in EmitCUDAKernelCallExpr()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 88 return *getCallee(); in getCalledValue() 102 *getCallee() = V; in setCalledFunction() 109 return getCallee() == &UI.getUse(); in isCallee() 258 IterTy getCallee() const { in getCallee() function 285 User::op_iterator getCallee() const;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 334 CELoc, CE->getCallee()->getSourceRange()); in checkCall_gets() 374 CELoc, CE->getCallee()->getSourceRange()); in checkCall_getpw() 416 CELoc, CE->getCallee()->getSourceRange()); in checkCall_mktemp() 525 CELoc, CE->getCallee()->getSourceRange()); in checkCall_strcpy() 552 CELoc, CE->getCallee()->getSourceRange()); in checkCall_strcat() 624 CE->getCallee()->getSourceRange()); in checkCall_rand() 652 "instead", CELoc, CE->getCallee()->getSourceRange()); in checkCall_random() 675 CELoc, CE->getCallee()->getSourceRange()); in checkCall_vfork() 740 CE->getCallee()->getSourceRange()); in checkUncheckedReturnValue()
|
D | VirtualCallChecker.cpp | 143 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in VisitCXXMemberCallExpr() 192 SourceRange R = CE->getCallee()->getSourceRange(); in ReportVirtualCall()
|
D | MallocSizeofChecker.cpp | 232 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody() 238 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(), in checkASTCodeBody()
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 95 return *getCallee(); in getCalledValue() 109 *getCallee() = V; in setCalledFunction() 119 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() 593 IterTy getCallee() const { in getCallee() function 619 User::op_iterator getCallee() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 102 return *getCallee(); in getCalledValue() 128 *getCallee() = V; in setCalledFunction() 148 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() 658 IterTy getCallee() const { in getCallee() function 686 User::op_iterator getCallee() const;
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | CheckTraceVisitor.cpp | 34 Expr* callee = call->getCallee(); in VisitCallExpr() 198 if (MemberExpr* callee = dyn_cast<MemberExpr>(call->getCallee())) { in CheckTraceBaseCall() 214 dyn_cast<UnresolvedMemberExpr>(call->getCallee())) { in CheckTraceBaseCall()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | elemental_ir_emitter.cc | 60 .getCallee()); in EmitAtan2() 95 .getCallee()); in EmitTanh()
|
D | ir_emitter.cc | 414 .getCallee()); in EmitXfeedTransfer() 421 .getCallee()); in EmitXfeedTransfer() 439 .getCallee()); in EmitXfeedTransfer() 446 .getCallee()); in EmitXfeedTransfer() 589 .getCallee()); in HandleSort() 1212 module_->getOrInsertFunction(fn_name, conv_type).getCallee()); in HandleConvolution() 1292 module_->getOrInsertFunction(fn_name, fft_type).getCallee()); in HandleFft() 2256 .getCallee()); in HandleCustomCall() 2270 .getCallee()); in HandleCustomCall()
|
D | ir_function.cc | 262 .getCallee()); in EmitCallToParallelForkJoin()
|
/external/clang/examples/analyzer-plugin/ |
D | MainCallChecker.cpp | 21 const Expr *Callee = CE->getCallee(); in checkPreStmt()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 417 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl() 430 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl() 575 if (const MemberExpr *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee())) in getRuntimeDefinition() 589 const Expr *Callee = getOriginExpr()->getCallee(); in getBlockRegion() 1047 } else if (CE->getCallee()->getType()->isBlockPointerType()) { in getSimpleCall()
|
D | CheckerContext.cpp | 24 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
|
/external/clang/unittests/Tooling/ |
D | LookupTest.cpp | 37 const auto *Callee = cast<DeclRefExpr>(Expr->getCallee()->IgnoreImplicit()); in TEST()
|
/external/v8/tools/clang/pass_to_move/ |
D | PassToMove.cpp | 45 clang::dyn_cast<clang::MemberExpr>(call_expr->getCallee()); in run()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_noalias_test.cc | 80 .getCallee()); in TEST_F()
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall()
|
D | ThreadSafetyCommon.cpp | 112 Ctx.SelfArrow = isCalleeArrow(CE->getCallee()); in translateAttrExpr() 367 til::SExpr *E = translate(CE->getCallee(), Ctx); in translateCallExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 184 Expr *Builtin = BuiltinCall->getCallee()->IgnoreImpCasts(); in SemaBuiltinCallWithStaticChain() 195 if (CE->getCallee()->getType()->isBlockPointerType()) { in SemaBuiltinCallWithStaticChain() 209 if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens())) { in SemaBuiltinCallWithStaticChain() 255 auto *DRE = cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaBuiltinSEHScopeCheck() 1266 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in CheckARMBuiltinExclusiveCall() 2155 TheCall->getCallee()); in CheckFunctionCall() 2167 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall() 2232 TheCall->getCallee()->getSourceRange(), CallType); in CheckPointerCall() 2241 TheCall->getCallee()); in CheckOtherCall() 2245 TheCall->getCallee()->getSourceRange(), CallType); in CheckOtherCall() [all …]
|
/external/v8/tools/clang/base_bind_rewriters/ |
D | BaseBindRewriters.cpp | 79 auto* callee = target->getCallee()->IgnoreImpCasts(); in run() 170 auto* callee = target->getCallee(); in run()
|
/external/clang/lib/Index/ |
D | IndexBody.cpp | 90 if (CE->getCallee()->IgnoreParenCasts() == E) { in getRolesForRef()
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.cc | 237 if (MemberExpr *Memb = dyn_cast<MemberExpr>(Call->getCallee()->IgnoreImplicit())) { in VisitCallExpr() 286 if (MemberExpr *Memb = dyn_cast<MemberExpr>(Call->getCallee()->IgnoreImplicit())) { in assignsExtPtr() 749 if (MemberExpr *Memb = dyn_cast<MemberExpr>(Call->getCallee()->IgnoreImplicit())) { in VisitCallExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1186 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl() 1248 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee()); in getBuiltinCallee() 1273 const Expr *Callee = getCallee(); in getCallReturnType() 1295 SourceLocation begin = getCallee()->getLocStart(); in getLocStart() 2063 Loc = CE->getCallee()->getLocStart(); in isUnusedResultAWarning() 2064 R1 = CE->getCallee()->getSourceRange(); in isUnusedResultAWarning()
|