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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 66 const FunctionDecl *FD = C.getCalleeDecl(CE);
126 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 274 const FunctionDecl *FD = C.getCalleeDecl(CE);
444 const FunctionDecl *FD = C.getCalleeDecl(CE);
UnixAPIChecker.cpp 352 const FunctionDecl *FD = C.getCalleeDecl(CE);
PointerArithChecker.cpp 223 const FunctionDecl *FD = C.getCalleeDecl(CE);
StreamChecker.cpp 109 const FunctionDecl *FD = C.getCalleeDecl(CE);
BasicObjCFoundationChecks.cpp 431 const FunctionDecl *FD = C.getCalleeDecl(CE);
548 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
  /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 44 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
slang_rs_foreach_lowering.cpp 97 const clang::Decl* D = CE->getCalleeDecl();
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 687 const Decl *getCalleeDecl() { return CalleeDecl; }
  /external/clang/lib/Analysis/
ReachableCode.cpp 184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl());
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 611 milliseconds

1 2 3