Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp193 Stmt *nextStmt = getNextStmt(E); in isReturnedAfterAutorelease()
246 Stmt *getNextStmt(Expr *E) { in getNextStmt() function in __anon6b7bc6410111::RetainReleaseDeallocRemover
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp709 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) { in getNextStmt() function in PathDiagnosticLocation
746 S = getNextStmt(N); in createEndOfPath()
DBugReporter.cpp365 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N)) in ExecutionContinues()
637 const Stmt *S = PathDiagnosticLocation::getNextStmt(N); in GenerateMinimalPathDiagnostic()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h301 static const Stmt *getNextStmt(const ExplodedNode *N);