Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function
103 bool hasEdge(uptr from, uptr to) const { in hasEdge() function