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

/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp191 const unsigned_ranges IntersectRes,
229 EXPECT_EQ(ii->first, Range(IntersectRes[i][0], IntersectRes[i][1]));
257 unsigned_ranges IntersectRes = { { 3, 4 }, { 7, 10 }, { 13, 14 } }; local
259 TestDiff(LHS, 3, RHS, 1, ExcludeRes, 2, IntersectRes, 3);
266 unsigned_ranges IntersectRes = { { 0, 4 }, { 13, 17 } }; local
268 TestDiff(LHS, 3, RHS, 2, ExcludeRes, 1, IntersectRes, 2);
276 unsigned_ranges IntersectRes = { { 1, 5 }, { 10, 12 }, { 15, 16 } }; local
278 TestDiff(LHS, 1, RHS, 3, ExcludeRes, 4, IntersectRes, 3);
285 unsigned_ranges IntersectRes local
184 TestDiff( const unsigned_ranges LHS, unsigned LSize, const unsigned_ranges RHS, unsigned RSize, const unsigned_ranges ExcludeRes, unsigned ExcludeResSize, const unsigned_ranges IntersectRes, unsigned IntersectResSize ) argument
294 unsigned_ranges IntersectRes = { {NOT_A_NUMBER, NOT_A_NUMBER} }; local
303 unsigned_ranges IntersectRes = { { 3, 4 } }; local
312 unsigned_ranges IntersectRes = { { 0, 5 }, {6, 7} }; local
321 unsigned_ranges IntersectRes = { { NOT_A_NUMBER, NOT_A_NUMBER } }; local
[all...]

Completed in 114 milliseconds