Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h68 const ExplodedNode *EndPathNode,
387 void finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp81 const ExplodedNode *EndPathNode, in getEndPath() argument
H A DMallocChecker.cpp818 const ExplodedNode *EndPathNode, in getEndPath() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp330 const ExplodedNode *EndPathNode, in getDefaultEndPath() argument
2947 BugReporterContext &BRC, const ExplodedNode *EndPathNode, in finalizeVisitor() argument
2950 addConstraints(EndPathNode, /*OverwriteConstraintsOnExistingSyms=*/true); in finalizeVisitor()
2980 BR.markInvalid("Infeasible constraints", EndPathNode->getLocationContext()); in finalizeVisitor()