Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_point.pass.cpp156 auto expected_no_proj = in.begin() + 2; in test() local
H A Dranges_partition.pass.cpp176 const std::array expected_no_proj = {-1, 1}; in test() local
H A Dranges_stable_partition.pass.cpp212 const std::array expected_no_proj = {-1, 1}; in test() local