Searched refs:AddEdge (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/ADT/ |
D | SCCIteratorTest.cpp | 113 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/ |
D | SCCIteratorTest.cpp | 115 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/ |
D | AnalysisConsumer.cpp | 735 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/ |
D | ExplodedGraph.cpp | 223 if (NodeAuditor) NodeAuditor->AddEdge(V, this); in addPredecessor()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 234 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) = 0;
|