Searched refs:getEndPath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 257 std::shared_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, 266 std::shared_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, 599 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in RefCountReportVisitor 606 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in RefLeakReportVisitor
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 76 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 82 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() function in __anon8dfffa850111::ValistChecker::ValistBugVisitor
|
| H A D | MallocChecker.cpp | 524 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() function in __anon98725bea0111::MallocChecker::MallocBugVisitor
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 188 BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() function in BugReporterVisitor
|
| H A D | BugReporter.cpp | 2564 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { in generateVisitorsDiagnostics()
|