/external/clang/lib/CodeGen/ |
D | CGCUDARuntime.cpp | 40 if (const ImplicitCastExpr *CE = dyn_cast<ImplicitCastExpr>(E->getCallee())) { in EmitCUDAKernelCallExpr() 46 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() 47 CGF.EmitCall(E->getCallee()->getType(), Callee, ReturnValue, in EmitCUDAKernelCallExpr()
|
D | CGExpr.cpp | 2840 if (E->getCallee()->getType()->isBlockPointerType()) in EmitCallExpr() 2860 = dyn_cast<CXXPseudoDestructorExpr>(E->getCallee()->IgnoreParens())) { in EmitCallExpr() 2907 EmitScalarExpr(E->getCallee()); in EmitCallExpr() 2913 llvm::Value *Callee = EmitScalarExpr(E->getCallee()); in EmitCallExpr() 2914 return EmitCall(E->getCallee()->getType(), Callee, ReturnValue, in EmitCallExpr()
|
D | CGExprCXX.cpp | 170 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr() 324 cast<BinaryOperator>(E->getCallee()->IgnoreParens()); in EmitCXXMemberPointerCallExpr()
|
D | CGBlocks.cpp | 937 E->getCallee()->getType()->getAs<BlockPointerType>(); in EmitBlockCallExpr() 939 llvm::Value *Callee = EmitScalarExpr(E->getCallee()); in EmitBlockCallExpr()
|
/external/llvm/include/llvm/Support/ |
D | CallSite.h | 87 return *getCallee(); in getCalledValue() 101 *getCallee() = V; in setCalledFunction() 108 return getCallee() == &UI.getUse(); in isCallee() 287 IterTy getCallee() const { in getCallee() function 314 User::op_iterator getCallee() const;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 317 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_gets() 358 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_getpw() 400 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_mktemp() 509 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_strcpy() 537 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_strcat() 617 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_rand() 642 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_random() 663 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_vfork() 735 SourceRange R = CE->getCallee()->getSourceRange(); in checkUncheckedReturnValue()
|
D | VirtualCallChecker.cpp | 143 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in VisitCXXMemberCallExpr() 185 SourceRange R = CE->getCallee()->getSourceRange(); in ReportVirtualCall()
|
D | MallocSizeofChecker.cpp | 230 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody() 236 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(), in checkASTCodeBody()
|
D | CallAndMessageChecker.cpp | 226 const Expr *Callee = CE->getCallee()->IgnoreParens(); in checkPreStmt()
|
/external/clang/examples/analyzer-plugin/ |
D | MainCallChecker.cpp | 21 const Expr *Callee = CE->getCallee(); in checkPreStmt()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 52 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerContext.cpp | 24 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
|
D | CallEvent.cpp | 381 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl() 394 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl() 517 if (const MemberExpr *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee())) in getRuntimeDefinition() 531 const Expr *Callee = getOriginExpr()->getCallee(); in getBlockRegion() 900 } else if (CE->getCallee()->getType()->isBlockPointerType()) { in getSimpleCall()
|
D | PathDiagnostic.cpp | 171 const NamedDecl *ND = dyn_cast<NamedDecl>(CP->getCallee()); in resetDiagnosticLocationToMainFile()
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall()
|
D | ThreadSafety.cpp | 332 dyn_cast<MemberExpr>(CMCE->getCallee())->isArrow(); in buildSExpr() 342 if (NDeref && dyn_cast<MemberExpr>(CMCE->getCallee())->isArrow()) in buildSExpr() 379 unsigned Sz = buildSExpr(CE->getCallee(), CallCtx); in buildSExpr() 501 CallCtx.SelfArrow = dyn_cast<MemberExpr>(CE->getCallee())->isArrow(); in buildSExprFromExpr() 2106 MemberExpr *ME = dyn_cast<MemberExpr>(CE->getCallee()); in VisitCallExpr()
|
D | CFG.cpp | 1445 QualType calleeType = C->getCallee()->getType(); in VisitCallExpr() 1447 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() 1472 if (!CanThrow(C->getCallee(), *Context)) in VisitCallExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 467 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in CheckARMBuiltinExclusiveCall() 779 TheCall->getCallee()); in CheckFunctionCall() 793 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall() 853 TheCall->getCallee()->getSourceRange(), CallType); in CheckPointerCall() 862 TheCall->getCallee()); in CheckOtherCall() 870 TheCall->getCallee()->getSourceRange(), CallType); in CheckOtherCall() 878 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaAtomicOpsOverloaded() 982 << TheCall->getCallee()->getSourceRange(); in SemaAtomicOpsOverloaded() 988 << TheCall->getCallee()->getSourceRange(); in SemaAtomicOpsOverloaded() 1163 AtomicExpr *AE = new (Context) AtomicExpr(TheCall->getCallee()->getLocStart(), in SemaAtomicOpsOverloaded() [all …]
|
D | SemaExceptionSpec.cpp | 896 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens())) in canThrow()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1111 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl() 1173 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee()); in isBuiltinCall() 1198 QualType CalleeType = getCallee()->getType(); in getCallReturnType() 1205 CalleeType = Expr::findBoundMemberType(getCallee()); in getCallReturnType() 1215 SourceLocation begin = getCallee()->getLocStart(); in getLocStart() 2060 Loc = CE->getCallee()->getLocStart(); in isUnusedResultAWarning() 2061 R1 = CE->getCallee()->getSourceRange(); in isUnusedResultAWarning()
|
D | StmtPrinter.cpp | 969 PrintExpr(Call->getCallee()); in VisitCallExpr() 1255 PrintExpr(Node->getCallee()); in VisitCUDAKernelCallExpr() 1325 DeclRefExpr *DRE = cast<DeclRefExpr>(Node->getCallee()->IgnoreImpCasts()); in VisitUserDefinedLiteral()
|
D | ExprCXX.cpp | 476 const Expr *Callee = getCallee()->IgnoreParens(); in getImplicitObjectArgument() 489 dyn_cast<MemberExpr>(getCallee()->IgnoreParens())) in getMethodDecl()
|
D | ItaniumMangle.cpp | 2497 const Expr *callee = call->getCallee(); in isParenthesizedADLCallee() 2675 mangleExpression(CE->getCallee(), CE->getNumArgs()); in mangleExpression()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 574 const Decl *getCallee() const { return Callee; } in getCallee() function
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 1219 ME = dyn_cast_or_null<MemberExpr>(CE->getCallee()); in clang_Cursor_isDynamicCall()
|