Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept()
131 … ? copyable<_Tp> || (is_nothrow_move_constructible_v<_Tp> && is_nothrow_copy_constructible_v<_Tp>)
152 concept __doesnt_need_empty_state_for_copy = copyable<_Tp> || is_nothrow_copy_constructible_v<_Tp>;
212 static_assert(is_nothrow_copy_constructible_v<_Tp>);
H A Diota_view.h128 …PP_HIDE_FROM_ABI constexpr _Start operator*() const noexcept(is_nothrow_copy_constructible_v<_Star…
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h187is_nothrow_copy_constructible_v<_Iter> && noexcept(ranges::iter_move(--std::declval<_Iter&>()))) { in iter_move()
195 is_nothrow_copy_constructible_v<_Iter> && is_nothrow_copy_constructible_v<_Iter2> && in iter_swap()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_constructible.h88 inline constexpr bool is_nothrow_copy_constructible_v = is_nothrow_copy_constructible<_Tp>::value; variable
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h488 is_nothrow_copy_constructible_v<_Tp> && is_nothrow_copy_constructible_v<_Err>) // strengthened
629 …is_nothrow_copy_assignable_v<_Tp> && is_nothrow_copy_constructible_v<_Tp> && is_nothrow_copy_assig…
630 is_nothrow_copy_constructible_v<_Err>) // strengthened
1393 is_nothrow_copy_constructible_v<_Err>) // strengthened
1478 is_nothrow_copy_assignable_v<_Err> && is_nothrow_copy_constructible_v<_Err>) // strengthened
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits360 template <class T> inline constexpr bool is_nothrow_copy_constructible_v
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1700 SYMBOL(is_nothrow_copy_constructible_v, std::, <type_traits>)