Searched refs:__always_false (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | to.h | 84 concept __always_false = false; variable 127 …static_assert(__always_false<_Container>, "ranges::to: unable to convert to the given container ty… in to() 139 …static_assert(__always_false<_Container>, "ranges::to: unable to convert to the given container ty… in to() 185 static_assert(__always_false<_Range>, in __deduce_func()
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | uninitialized_algorithms.h | 49 struct __always_false { struct 82 std::move(__ifirst), std::move(__ilast), std::move(__ofirst), __always_false()); in uninitialized_copy() 112 …_uninitialized_copy_n<_ValueType>(std::move(__ifirst), __n, std::move(__ofirst), __always_false()); in uninitialized_copy_n() 318 std::move(__ifirst), std::move(__ilast), std::move(__ofirst), __always_false(), __iter_move); in uninitialized_move() 355 std::move(__ifirst), __n, std::move(__ofirst), __always_false(), __iter_move); in uninitialized_move_n()
|