HomeSort by relevance Sort by last modified time
    Searched refs:anyCommon (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
BitVectorTest.cpp 285 EXPECT_FALSE(A.anyCommon(B));
286 EXPECT_FALSE(B.anyCommon(B));
290 EXPECT_FALSE(A.anyCommon(B));
291 EXPECT_FALSE(B.anyCommon(A));
294 EXPECT_FALSE(A.anyCommon(B));
295 EXPECT_FALSE(B.anyCommon(A));
298 EXPECT_TRUE(A.anyCommon(B));
299 EXPECT_TRUE(B.anyCommon(A));
305 EXPECT_FALSE(A.anyCommon(B));
306 EXPECT_FALSE(B.anyCommon(A))
    [all...]
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 387 bool anyCommon(const SmallBitVector &RHS) const {
391 return getPointer()->anyCommon(*RHS.getPointer());
BitVector.h 343 bool anyCommon(const BitVector &RHS) const {
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]

Completed in 82 milliseconds