Home
last modified time | relevance | path

Searched refs:all_the_algorithms (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/libcxx/algorithms/
H A Drobust_against_copying_comparators.pass.cpp94 TEST_CONSTEXPR_CXX20 bool all_the_algorithms() in all_the_algorithms()
212 all_the_algorithms<void*>(); in main()
213 all_the_algorithms<int>(); in main()
215 static_assert(all_the_algorithms<void*>()); in main()
216 static_assert(all_the_algorithms<int>()); in main()
93 TEST_CONSTEXPR_CXX20 bool all_the_algorithms() all_the_algorithms() function
H A Dranges_robust_against_copying_comparators.pass.cpp79 constexpr bool all_the_algorithms() in all_the_algorithms()
250 all_the_algorithms();
251 static_assert(all_the_algorithms());
78 constexpr bool all_the_algorithms() all_the_algorithms() function
H A Dranges_robust_against_copying_projections.pass.cpp61 constexpr bool all_the_algorithms() in all_the_algorithms()
264 all_the_algorithms();
265 static_assert(all_the_algorithms());
60 constexpr bool all_the_algorithms() all_the_algorithms() function
/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp37 TEST_CONSTEXPR_CXX20 bool all_the_algorithms() in all_the_algorithms() function
223 all_the_algorithms(); in test()
225 static_assert(all_the_algorithms()); in test()
H A Drobust_re_difference_type.compile.pass.cpp75 TEST_CONSTEXPR_CXX20 bool all_the_algorithms() in all_the_algorithms()
261 all_the_algorithms(); in test()
263 static_assert(all_the_algorithms()); in test()
74 TEST_CONSTEXPR_CXX20 bool all_the_algorithms() all_the_algorithms() function