Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dalways_false.h27 template <typename...> LIBC_INLINE_VAR constexpr bool always_false = false; variable
H A Dinvoke.h52 static_assert(cpp::always_false<T>);
/freebsd/contrib/llvm-project/libc/src/__support/CPP/utility/
H A Ddeclval.h20 static_assert(cpp::always_false<T>, in declval()
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h73 static_assert(cpp::always_false<XType>); in FXBits()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFPBits.h816 static_assert(cpp::always_false<UnqualT>, "Unsupported type");
846 static_assert(cpp::always_false<XType>);
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp902 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 …]