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 D | BugReporterVisitors.h | 67 const ExplodedNode *EndPathNode, 342 void finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 82 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() argument 88 EndPathNode, BRC.getSourceManager()); in getEndPath()
|
| H A D | MallocChecker.cpp | 524 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 D | BugReporterVisitors.cpp | 198 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()
|