Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp344 InterExplodedGraphMap *ForwardMap, in trim() argument
354 Pass2Ty &Pass2 = ForwardMap ? *ForwardMap : Pass2Scratch; in trim()
H A DBugReporter.cpp2336 InterExplodedGraphMap ForwardMap; in TrimmedGraph() local
2337 G = OriginalGraph->trim(Nodes, &ForwardMap, &InverseMap); in TrimmedGraph()
2345 if (const ExplodedNode *NewNode = ForwardMap.lookup(Nodes[i])) { in TrimmedGraph()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 InterExplodedGraphMap *ForwardMap = nullptr,