HomeSort by relevance Sort by last modified time
    Searched defs:getStmt (Results 1 - 9 of 9) 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 379 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 {
310 Stmt *getStmt() { return Data.getPointer(); }
311 const Stmt *getStmt() const { return Data.getPointer(); }
315 operator Stmt *() { return getStmt(); }
316 operator const Stmt *() const { return getStmt(); }
318 Stmt *operator->() { return getStmt(); }
319 const Stmt *operator->() const { return getStmt(); }
321 Stmt &operator*() { return *getStmt(); }
322 const Stmt &operator*() const { return *getStmt(); }
324 explicit operator bool() const { return getStmt(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 550 return PathDiagnosticLocation(Source.castAs<CFGStmt>().getStmt(),
671 S = SP->getStmt();
694 const Stmt *PathDiagnosticLocation::getStmt(const ExplodedNode *N) {
697 return SP->getStmt();
712 if (const Stmt *S = getStmt(N)) {
741 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 84 const Stmt *getStmt() const { return S; }
94 return RefState(AllocatedOfSizeZero, RS->getStmt(),
104 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
    [all...]
  /external/libgdx/extensions/gdx-jnigen/libs/
javaparser-core-2.3.0.jar 

Completed in 260 milliseconds