Searched refs:AddEdge (Results 1 – 7 of 7) sorted by relevance
/external/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/chromium/chrome/browser/profiles/ |
D | profile_dependency_manager.h | 27 void AddEdge(ProfileKeyedServiceFactory* depended,
|
D | profile_keyed_service_factory.cc | 59 dependency_manager_->AddEdge(rhs, this); in DependsOn()
|
D | profile_dependency_manager.cc | 43 void ProfileDependencyManager::AddEdge(ProfileKeyedServiceFactory* depended, in AddEdge() function in ProfileDependencyManager
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 665 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst); 695 void UbigraphViz::AddEdge(ExplodedNode *Src, ExplodedNode *Dst) { in AddEdge() function in UbigraphViz
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 186 if (NodeAuditor) NodeAuditor->AddEdge(V, this); in addPredecessor()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 229 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) = 0;
|