Searched refs:__is_floating_point_helper (Results 1 – 1 of 1) sorted by relevance
6 template<typename> struct __is_floating_point_helper {}; struct7 template<> struct __is_floating_point_helper<__float128> {}; struct17 template<typename> struct __is_floating_point_helper {}; struct18 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{__float128 is not… struct27 template<typename> struct __is_floating_point_helper {}; struct28 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{__float128 is not… struct