Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp341 InterExplodedGraphMap *ForwardMap, in trim()
342 InterExplodedGraphMap *InverseMap) const { in trim()
350 typedef InterExplodedGraphMap Pass2Ty; in trim()
351 InterExplodedGraphMap Pass2Scratch; in trim()
H A DBugReporter.cpp311 InterExplodedGraphMap &M;
313 NodeMapClosure(InterExplodedGraphMap &m) : M(m) {} in NodeMapClosure()
328 BugReport *r, InterExplodedGraphMap &Backmap, in PathDiagnosticBuilder()
2801 InterExplodedGraphMap BackMap;
2809 InterExplodedGraphMap InverseMap;
2858 InterExplodedGraphMap ForwardMap; in TrimmedGraph()
2936 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN); in popNextReportGraph()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h247 InterExplodedGraphMap; typedef
377 InterExplodedGraphMap *ForwardMap = nullptr,
378 InterExplodedGraphMap *InverseMap = nullptr) const;