Home
last modified time | relevance | path

Searched refs:CompareRanges (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp363 auto CompareRanges = [](const Variable *L, const Variable *R) { in init() local
371 std::sort(Unhandled.rbegin(), Unhandled.rend(), CompareRanges); in init()
373 CompareRanges); in init()
/external/v8/src/regexp/
Djsregexp.cc4827 static bool CompareRanges(ZoneList<CharacterRange>* ranges, in CompareRanges() function
4855 if (CompareRanges(set_.ranges(zone), kSpaceRanges, kSpaceRangeCount)) { in is_standard()
4869 if (CompareRanges(set_.ranges(zone), in is_standard()
4875 if (CompareRanges(set_.ranges(zone), kWordRanges, kWordRangeCount)) { in is_standard()