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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } function in class:__sanitizer::BVGraph
104 bool hasEdge(uptr from, uptr to) const { function in class:__sanitizer::BVGraph

Completed in 93 milliseconds