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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dexplicit_instantiation.cc31 typedef void test_type5; typedef in namespace:std
39 template struct common_type<test_type5>;
40 template struct common_type<test_type5, test_type6>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/underlying_type/requirements/
H A Dexplicit_instantiation.cc31 typedef enum class E5 : int { a = -1, b = 1 } test_type5;
38 template struct underlying_type<test_type5>;
H A Dtypedefs-1.cc32 typedef enum class E5 : int { a = -1, b = 1 } test_type5;
40 typedef std::underlying_type<test_type5>::type type5;

Completed in 44 milliseconds