Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h71 const ExplodedNode *EndPathNode,
609 void finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp81 const ExplodedNode *EndPathNode, in getEndPath() argument
H A DMallocChecker.cpp818 const ExplodedNode *EndPathNode, in getEndPath() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp331 const ExplodedNode *EndPathNode, in getDefaultEndPath() argument
3169 BugReporterContext &BRC, const ExplodedNode *EndPathNode, in finalizeVisitor() argument
3172 addConstraints(EndPathNode, /*OverwriteConstraintsOnExistingSyms=*/true); in finalizeVisitor()
3202 BR.markInvalid("Infeasible constraints", EndPathNode->getLocationContext()); in finalizeVisitor()