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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr57101.C62 _To, bool = (is_function < _To >::value) > struct __is_convertible_helper;
66 _From, typename _To > struct __is_convertible_helper <_From, _To, false > struct in namespace:__anon901
79 < bool, __is_convertible_helper < _From, _To >::__value >
H A Dvariadic98.C56 template<typename _From, typename _To, bool = (is_void<_From>::value || is_void<_To>::value || is_function<_To>::value || is_array<_To>::value)> struct __is_convertible_helper { struct in namespace:std
58 template<typename _From, typename _To> struct __is_convertible_helper<_From, _To, false> : public __sfinae_types { struct in namespace:std
63 template<typename _From, typename _To> struct is_convertible : public integral_constant<bool, __is_convertible_helper<_From, _To>::__value> {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Ddump1.C149 struct __is_convertible_helper struct in namespace:std
161 : public __is_convertible_helper<_From, _To>::type

Completed in 138 milliseconds