Home
last modified time | relevance | path

Searched refs:is_nothrow_default_constructible_v (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_default_constructible.h27 inline constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(_Tp); variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h68 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>) in __movable_box()
197 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>)
/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h127 …_LIBCPP_HIDE_FROM_ABI constexpr __atomic_base() noexcept(is_nothrow_default_constructible_v<_Tp>) … in __atomic_base()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc253 using std::is_nothrow_default_constructible_v;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits358 template <class T> inline constexpr bool is_nothrow_default_constructible_v
H A Datomic71 constexpr atomic() noexcept(is_nothrow_default_constructible_v<T>); // since C++20
H A Dvariant1174 …_LIBCPP_HIDE_FROM_ABI constexpr variant() noexcept(is_nothrow_default_constructible_v<__first_type…
/freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h480 …_LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept(is_nothrow_default_constructible_v<_Tp>) // st…
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1702 SYMBOL(is_nothrow_default_constructible_v, std::, <type_traits>)