Searched refs:Set2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/ADT/ |
D | SparseMultiSetTest.cpp | 196 USet Set2; in TEST() local 197 Set2.setUniverse(11); in TEST() 198 Set2.insert(3); in TEST() 199 EXPECT_TRUE(!Set2.contains(0)); in TEST() 202 EXPECT_EQ(Set2.getHead(3), Set2.getTail(3)); in TEST() 203 EXPECT_EQ(Set2.getHead(0), Set2.getTail(0)); in TEST() 204 B = Set2.find(3); in TEST() 205 EXPECT_EQ(Set2.find(3), --(++B)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | SparseMultiSetTest.cpp | 196 USet Set2; in TEST() local 197 Set2.setUniverse(11); in TEST() 198 Set2.insert(3); in TEST() 199 EXPECT_TRUE(!Set2.contains(0)); in TEST() 202 EXPECT_EQ(Set2.getHead(3), Set2.getTail(3)); in TEST() 203 EXPECT_EQ(Set2.getHead(0), Set2.getTail(0)); in TEST() 204 B = Set2.find(3); in TEST() 205 EXPECT_EQ(Set2.find(3), --(++B)); in TEST()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1682 template <class S1Ty, class S2Ty> static bool isSubset(S1Ty &Set1, S2Ty &Set2) { in isSubset() argument 1684 if (Set2.count(*I) == 0) in isSubset() 1903 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() argument 1908 if (Set2.count(SU) != 0) in isIntersect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1805 template <class S1Ty, class S2Ty> static bool isSubset(S1Ty &Set1, S2Ty &Set2) { in isSubset() argument 1807 if (Set2.count(*I) == 0) in isSubset() 2028 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() argument 2033 if (Set2.count(SU) != 0) in isIntersect()
|
/external/libexif/po/ |
D | ja.po | 5467 #~ msgid "PC Set2"
|
D | nl.po | 5893 #~ msgid "PC Set2"
|