Home
last modified time | relevance | path

Searched refs:__is_floating_point_helper (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
D128bitfloat.cpp6 template<typename> struct __is_floating_point_helper {}; struct
7 template<> struct __is_floating_point_helper<__float128> {}; struct
17 template<typename> struct __is_floating_point_helper {}; struct
18 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{__float128 is not… struct
27 template<typename> struct __is_floating_point_helper {}; struct
28 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{__float128 is not… struct