Searched refs:always_false (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | always_false.h | 27 template <typename...> LIBC_INLINE_VAR constexpr bool always_false = false; variable
|
| H A D | invoke.h | 52 static_assert(cpp::always_false<T>);
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/utility/ |
| H A D | declval.h | 20 static_assert(cpp::always_false<T>, in declval()
|
| /freebsd/contrib/llvm-project/libc/src/__support/fixed_point/ |
| H A D | fx_bits.h | 73 static_assert(cpp::always_false<XType>); in FXBits()
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | FPBits.h | 816 static_assert(cpp::always_false<UnqualT>, "Unsupported type"); 846 static_assert(cpp::always_false<XType>);
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 902 struct always_false : std::false_type {}; struct 2214 static_assert(always_false<T>::value, in operator &&() 2221 static_assert(always_false<T>::value, in operator ||() 2228 static_assert(always_false<T>::value, in operator ==() 2235 static_assert(always_false<T>::value, in operator !=() 2242 static_assert(always_false<T>::value, in operator >() 2249 static_assert(always_false<T>::value, in operator <() 2256 static_assert(always_false<T>::value, in operator >=() 2263 static_assert(always_false<T>::value, in operator <=() 2348 static_assert(always_false<RhsT>::value, in operator &&() [all …]
|