Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.min.pass.cpp107 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 Dranges.max.pass.cpp109 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 Dranges.minmax.pass.cpp153 auto projection = [&](int a) { in test_initializer_list() local
236 auto projection = [&](int x) { in test_range_types() local
H A Dranges.max_element.pass.cpp158 auto projection = [&](int a) { in test_dangling() local
H A Dranges.min_element.pass.cpp158 auto projection = [&](int a) { in test_dangling() local
H A Dranges.minmax_element.pass.cpp180 auto projection = [&](int a) { in test_dangling() local
/llvm-project/libcxx/test/std/algorithms/
H A Dranges_robust_against_nonbool.compile.pass.cpp29 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 Dranges.sort.pass.cpp166 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 Dranges_pop_heap.pass.cpp172 constexpr const A& projection() const { return *this; } test() function
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dranges_push_heap.pass.cpp175 constexpr const A& projection() const { return *this; } test() function
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dranges_make_heap.pass.cpp173 constexpr const A& projection() const { return *this; } test() function
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dranges.stable.sort.pass.cpp220 const S& projection() const { return *this; } in test() function
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/
H A Dranges_nth_element.pass.cpp237 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 Dranges_sort_heap.pass.cpp171 constexpr const A& projection() const { return *this; } test() function