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 169 const Stmt *getStmt() const { return S; }
279 const Stmt *getStmt() const { return S; }
  /external/clang/include/clang/AST/
Decl.h 325 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 119 const Stmt *getStmt() const {
311 Stmt *getStmt() { return Data.getPointer(); }
312 const Stmt *getStmt() const { return Data.getPointer(); }
316 operator Stmt *() { return getStmt(); }
317 operator const Stmt *() const { return getStmt(); }
319 Stmt *operator->() { return getStmt(); }
320 const Stmt *operator->() const { return getStmt(); }
322 Stmt &operator*() { return *getStmt(); }
323 const Stmt &operator*() const { return *getStmt(); }
325 LLVM_EXPLICIT operator bool() const { return getStmt(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 549 return PathDiagnosticLocation(Source.castAs<CFGStmt>().getStmt(),
670 S = SP->getStmt();
693 const Stmt *PathDiagnosticLocation::getStmt(const ExplodedNode *N) {
696 return SP->getStmt();
711 if (const Stmt *S = getStmt(N)) {
740 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 78 const Stmt *getStmt() const { return S; }
94 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
    [all...]

Completed in 593 milliseconds