/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | ranges.min.pass.cpp | 107 auto projection = [&](int x) { in test_2_arguments() local 145 auto projection = [&](int a) { in test_initializer_list() local 229 auto projection = [&](int x) { in test_range() local
|
H A D | ranges.max.pass.cpp | 109 auto projection = [&](int x) { in test_2_arguments() local 145 auto projection = [&](int a) { in test_initializer_list() local 232 auto projection = [&](int x) { in test_range() local
|
H A D | ranges.minmax.pass.cpp | 153 auto projection = [&](int a) { in test_initializer_list() local 236 auto projection = [&](int x) { in test_range_types() local
|
H A D | ranges.max_element.pass.cpp | 158 auto projection = [&](int a) { in test_dangling() local
|
H A D | ranges.min_element.pass.cpp | 158 auto projection = [&](int a) { in test_dangling() local
|
H A D | ranges.minmax_element.pass.cpp | 180 auto projection = [&](int a) { in test_dangling() local
|
/llvm-project/libcxx/test/std/algorithms/ |
H A D | ranges_robust_against_nonbool.compile.pass.cpp | 29 auto projection = [](Value const& val) -> Value { return val; }; in __anon83bfb7140102() variable [all...] |
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ |
H A D | ranges.sort.pass.cpp | 166 constexpr const S& projection() const { return *this; } in test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
H A D | ranges_pop_heap.pass.cpp | 172 constexpr const A& projection() const { return *this; } test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
H A D | ranges_push_heap.pass.cpp | 175 constexpr const A& projection() const { return *this; } test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | ranges_make_heap.pass.cpp | 173 constexpr const A& projection() const { return *this; } test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
H A D | ranges.stable.sort.pass.cpp | 220 const S& projection() const { return *this; } in test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/ |
H A D | ranges_nth_element.pass.cpp | 237 constexpr const S& projection() const { return *this; } in test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | ranges_sort_heap.pass.cpp | 171 constexpr const A& projection() const { return *this; } test() function
|