Searched refs:getCallee (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp40 if (const ImplicitCastExpr *CE = dyn_cast<ImplicitCastExpr>(E->getCallee())) {
46 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee());
47 CGF.EmitCall(E->getCallee()->getType(), Callee, E->getLocStart(),
H A DCGExpr.cpp2876 if (E->getCallee()->getType()->isBlockPointerType())
2896 = dyn_cast<CXXPseudoDestructorExpr>(E->getCallee()->IgnoreParens())) {
2943 EmitScalarExpr(E->getCallee());
2949 llvm::Value *Callee = EmitScalarExpr(E->getCallee());
2950 return EmitCall(E->getCallee()->getType(), Callee, E->getLocStart(),
H A DCGBlocks.cpp937 E->getCallee()->getType()->getAs<BlockPointerType>();
939 llvm::Value *Callee = EmitScalarExpr(E->getCallee());
H A DCGExprCXX.cpp78 const Expr *callee = CE->getCallee()->IgnoreParens();
235 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h87 return *getCallee();
101 *getCallee() = V;
108 return getCallee() == &UI.getUse();
287 IterTy getCallee() const { function in class:llvm::CallSiteBase
314 User::op_iterator getCallee() const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp52 Expr *CEE = E->getCallee()->IgnoreParenImpCasts();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp24 const Expr *Callee = CE->getCallee();
H A DCallEvent.cpp397 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
410 return getSVal(CE->getCallee()).getAsFunctionDecl();
533 if (const MemberExpr *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee()))
547 const Expr *Callee = getOriginExpr()->getCallee();
920 } else if (CE->getCallee()->getType()->isBlockPointerType()) {
H A DPathDiagnostic.cpp171 const NamedDecl *ND = dyn_cast<NamedDecl>(CP->getCallee());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp143 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) {
185 SourceRange R = CE->getCallee()->getSourceRange();
H A DCheckSecuritySyntaxOnly.cpp324 CELoc, CE->getCallee()->getSourceRange());
364 CELoc, CE->getCallee()->getSourceRange());
406 CELoc, CE->getCallee()->getSourceRange());
515 CELoc, CE->getCallee()->getSourceRange());
542 CELoc, CE->getCallee()->getSourceRange());
614 CELoc, CE->getCallee()->getSourceRange());
642 "instead", CELoc, CE->getCallee()->getSourceRange());
665 CELoc, CE->getCallee()->getSourceRange());
729 CELoc, CE->getCallee()->getSourceRange());
H A DMallocSizeofChecker.cpp230 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange());
236 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(),
H A DCallAndMessageChecker.cpp230 const Expr *Callee = CE->getCallee()->IgnoreParens();
H A DRetainCountChecker.cpp1823 SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx);
1937 CurrSt->getSValAsScalarOrLoc(cast<CallExpr>(S)->getCallee(), LCtx);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts();
H A DThreadSafety.cpp335 LRCallCtx.SelfArrow = isCalleeArrow(CMCE->getCallee());
345 if (NDeref && isCalleeArrow(CMCE->getCallee()))
381 unsigned Sz = buildSExpr(CE->getCallee(), CallCtx);
503 CallCtx.SelfArrow = isCalleeArrow(CE->getCallee());
2141 MemberExpr *ME = dyn_cast<MemberExpr>(CE->getCallee());
H A DCFG.cpp1454 QualType calleeType = C->getCallee()->getType();
1456 QualType boundType = Expr::findBoundMemberType(C->getCallee());
1487 if (!CanThrow(C->getCallee(), *Context))
1495 return Visit(C->getCallee());
H A DConsumed.cpp765 InfoEntry Entry = PropagationMap.find(Call->getCallee()->IgnoreParens());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp471 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
789 TheCall->getCallee());
803 TheCall->getCallee()->getSourceRange(), CallType);
863 TheCall->getCallee()->getSourceRange(), CallType);
872 TheCall->getCallee());
880 TheCall->getCallee()->getSourceRange(), CallType);
888 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
992 << TheCall->getCallee()->getSourceRange();
998 << TheCall->getCallee()->getSourceRange();
1174 AtomicExpr *AE = new (Context) AtomicExpr(TheCall->getCallee()
[all...]
H A DSemaExceptionSpec.cpp896 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens()))
H A DTreeTransform.h6730 ExprResult Callee = getDerived().TransformExpr(E->getCallee());
6742 Callee.get() == E->getCallee() &&
7254 ExprResult Callee = getDerived().TransformExpr(E->getCallee());
7274 Callee.get() == E->getCallee() &&
7299 ExprResult Callee = getDerived().TransformExpr(E->getCallee());
7316 Callee.get() == E->getCallee() &&
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1162 Expr *CEE = getCallee()->IgnoreParenImpCasts();
1224 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee());
1249 QualType CalleeType = getCallee()->getType();
1256 CalleeType = Expr::findBoundMemberType(getCallee());
1266 SourceLocation begin = getCallee()->getLocStart();
2112 Loc = CE->getCallee()->getLocStart();
2113 R1 = CE->getCallee()->getSourceRange();
H A DExprCXX.cpp539 const Expr *Callee = getCallee()->IgnoreParens();
552 dyn_cast<MemberExpr>(getCallee()->IgnoreParens()))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h574 const Decl *getCallee() const { return Callee; } function in class:clang::ento::PathDiagnosticCallPiece
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1743 const Expr *ExprNode = Node.getCallee();

Completed in 319 milliseconds

12