Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp257 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 DBugReporterVisitors.h76 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp82 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() function in __anon8dfffa850111::ValistChecker::ValistBugVisitor
H A DMallocChecker.cpp524 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 DBugReporterVisitors.cpp188 BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() function in BugReporterVisitor
H A DBugReporter.cpp2564 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { in generateVisitorsDiagnostics()