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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dexplicit_instantiation.cc28 typedef int& test_type2; typedef in namespace:std
35 template struct common_type<test_type1, test_type2>;
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.cc28 typedef enum E2 : char { } test_type2; member in namespace:std
35 template struct underlying_type<test_type2>;
H A Dtypedefs-1.cc29 typedef enum E2 : char { } test_type2;
37 typedef std::underlying_type<test_type2>::type type2;

Completed in 87 milliseconds