Lines Matching defs:checkIntersect
182 void checkIntersect(RawRangeSet RawLHS, RawRangeSet RawRHS,
187 void checkIntersect(RawRangeSet RawLHS, BaseType RawRHS,
193 void checkIntersect(RawRangeSet RawLHS, BaseType RawLower, BaseType RawUpper,
312 this->checkIntersect({}, 42, {});
314 this->checkIntersect({{42, 42}}, 42, {{42, 42}});
316 this->checkIntersect({{0, 10}, {20, 30}, {30, 40}, {50, 60}}, 42, {});
317 this->checkIntersect({{0, 10}, {20, 30}, {30, 60}}, 42, {{42, 42}});
326 this->checkIntersect({}, 10, 20, {});
327 this->checkIntersect({}, 20, 10, {});
329 this->checkIntersect({{10, 20}}, 10, 20, {{10, 20}});
330 this->checkIntersect({{MIN, 10}, {20, MAX}}, 20, 10, {{MIN, 10}, {20, MAX}});
332 this->checkIntersect({{10, 20}}, 21, 9, {});
333 this->checkIntersect({{MIN, 9}, {21, MAX}}, 10, 20, {});
335 this->checkIntersect({{0, 10}, {20, 30}, {30, 40}, {50, 60}}, 10, 35,
337 this->checkIntersect({{0, 10}, {20, 30}, {30, 40}, {50, 60}}, 35, 10,
343 this->checkIntersect({}, {}, {});
344 this->checkIntersect({}, {{0, 10}}, {});
345 this->checkIntersect({{0, 10}}, {}, {});
347 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}});
348 this->checkIntersect({{0, 10}}, {{4, 20}}, {{4, 10}});
350 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}});
353 this->checkIntersect({{0, 10}}, {{10, 10}}, {{10, 10}});
357 this->checkIntersect({{0, 2}, {4, 5}, {6, 9}, {10, 11}, {12, 12}, {13, 15}},
361 this->checkIntersect(