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

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp341 InterExplodedGraphMap *ForwardMap,
342 InterExplodedGraphMap *InverseMap) const{
350 typedef InterExplodedGraphMap Pass2Ty;
351 InterExplodedGraphMap Pass2Scratch;
H A DBugReporter.cpp311 InterExplodedGraphMap &M;
313 NodeMapClosure(InterExplodedGraphMap &m) : M(m) {}
328 BugReport *r, InterExplodedGraphMap &Backmap,
2819 InterExplodedGraphMap BackMap;
2827 InterExplodedGraphMap InverseMap;
2876 InterExplodedGraphMap ForwardMap;
2955 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h247 InterExplodedGraphMap; typedef in namespace:clang::ento
376 InterExplodedGraphMap *ForwardMap = nullptr,
377 InterExplodedGraphMap *InverseMap = nullptr) const;

Completed in 2026 milliseconds