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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp443 InterExplodedGraphMap *ForwardMap,
453 Pass2Ty &Pass2 = ForwardMap ? *ForwardMap : Pass2Scratch;
442 trim(ArrayRef<const NodeTy *> Sinks, InterExplodedGraphMap *ForwardMap, InterExplodedGraphMap *InverseMap) const argument
H A DBugReporter.cpp2548 InterExplodedGraphMap ForwardMap; local
2549 TrimmedGraph = OriginalGraph->trim(Nodes, &ForwardMap);
2557 const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h434 /// \param[out] ForwardMap A optional map from nodes in this graph to nodes in
441 InterExplodedGraphMap *ForwardMap = nullptr,

Completed in 123 milliseconds