Searched defs:LExclude (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp211 Mapping LExclude, Intersection; local
213 LHSMapping.diff(&LExclude, &Intersection, 0, RHSMapping);
216 EXPECT_EQ(LExclude.size(), ExcludeResSize);
219 for (Mapping::RangeIterator rei = LExclude.begin(),
220 e = LExclude.end(); rei != e; ++rei, ++i)
223 EXPECT_TRUE(LExclude.empty());
235 LExclude.clear();
237 RHSMapping.diff(0, &Intersection, &LExclude, LHSMapping);
239 // Check LExclude again.
241 EXPECT_EQ(LExclude
[all...]
/external/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h426 /// THIS without RHS is placed into LExclude,
429 void diff(self *LExclude, self *Intersection, self *RExclude, argument
432 DiffStateMachine Machine(LExclude, Intersection, RExclude);
499 if (LExclude)
501 LExclude->add(L->first, L->second);

Completed in 90 milliseconds