Home
last modified time | relevance | path

Searched refs:is_default_constructible_v (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h106 requires((extents_type::rank_dynamic() > 0) && is_default_constructible_v<data_handle_type> &&
107 is_default_constructible_v<mapping_type> && is_default_constructible_v<accessor_type>)
116 … is_constructible_v<mapping_type, extents_type> && is_default_constructible_v<accessor_type>)
124 is_default_constructible_v<accessor_type>)
133 is_default_constructible_v<accessor_type>)
139 …requires(is_default_constructible_v<accessor_type> && is_constructible_v<mapping_type, const exten… in mdspan()
143 requires(is_default_constructible_v<accessor_type>) in mdspan()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_default_constructible.h26 inline constexpr bool is_default_constructible_v = __is_constructible(_Tp); variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dcpp17_iterator_concepts.h68 concept __cpp17_default_constructible = is_default_constructible_v<_Tp>;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc242 using std::is_default_constructible_v;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits322 template <class T> inline constexpr bool is_default_constructible_v
/freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h481 requires is_default_constructible_v<_Tp>
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1641 SYMBOL(is_default_constructible_v, std::, <type_traits>)