Home
last modified time | relevance | path

Searched defs:projection (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.min.pass.cpp108 auto projection = [&](int x) { in test_2_arguments() local
146 auto projection = [&](int a) { in test_initializer_list() local
211 auto projection = [&](int x) { in test_range() local
H A Dranges.max.pass.cpp110 auto projection = [&](int x) { in test_2_arguments() local
146 auto projection = [&](int a) { in test_initializer_list() local
214 auto projection = [&](int x) { in test_range() local
H A Dranges.minmax.pass.cpp152 auto projection = [&](int a) { in test_initializer_list() local
235 auto projection = [&](int x) { in test_range_types() local
H A Dranges.min_element.pass.cpp159 auto projection = [&](int a) { in test_dangling() local
H A Dranges.max_element.pass.cpp159 auto projection = [&](int a) { in test_dangling() local
H A Dranges.minmax_element.pass.cpp181 auto projection = [&](int a) { in test_dangling() local
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dranges.sort.pass.cpp168 constexpr const S& projection() const { return *this; } in test() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dranges_make_heap.pass.cpp175 constexpr const A& projection() const { return *this; } in test() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dranges_push_heap.pass.cpp177 constexpr const A& projection() const { return *this; } in test() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dranges_sort_heap.pass.cpp172 constexpr const A& projection() const { return *this; } in test() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dranges_pop_heap.pass.cpp174 constexpr const A& projection() const { return *this; } in test() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dranges.stable.sort.pass.cpp222 const S& projection() const { return *this; } in test() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/
H A Dranges_nth_element.pass.cpp239 constexpr const S& projection() const { return *this; } in test() function