Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp441 InterExplodedGraphMap *ForwardMap, in trim() argument
451 Pass2Ty &Pass2 = ForwardMap ? *ForwardMap : Pass2Scratch; in trim()
H A DBugReporter.cpp2592 InterExplodedGraphMap ForwardMap; in BugPathGetter() local
2593 TrimmedGraph = OriginalGraph->trim(Nodes, &ForwardMap); in BugPathGetter()
2601 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode()); in BugPathGetter()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h436 InterExplodedGraphMap *ForwardMap = nullptr,