Searched refs:test_type (Results 1 - 25 of 749) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/forward/requirements/
H A Dexplicit_instantiation.cc30 typedef short test_type; typedef in namespace:std
31 template test_type&& forward<test_type>(test_type&&);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/decay/requirements/
H A Dexplicit_instantiation.cc30 typedef short test_type; typedef in namespace:std
31 template struct decay<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/extent/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct extent<test_type, 2>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_class/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_class<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_const/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_const<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_compound/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_compound<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_integral/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_integral<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_fundamental<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_function/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_function<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_lvalue_reference<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/
H A Dexplicit_instantiation.cc28 typedef short test_type; typedef in namespace:std
29 template struct is_literal_type<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_member_function_pointer<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_move_constructible<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/
H A Dexplicit_instantiation.cc28 typedef short test_type; typedef in namespace:std
29 template struct is_nothrow_move_assignable<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_nothrow_move_constructible<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_nothrow_destructible<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_rvalue_reference<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_reference/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_reference<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_scalar/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_scalar<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_trivially_move_assignable<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_trivially_move_constructible<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_union/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_union<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_void/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_void<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_volatile/requirements/
H A Dexplicit_instantiation.cc27 typedef short test_type; typedef in namespace:std
28 template struct is_volatile<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_unsigned<test_type>;

Completed in 104 milliseconds

1234567891011>>