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

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

Completed in 172 milliseconds