Home
last modified time | relevance | path

Searched refs:test_1_3 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/language.support/cmp/cmp.alg/
H A Dpartial_order.pass.cpp130 constexpr bool test_1_3() in test_1_3() function
247 test_1_3(); in main()
250 static_assert(test_1_3()); in main()
H A Dweak_order.pass.cpp106 constexpr bool test_1_3() in test_1_3() function
500 test_1_3<float>(); in main()
501 test_1_3<double>(); in main()
502 test_1_3<long double>(); in main()
506 static_assert(test_1_3<float>()); in main()
507 static_assert(test_1_3<double>()); in main()
508 static_assert(test_1_3<long double>()); in main()
H A Dcompare_partial_order_fallback.pass.cpp130 constexpr bool test_1_3() in test_1_3() function
369 test_1_3();
373 static_assert(test_1_3());
H A Dcompare_weak_order_fallback.pass.cpp106 constexpr bool test_1_3() in test_1_3() function
615 test_1_3<float>();
616 test_1_3<double>();
617 test_1_3<long double>();
622 static_assert(test_1_3<float>());
623 static_assert(test_1_3<double>());
624 static_assert(test_1_3<long double>());
H A Dcompare_strong_order_fallback.pass.cpp110 constexpr bool test_1_3() in test_1_3() function
568 test_1_3<float>();
569 test_1_3<double>();
571 test_1_3<long double>(); // UNIMPLEMENTED when long double is a distinct type
576 static_assert(test_1_3<float>());
577 static_assert(test_1_3<double>());
579 static_assert(test_1_3<long double>()); // UNIMPLEMENTED when long double is a distinct type
H A Dstrong_order.pass.cpp110 constexpr bool test_1_3() in test_1_3() function
455 test_1_3<float>(); in main()
456 test_1_3<double>(); in main()
458 test_1_3<long double>(); // UNIMPLEMENTED when long double is a distinct type in main()
462 static_assert(test_1_3<float>()); in main()
463 static_assert(test_1_3<double>()); in main()
465 static_assert(test_1_3<long double>()); // UNIMPLEMENTED when long double is a distinct type in main()
/llvm-project/clang/test/CXX/class/class.init/class.copy.elision/
H A Dp3.cpp233 NeedValue test_1_3() { in test_1_3() function