Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp274 std::pair<ExplodedGraph*, InterExplodedGraphMap*>
280 (InterExplodedGraphMap*) 0); in Trim()
284 OwningPtr<InterExplodedGraphMap> M(new InterExplodedGraphMap()); in Trim()
294 InterExplodedGraphMap* M, in TrimInternal()
396 void InterExplodedGraphMap::anchor() { } in anchor()
399 InterExplodedGraphMap::getMappedNode(const ExplodedNode *N) const { in getMappedNode()
DBugReporter.cpp1465 InterExplodedGraphMap* NMap; in MakeReportGraph()
1474 OwningPtr<InterExplodedGraphMap> AutoReleaseNMap(NMap); in MakeReportGraph()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h232 class InterExplodedGraphMap {
240 InterExplodedGraphMap() {} in InterExplodedGraphMap() function
241 virtual ~InterExplodedGraphMap() {} in ~InterExplodedGraphMap()
358 std::pair<ExplodedGraph*, InterExplodedGraphMap*>
364 InterExplodedGraphMap *M,