Home
last modified time | relevance | path

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

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