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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dexplicit_instantiation.cc29 typedef double test_type3; typedef in namespace:std
36 template struct common_type<test_type1, test_type2, test_type3>;
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.cc29 typedef enum class E3 { } test_type3; typedef in namespace:std
36 template struct underlying_type<test_type3>;
H A Dtypedefs-1.cc30 typedef enum class E3 { } test_type3; typedef in typeref:class:E3
38 typedef std::underlying_type<test_type3>::type type3;

Completed in 39 milliseconds