Searched refs:l1_ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h125 l1_[i].clear();
130 l1_[i0].setAll();
138 if (!l1_[i].empty())
149 if (!l1_[i0].getBit(i1)) {
150 l1_[i0].setBit(i1);
165 if (l1_[i0].getBit(i1)) {
168 l1_[i0].clearBit(i1);
179 return l1_[i0].getBit(i1) && l2_[i0][i1].getBit(i2);
184 if (l1_[i0].empty()) continue;
185 uptr i1 = l1_[i
345 BV l1_[kLevel1Size]; variable
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h123 l1_[i].clear();
128 l1_[i0].setAll();
136 if (!l1_[i].empty())
147 if (!l1_[i0].getBit(i1)) {
148 l1_[i0].setBit(i1);
163 if (l1_[i0].getBit(i1)) {
166 l1_[i0].clearBit(i1);
177 return l1_[i0].getBit(i1) && l2_[i0][i1].getBit(i2);
182 if (l1_[i0].empty()) continue;
183 uptr i1 = l1_[i
343 BV l1_[kLevel1Size]; variable
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h124 l1_[i].clear();
129 l1_[i0].setAll();
137 if (!l1_[i].empty())
148 if (!l1_[i0].getBit(i1)) {
149 l1_[i0].setBit(i1);
164 if (l1_[i0].getBit(i1)) {
167 l1_[i0].clearBit(i1);
178 return l1_[i0].getBit(i1) && l2_[i0][i1].getBit(i2);
183 if (l1_[i0].empty()) continue;
184 uptr i1 = l1_[i
344 BV l1_[kLevel1Size]; variable
[all...]

Completed in 257 milliseconds