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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h30 void setAll() { bits_ = ~(basic_int_t)0; } function
128 void setAll() { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h28 void setAll() { bits_ = ~(basic_int_t)0; } function
126 void setAll() { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h29 void setAll() { bits_ = ~(basic_int_t)0; } function
127 void setAll() { function

Completed in 154 milliseconds