Home
last modified time | relevance | path

Searched defs:orig_in (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/
H A Dranges_partial_sort.pass.cpp147 const std::array orig_in = {1, 2, 3, 4, 5}; in test() local
176 const std::array orig_in = {A{2}, A{3}, A{1}}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dranges.stable.sort.pass.cpp132 Array orig_in = { in test() local
167 Array orig_in = { in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_stable_partition.pass.cpp186 Array orig_in = { in test() local