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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dexplicit_instantiation.cc27 typedef int test_type1; typedef in namespace:std
34 template struct common_type<test_type1>;
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.cc27 typedef enum E1 : unsigned { } test_type1; member in namespace:std
34 template struct underlying_type<test_type1>;
H A Dtypedefs-1.cc28 typedef enum E1 : unsigned { } test_type1;
36 typedef std::underlying_type<test_type1>::type type1;

Completed in 35 milliseconds