HomeSort by relevance Sort by last modified time
    Searched defs:getStmt (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 39 const Stmt *getStmt() const { return first; }
45 ID.AddPointer(E.getStmt());
SymbolManager.h 172 const Stmt *getStmt() const { return S; }
282 const Stmt *getStmt() const { return S; }
  /external/clang/include/clang/AST/
Decl.h 310 LabelStmt *getStmt() const { return TheStmt; }
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 247 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
250 const T* getStmtAs() const { return dyn_cast<T>(getStmt()); }
CFG.h 110 const Stmt *getStmt() const {
258 Stmt *getStmt() { return Data.getPointer(); }
259 const Stmt *getStmt() const { return Data.getPointer(); }
263 operator Stmt *() { return getStmt(); }
264 operator const Stmt *() const { return getStmt(); }
266 Stmt *operator->() { return getStmt(); }
267 const Stmt *operator->() const { return getStmt(); }
269 Stmt &operator*() { return *getStmt(); }
270 const Stmt &operator*() const { return *getStmt(); }
272 LLVM_EXPLICIT operator bool() const { return getStmt(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 551 return PathDiagnosticLocation(Source.castAs<CFGStmt>().getStmt(),
659 S = SP->getStmt();
682 const Stmt *PathDiagnosticLocation::getStmt(const ExplodedNode *N) {
685 return SP->getStmt();
700 if (const Stmt *S = getStmt(N)) {
729 const Stmt *S = getStmt(N);
    [all...]
BugReporter.cpp 59 if (const Stmt *S = PathDiagnosticLocation::getStmt(N))
67 if (const Stmt *S = PathDiagnosticLocation::getStmt(N))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 77 const Stmt *getStmt() const { return S; }
93 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
    [all...]

Completed in 134 milliseconds