Home
last modified time | relevance | path

Searched refs:AddEdge (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp113 void AddEdge(unsigned FromIdx, unsigned ToIdx) { in AddEdge() function in llvm::Graph
264 G.AddEdge(i, j); in TEST()
268 G.AddEdge(i, j); in TEST()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DSCCIteratorTest.cpp115 void AddEdge(unsigned FromIdx, unsigned ToIdx) { in AddEdge() function in llvm::Graph
266 G.AddEdge(i, j); in TEST()
270 G.AddEdge(i, j); in TEST()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp735 void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) override;
751 void UbigraphViz::AddEdge(ExplodedNode *Src, ExplodedNode *Dst) { in AddEdge() function in UbigraphViz
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp223 if (NodeAuditor) NodeAuditor->AddEdge(V, this); in addPredecessor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h234 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) = 0;