Home
last modified time | relevance | path

Searched refs:getEndPath (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h73 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
271 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp104 BugReporterVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in BugReporterVisitor
398 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, in getEndPath() function in __anon97de90050111::ReturnVisitor
1512 LikelyFalsePositiveSuppressionBRVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in LikelyFalsePositiveSuppressionBRVisitor
DBugReporter.cpp3132 (*I)->getEndPath(PDB, N, *R)) { in generatePathDiagnostic()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1768 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1779 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
2298 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in CFRefReportVisitor
2305 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in CFRefLeakReportVisitor
DMallocChecker.cpp467 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() function in __anone8977cbd0111::MallocChecker::MallocBugVisitor