Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h67 const ExplodedNode *EndPathNode,
342 void finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp82 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() argument
88 EndPathNode, BRC.getSourceManager()); in getEndPath()
H A DMallocChecker.cpp524 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() argument
530 PathDiagnosticLocation::createEndOfPath(EndPathNode, in getEndPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp198 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in getDefaultEndPath() argument
200 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager()); in getDefaultEndPath()
2447 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in finalizeVisitor() argument
2449 VisitNode(EndPathNode, BRC, BR); in finalizeVisitor()
2479 BR.markInvalid("Infeasible constraints", EndPathNode->getLocationContext()); in finalizeVisitor()