Searched refs:test_type4 (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dexplicit_instantiation.cc30 typedef float test_type4; typedef in namespace:std
37 template struct common_type<test_type1, test_type2, test_type3, test_type4>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/underlying_type/requirements/
H A Dexplicit_instantiation.cc30 typedef enum class E4 : unsigned char { c = 1 } test_type4;
37 template struct underlying_type<test_type4>;
H A Dtypedefs-1.cc31 typedef enum class E4 : unsigned char { c = 1 } test_type4;
39 typedef std::underlying_type<test_type4>::type type4;

Completed in 33 milliseconds