Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A 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()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc77 bool CompareRanges(ZoneList<CharacterRange>* ranges, const int* special_class, in CompareRanges() function
105 if (CompareRanges(set_.ranges(zone), kSpaceRanges, kSpaceRangeCount)) { in is_standard()
118 if (CompareRanges(set_.ranges(zone), kLineTerminatorRanges, in is_standard()
123 if (CompareRanges(set_.ranges(zone), kWordRanges, kWordRangeCount)) { in is_standard()

Completed in 5 milliseconds