Searched refs:test2_type (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/enable_if/requirements/
H A Dtypedefs_neg.cc32 typedef enable_if<false, int>::type test2_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/conditional/requirements/
H A Dtypedefs.cc33 typedef conditional<false, char, int>::type test2_type; typedef
34 VERIFY( (std::is_same<test2_type, int>::value) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/decay/requirements/
H A Dtypedefs.cc35 typedef decay<const int>::type test2_type; typedef
36 static_assert( is_same<test2_type, int>(), "decay<const int>" );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs_neg.cc35 typedef make_signed<__gnu_test::pod_uint>::type test2_type; typedef
H A Dtypedefs-2.cc37 typedef make_signed<const int>::type test2_type; typedef
38 static_assert(is_same<test2_type, const int>::value, "");
H A Dtypedefs-1.cc35 typedef make_signed<const int>::type test2_type; typedef
36 static_assert( is_same<test2_type, const int>::value,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs_neg.cc35 typedef make_unsigned<__gnu_test::pod_uint>::type test2_type; typedef
H A Dtypedefs-2.cc37 typedef make_unsigned<const unsigned int>::type test2_type; typedef
38 static_assert(is_same<test2_type, const unsigned int>::value, "");
H A Dtypedefs-1.cc35 typedef make_unsigned<const unsigned int>::type test2_type; typedef
36 static_assert(is_same<test2_type, const unsigned int>::value, "");

Completed in 44 milliseconds