Home
last modified time | relevance | path

Searched refs:createEndOfPath (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h256 static PathDiagnosticLocation createEndOfPath(const ExplodedNode* N,
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp733 PathDiagnosticLocation::createEndOfPath(const ExplodedNode *N, in createEndOfPath() function in PathDiagnosticLocation
DBugReporterVisitors.cpp113 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager()); in getDefaultEndPath()
DBugReporter.cpp2722 return PathDiagnosticLocation::createEndOfPath(ErrorNode, SM); in getLocation()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp476 PathDiagnosticLocation::createEndOfPath(EndPathNode, in getEndPath()
DRetainCountChecker.cpp2328 PathDiagnosticLocation L = PathDiagnosticLocation::createEndOfPath(LeakN, SM); in getEndPath()