Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp344 InterExplodedGraphMap *ForwardMap, in trim()
345 InterExplodedGraphMap *InverseMap) const { in trim()
352 using Pass2Ty = InterExplodedGraphMap; in trim()
353 InterExplodedGraphMap Pass2Scratch; in trim()
H A DBugReporter.cpp354 BugReport *r, InterExplodedGraphMap &Backmap, in PathDiagnosticBuilder()
2276 InterExplodedGraphMap BackMap;
2284 InterExplodedGraphMap InverseMap;
2336 InterExplodedGraphMap ForwardMap; in TrimmedGraph()
2413 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN); in popNextReportGraph()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h261 using InterExplodedGraphMap = variable
400 InterExplodedGraphMap *ForwardMap = nullptr,
401 InterExplodedGraphMap *InverseMap = nullptr) const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h547 InterExplodedGraphMap &M;
550 NodeMapClosure(InterExplodedGraphMap &m) : M(m) {} in NodeMapClosure()
564 BugReporterContext(GRBugReporter &br, InterExplodedGraphMap &Backmap) in BugReporterContext()