Searched defs:removeEdge (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h72 bool removeEdge(uptr from, uptr to) { function in class:__sanitizer::BVGraph
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc49 bool removeEdge(uptr from, uptr to) { function in class:SimpleGraph
57 EXPECT_TRUE(g->removeEdge(from, to));
144 s_g.removeEdge(*from, to);
150 s_g.removeEdge(from, *to);
/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h450 void removeEdge(Node &Caller, Function &Callee);
453 void removeEdge(Function &Caller, Function &Callee) { function in class:llvm::LazyCallGraph
454 return removeEdge(get(Caller), Callee);
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp538 void LazyCallGraph::removeEdge(Node &CallerN, Function &Callee) { function in class:LazyCallGraph
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h506 removeEdge(EId);
564 void removeEdge(EdgeId EId) { function in class:PBQP::Graph
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2415 bool removeEdge = false; local
2420 removeEdge = true;
2428 removeEdge = true;
2444 removeEdge = true;
2459 removeEdge = true;
2463 if (removeEdge) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 623 milliseconds