Home
last modified time | relevance | path

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

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