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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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&&);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct add_lvalue_reference<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct add_rvalue_reference<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_nothrow_copy_constructor/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct has_nothrow_copy_constructor<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_nothrow_default_constructor/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct has_nothrow_default_constructor<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_trivial_copy_constructor/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct has_trivial_copy_constructor<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_trivial_default_constructor/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct has_trivial_default_constructor<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/identity/requirements/
H A Dexplicit_instantiation.cc30 typedef short test_type; typedef in namespace:std
31 template struct decay<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_pod/requirements/
H A Dexplicit_instantiation.cc28 typedef short test_type; typedef in namespace:std
29 template struct is_pod<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_signed/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_signed<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/
H A Dexplicit_instantiation.cc28 typedef short test_type; typedef in namespace:std
29 template struct is_standard_layout<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_trivial/requirements/
H A Dexplicit_instantiation.cc28 typedef short test_type; typedef in namespace:std
29 template struct is_trivial<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct make_signed<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct make_unsigned<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/remove_reference/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct remove_reference<test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/conditional/requirements/
H A Dexplicit_instantiation.cc30 typedef short test_type; typedef in namespace:std
31 template struct conditional<true, test_type, test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_constructible/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_constructible<test_type, test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_convertible/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_convertible<test_type, test_type>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/is_explicitly_convertible/requirements/
H A Dexplicit_instantiation.cc29 typedef short test_type; typedef in namespace:std
30 template struct is_explicitly_convertible<test_type, test_type>;

Completed in 133 milliseconds

1234567891011>>