HomeSort by relevance Sort by last modified time
    Searched refs:getCallee (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 41 if (const ImplicitCastExpr *CE = dyn_cast<ImplicitCastExpr>(E->getCallee())) {
47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee());
48 CGF.EmitCall(E->getCallee()->getType(), Callee, E->getLocStart(),
CGExpr.cpp     [all...]
CGExprCXX.cpp 78 const Expr *callee = CE->getCallee()->IgnoreParens();
237 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
    [all...]
CGBlocks.cpp     [all...]
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 21 const Expr *Callee = CE->getCallee();
  /external/llvm/include/llvm/IR/
CallSite.h 87 return *getCallee();
101 *getCallee() = V;
111 bool isCallee(const Use *U) const { return getCallee() == U; }
323 IterTy getCallee() const {
350 User::op_iterator getCallee() const;
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts();
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 24 const Expr *Callee = CE->getCallee();
CallEvent.cpp 389 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
402 return getSVal(CE->getCallee()).getAsFunctionDecl();
525 if (const MemberExpr *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee()))
539 const Expr *Callee = getOriginExpr()->getCallee();
912 } else if (CE->getCallee()->getType()->isBlockPointerType()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 143 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) {
185 SourceRange R = CE->getCallee()->getSourceRange();
CheckSecuritySyntaxOnly.cpp 334 CELoc, CE->getCallee()->getSourceRange());
374 CELoc, CE->getCallee()->getSourceRange());
416 CELoc, CE->getCallee()->getSourceRange());
525 CELoc, CE->getCallee()->getSourceRange());
552 CELoc, CE->getCallee()->getSourceRange());
624 CE->getCallee()->getSourceRange());
652 "instead", CELoc, CE->getCallee()->getSourceRange());
675 CELoc, CE->getCallee()->getSourceRange());
740 CE->getCallee()->getSourceRange());
MallocSizeofChecker.cpp 229 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange());
235 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(),
CallAndMessageChecker.cpp 301 const Expr *Callee = CE->getCallee()->IgnoreParens();
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 502 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
818 TheCall->getCallee());
831 TheCall->getCallee()->getSourceRange(), CallType);
    [all...]
SemaExceptionSpec.cpp     [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts();
ThreadSafety.cpp 328 LRCallCtx.SelfArrow = isCalleeArrow(CMCE->getCallee());
338 if (NDeref && isCalleeArrow(CMCE->getCallee()))
374 unsigned Sz = buildSExpr(CE->getCallee(), CallCtx);
496 CallCtx.SelfArrow = isCalleeArrow(CE->getCallee());
    [all...]
CFG.cpp     [all...]
ThreadSafetyCommon.cpp 211 til::SExpr *E = translate(CE->getCallee(), Ctx);
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprCXX.cpp 538 const Expr *Callee = getCallee()->IgnoreParens();
551 dyn_cast<MemberExpr>(getCallee()->IgnoreParens()))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 578 const Decl *getCallee() const { return Callee; }
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 343 Expr* callee = call->getCallee();
443 MemberExpr* callee = dyn_cast<MemberExpr>(call->getCallee());
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 770 milliseconds

1 2