Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A D128bitfloat.cpp12 template <typename> struct __is_float128 { static constexpr bool value = false; }; struct
13 template <> struct __is_float128<__float128> { static constexpr bool value = true; }; struct