Searched refs:LExclude (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/Support/ |
D | IntegersSubsetTest.cpp | 211 Mapping LExclude, Intersection; in TestDiff() local 213 LHSMapping.diff(&LExclude, &Intersection, 0, RHSMapping); in TestDiff() 216 EXPECT_EQ(LExclude.size(), ExcludeResSize); in TestDiff() 219 for (Mapping::RangeIterator rei = LExclude.begin(), in TestDiff() 220 e = LExclude.end(); rei != e; ++rei, ++i) in TestDiff() 223 EXPECT_TRUE(LExclude.empty()); in TestDiff() 235 LExclude.clear(); in TestDiff() 237 RHSMapping.diff(0, &Intersection, &LExclude, LHSMapping); in TestDiff() 241 EXPECT_EQ(LExclude.size(), ExcludeResSize); in TestDiff() 244 for (Mapping::RangeIterator rei = LExclude.begin(), in TestDiff() [all …]
|
/external/llvm/include/llvm/Support/ |
D | IntegersSubsetMapping.h | 429 void diff(self *LExclude, self *Intersection, self *RExclude, in diff() argument 432 DiffStateMachine Machine(LExclude, Intersection, RExclude); in diff() 499 if (LExclude) in diff() 501 LExclude->add(L->first, L->second); in diff()
|