Home
last modified time | relevance | path

Searched refs:ForwardMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp443 InterExplodedGraphMap *ForwardMap, in trim() argument
453 Pass2Ty &Pass2 = ForwardMap ? *ForwardMap : Pass2Scratch; in trim()
H A DBugReporter.cpp2564 InterExplodedGraphMap ForwardMap; in BugPathGetter() local
2565 TrimmedGraph = OriginalGraph->trim(Nodes, &ForwardMap); in BugPathGetter()
2573 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h441 InterExplodedGraphMap *ForwardMap = nullptr,