Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__ranges/
HDmovable_box.h66 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>) in __movable_box()
195 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>)
/freebsd-head/contrib/llvm-project/libcxx/include/__type_traits/
HDis_nothrow_constructible.h117 inline constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(_Tp); variable
/freebsd-head/contrib/llvm-project/libcxx/include/__atomic/
HDatomic_base.h122 …_LIBCPP_HIDE_FROM_ABI constexpr __atomic_base() noexcept(is_nothrow_default_constructible_v<_Tp>) … in __atomic_base()
/freebsd-head/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc253 using std::is_nothrow_default_constructible_v;
/freebsd-head/contrib/llvm-project/libcxx/include/
HDtype_traits358 template <class T> inline constexpr bool is_nothrow_default_constructible_v
HDatomic71 constexpr atomic() noexcept(is_nothrow_default_constructible_v<T>); // since C++20
HDvariant1189 …_LIBCPP_HIDE_FROM_ABI constexpr variant() noexcept(is_nothrow_default_constructible_v<__first_type…
/freebsd-head/contrib/llvm-project/libcxx/include/__expected/
HDexpected.h476 …_LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept(is_nothrow_default_constructible_v<_Tp>) // st…
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1702 SYMBOL(is_nothrow_default_constructible_v, std::, <type_traits>)