Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp349 InterExplodedGraphMap *ForwardMap, in trim()
350 InterExplodedGraphMap *InverseMap) const { in trim()
358 typedef InterExplodedGraphMap Pass2Ty; in trim()
359 InterExplodedGraphMap Pass2Scratch; in trim()
DBugReporter.cpp311 InterExplodedGraphMap &M;
313 NodeMapClosure(InterExplodedGraphMap &m) : M(m) {} in NodeMapClosure()
328 BugReport *r, InterExplodedGraphMap &Backmap, in PathDiagnosticBuilder()
2794 InterExplodedGraphMap BackMap;
2802 InterExplodedGraphMap InverseMap;
2851 InterExplodedGraphMap ForwardMap; in TrimmedGraph()
2929 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN); in popNextReportGraph()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h245 InterExplodedGraphMap; typedef
385 InterExplodedGraphMap *ForwardMap = nullptr,
386 InterExplodedGraphMap *InverseMap = nullptr) const;