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

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 241 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
248 const FunctionDecl *FunDecl = getCalleeDecl(CE);
257 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const {
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 65 const FunctionDecl *FD = C.getCalleeDecl(CE);
125 const FunctionDecl *FD = C.getCalleeDecl(CE);
BuiltinFunctionChecker.cpp 35 const FunctionDecl *FD = C.getCalleeDecl(CE);
GenericTaintChecker.cpp 295 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
372 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
409 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
612 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
MacOSKeychainAPIChecker.cpp 284 const FunctionDecl *FD = C.getCalleeDecl(CE);
446 const FunctionDecl *FD = C.getCalleeDecl(CE);
UnixAPIChecker.cpp 328 const FunctionDecl *FD = C.getCalleeDecl(CE);
MallocChecker.cpp 669 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
StreamChecker.cpp 109 const FunctionDecl *FD = C.getCalleeDecl(CE);
BasicObjCFoundationChecks.cpp 433 const FunctionDecl *FD = C.getCalleeDecl(CE);
549 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 421 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl()))
434 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) {
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 41 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
AnalysisBasedWarnings.cpp 198 if (CE && CE->getCalleeDecl() &&
199 CE->getCalleeDecl()->getCanonicalDecl() == FD) {
    [all...]
SemaStmt.cpp 231 if (const Decl *FD = CE->getCalleeDecl()) {
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl());
UninitializedValues.cpp 648 if (Decl *Callee = ce->getCalleeDecl()) {
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 746 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType();
768 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier();
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 605 return matchesDecl(Node.getCalleeDecl(), Finder, Builder);
    [all...]

Completed in 488 milliseconds

1 2