Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h67 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function
102 bool hasEdge(uptr from, uptr to) const { in hasEdge() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A 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