Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A D128bitfloat.cpp11 template <typename> struct __is_float128 { static constexpr bool value = false; }; struct
12 template <> struct __is_float128<__float128> { static constexpr bool value = true; }; struct
13 static_assert(__is_float128<__ieee128>::value, "__ieee128 aliases to __float128");