Home
last modified time | relevance | path

Searched refs:getNextStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp187 Stmt *nextStmt = getNextStmt(E); in isReturnedAfterAutorelease()
236 Stmt *getNextStmt(Expr *E) { in getNextStmt() function in __anonf014ed690111::RetainReleaseDeallocRemover
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp705 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) { in getNextStmt() function in PathDiagnosticLocation
742 S = getNextStmt(N); in createEndOfPath()
DBugReporter.cpp365 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N)) in ExecutionContinues()
633 const Stmt *S = PathDiagnosticLocation::getNextStmt(N); in GenerateMinimalPathDiagnostic()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h305 static const Stmt *getNextStmt(const ExplodedNode *N);