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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h47 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } function
173 bool getBit(uptr idx) const { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h45 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } function
171 bool getBit(uptr idx) const { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h46 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } function
172 bool getBit(uptr idx) const { function

Completed in 86 milliseconds