Searched refs:intersectsWith (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h80 bool intersectsWith(const BasicBitVector &v) const { function
256 bool intersectsWith(const TwoLevelBitVector &v) const { function
263 if (l2_[i0][i1].intersectsWith(v.l2_[i0][i1]))
H A Dsanitizer_bvgraph.h122 return targets.intersectsWith(visited);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h78 bool intersectsWith(const BasicBitVector &v) const { function
254 bool intersectsWith(const TwoLevelBitVector &v) const { function
261 if (l2_[i0][i1].intersectsWith(v.l2_[i0][i1]))
H A Dsanitizer_bvgraph.h120 return targets.intersectsWith(visited);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h79 bool intersectsWith(const BasicBitVector &v) const { function
255 bool intersectsWith(const TwoLevelBitVector &v) const { function
262 if (l2_[i0][i1].intersectsWith(v.l2_[i0][i1]))
H A Dsanitizer_bvgraph.h121 return targets.intersectsWith(visited);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cc113 // intersectsWith, and getAndClearFirstOne.
139 EXPECT_EQ(bv.intersectsWith(bv1), !vec.empty());

Completed in 205 milliseconds