Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp443 InterExplodedGraphMap *ForwardMap, in trim() argument
453 Pass2Ty &Pass2 = ForwardMap ? *ForwardMap : Pass2Scratch; in trim()
H A DBugReporter.cpp2546 InterExplodedGraphMap ForwardMap; in BugPathGetter() local
2547 TrimmedGraph = OriginalGraph->trim(Nodes, &ForwardMap); in BugPathGetter()
2555 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h441 InterExplodedGraphMap *ForwardMap = nullptr,