HomeSort by relevance Sort by last modified time
    Searched refs:getAsFunctionDecl (Results 1 - 18 of 18) sorted by null

  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 21 const FunctionDecl *FD = state->getSVal(Callee).getAsFunctionDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 37 const FunctionDecl *FD = L.getAsFunctionDecl();
ChrootChecker.cpp 68 const FunctionDecl *FD = L.getAsFunctionDecl();
131 const FunctionDecl *FD = L.getAsFunctionDecl();
NoReturnFunctionChecker.cpp 46 const FunctionDecl *FD = L.getAsFunctionDecl();
AttrNonNullChecker.cpp 41 const FunctionDecl *FD = X.getAsFunctionDecl();
PthreadLockChecker.cpp 61 const FunctionDecl *FD = state->getSVal(Callee).getAsFunctionDecl();
OSAtomicChecker.cpp 50 const FunctionDecl *FD = L.getAsFunctionDecl();
BasicObjCFoundationChecks.cpp 255 const FunctionDecl *FD = CallV.getAsFunctionDecl();
369 const FunctionDecl *FD = X.getAsFunctionDecl();
MacOSKeychainAPIChecker.cpp 289 const FunctionDecl *funDecl = L.getAsFunctionDecl();
446 const FunctionDecl *funDecl = L.getAsFunctionDecl();
MallocChecker.cpp 135 const FunctionDecl *FD = L.getAsFunctionDecl();
StreamChecker.cpp 121 const FunctionDecl *FD = L.getAsFunctionDecl();
RetainCountChecker.cpp     [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 127 if (const FunctionDecl *FD = State->getSVal(Callee).getAsFunctionDecl())
ExprEngineCallAndReturn.cpp 193 if (const FunctionDecl *FD = L.getAsFunctionDecl())
SVals.cpp 50 const FunctionDecl *SVal::getAsFunctionDecl() const {
ExprEngine.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 119 /// getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a
122 const FunctionDecl *getAsFunctionDecl() const;

Completed in 522 milliseconds