Home
last modified time | relevance | path

Searched refs:total_less (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/fuzzing/
Dstable_sort.pass.cpp32 if (!std::is_sorted(range.first, range.second, ByteWithPayload::total_less())) in LLVMFuzzerTestOneInput()
Dfuzz.h47 struct total_less { struct
/external/libcxx/fuzzing/
Dfuzzing.cpp73 struct total_less struct
189 if (!std::is_sorted(range.first, range.second, total_less())) return 2; in stable_sort()