Searched refs:decay (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/decay/requirements/
H A Dexplicit_instantiation.cc31 template struct decay<test_type>;
H A Dalias_decl.cc28 static_assert( test<decay<bool>, decay_t<bool>>(), "decay<bool>" );
29 static_assert( test<decay<const int>, decay_t<const int>>(),
30 "decay<const int>" );
31 static_assert( test<decay<int[4]>, decay_t<int[4]>>(), "decay<int[4]>" );
33 static_assert( test<decay<fn_type>, decay_t<fn_type>>(), "decay<fn_type>" );
35 static_assert( test<decay<cfn_type>, decay_t<cfn_type>>(), "decay<cfn_typ
[all...]
H A Dtypedefs.cc27 using std::decay;
31 typedef decay<bool>::type test1_type;
32 static_assert( is_same<test1_type, bool>(), "decay<bool>" );
35 typedef decay<const int>::type test2_type;
36 static_assert( is_same<test2_type, int>(), "decay<const int>" );
38 typedef decay<int[4]>::type test3_type;
40 "decay<int[4]>" );
43 typedef decay<fn_type>::type test4_type;
45 "decay<fn_type>" );
48 typedef decay<cfn_typ
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnoexcept15.C20 constexpr single<typename std::decay<Tp>::type>
23 return single<typename std::decay<Tp>::type>(x);
H A Dpr47416.C43 template < typename _Tp > class decay class in namespace:std
55 typedef typename __strip_reference_wrapper < typename decay <
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr45983_0.C8 const scalar_array_t &decay(void) const;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/
H A D48476.cc26 typename std::decay<T>::type copy(T&& x)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-dep.C34 typename std::decay<decltype (s)>::type::N x;
H A Dvar-templ43.C7 template <typename> class decay { class in namespace:std
14 static __success_type<typename decay<decltype(declval<_Up>)>::type> _S_test;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_44.f9048 type(decay_t), dimension(:), allocatable :: decay component in type:unstable_t
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/creation_functions/
H A D48476.cc25 typename std::decay<T>::type copy(T&& x)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Ddump1.C238 class decay class in namespace:std
381 typedef _Maybe_wrap_member_pointer<typename decay<_Func>::type>
384 typedef _Bind_simple<__func_type(typename decay<_BoundArgs>::type...)>
737 = is_same<_Task, typename decay<_Fn>::type>::value>

Completed in 434 milliseconds