Home
last modified time | relevance | path

Searched refs:is_nothrow_default_constructible (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_default_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_nothrow_default_constructible struct
/freebsd-14.2/contrib/llvm-project/libcxx/include/__mutex/
H A Dmutex.h47 static_assert(is_nothrow_default_constructible<mutex>::value, "the default constructor for std::mut…
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dset48 is_nothrow_default_constructible<allocator_type>::value &&
49 is_nothrow_default_constructible<key_compare>::value &&
292 is_nothrow_default_constructible<allocator_type>::value &&
293 is_nothrow_default_constructible<key_compare>::value &&
609is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
614is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
1066is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
1071is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
H A D__hash_table34 #include <__type_traits/is_nothrow_default_constructible.h>
533 …_LIBCPP_HIDE_FROM_ABI __bucket_list_deallocator() _NOEXCEPT_(is_nothrow_default_constructible<allo…
719is_nothrow_default_constructible<__bucket_list>::value&& is_nothrow_default_constructible<__first_…
720is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_default_constructible<hashe…
721 is_nothrow_default_constructible<key_equal>::value);
994is_nothrow_default_constructible<__bucket_list>::value&& is_nothrow_default_constructible<__first_…
995is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_default_constructible<hashe…
996 is_nothrow_default_constructible<key_equal>::value)
H A Dmap62 is_nothrow_default_constructible<allocator_type>::value &&
63 is_nothrow_default_constructible<key_compare>::value &&
347 is_nothrow_default_constructible<allocator_type>::value &&
348 is_nothrow_default_constructible<key_compare>::value &&
631 …_LIBCPP_HIDE_FROM_ABI __map_value_compare() _NOEXCEPT_(is_nothrow_default_constructible<_Compare>:…
668 …_LIBCPP_HIDE_FROM_ABI __map_value_compare() _NOEXCEPT_(is_nothrow_default_constructible<_Compare>:…
1030is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
1035is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
1714is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
1719is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
H A Dtype_traits130 template <class T> struct is_nothrow_default_constructible;
359 = is_nothrow_default_constructible<T>::value; // C++17
484 #include <__type_traits/is_nothrow_default_constructible.h>
H A Dunordered_map51 is_nothrow_default_constructible<hasher>::value &&
52 is_nothrow_default_constructible<key_equal>::value &&
53 is_nothrow_default_constructible<allocator_type>::value);
338 is_nothrow_default_constructible<hasher>::value &&
339 is_nothrow_default_constructible<key_equal>::value &&
340 is_nothrow_default_constructible<allocator_type>::value);
665 …_LIBCPP_HIDE_FROM_ABI __unordered_map_hasher() _NOEXCEPT_(is_nothrow_default_constructible<_Hash>:…
698 …_LIBCPP_HIDE_FROM_ABI __unordered_map_equal() _NOEXCEPT_(is_nothrow_default_constructible<_Pred>::…
740 …_LIBCPP_HIDE_FROM_ABI __unordered_map_equal() _NOEXCEPT_(is_nothrow_default_constructible<_Pred>::…
1091 …_LIBCPP_HIDE_FROM_ABI unordered_map() _NOEXCEPT_(is_nothrow_default_constructible<__table>::value)…
[all …]
H A Dunordered_set52 is_nothrow_default_constructible<hasher>::value &&
53 is_nothrow_default_constructible<key_equal>::value &&
54 is_nothrow_default_constructible<allocator_type>::value);
300 is_nothrow_default_constructible<hasher>::value &&
301 is_nothrow_default_constructible<key_equal>::value &&
302 is_nothrow_default_constructible<allocator_type>::value);
625 …_LIBCPP_HIDE_FROM_ABI unordered_set() _NOEXCEPT_(is_nothrow_default_constructible<__table>::value)…
1224 …_LIBCPP_HIDE_FROM_ABI unordered_multiset() _NOEXCEPT_(is_nothrow_default_constructible<__table>::v…
H A Dtuple248 #include <__type_traits/is_nothrow_default_constructible.h>
320 …_LIBCPP_HIDE_FROM_ABI constexpr __tuple_leaf() _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::v…
396 …_LIBCPP_HIDE_FROM_ABI constexpr __tuple_leaf() _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::v…
466 _NOEXCEPT_(__all<is_nothrow_default_constructible<_Tp>::value...>::value) {}
472 __all<is_nothrow_default_constructible<_Tl>::value...>::value))
562 _NOEXCEPT_(_And<is_nothrow_default_constructible<_Tp>...>::value) {}
H A D__split_buffer29 #include <__type_traits/is_nothrow_default_constructible.h>
80 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A Dlist39 noexcept(is_nothrow_default_constructible<allocator_type>::value);
230 #include <__type_traits/is_nothrow_default_constructible.h>
519 …_LIBCPP_HIDE_FROM_ABI __list_imp() _NOEXCEPT_(is_nothrow_default_constructible<__node_allocator>::…
606 inline __list_imp<_Tp, _Alloc>::__list_imp() _NOEXCEPT_(is_nothrow_default_constructible<__node_all…
702 …_LIBCPP_HIDE_FROM_ABI list() _NOEXCEPT_(is_nothrow_default_constructible<__node_allocator>::value)…
H A Dqueue314 …_LIBCPP_HIDE_FROM_ABI queue() _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value) …
536is_nothrow_default_constructible<container_type>::value&& is_nothrow_default_constructible<value_c…
H A Dforward_list37 noexcept(is_nothrow_default_constructible<allocator_type>::value);
225 #include <__type_traits/is_nothrow_default_constructible.h>
510 …_LIBCPP_HIDE_FROM_ABI __forward_list_base() _NOEXCEPT_(is_nothrow_default_constructible<__node_all…
683 …_LIBCPP_HIDE_FROM_ABI forward_list() _NOEXCEPT_(is_nothrow_default_constructible<__node_allocator>…
H A Dstack169 …_LIBCPP_HIDE_FROM_ABI stack() _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value) …
H A Dvector39 noexcept(is_nothrow_default_constructible<allocator_type>::value);
172 noexcept(is_nothrow_default_constructible<allocator_type>::value);
416 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value) {}
1872 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
2323 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A Ddeque40 deque() noexcept(is_nothrow_default_constructible<allocator_type>::value);
485 static_assert(is_nothrow_default_constructible<allocator_type>::value ==
486 is_nothrow_default_constructible<__pointer_allocator>::value,
559 _LIBCPP_HIDE_FROM_ABI deque() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A D__tree31 #include <__type_traits/is_nothrow_default_constructible.h>
983is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_copy_constructible<value_co…
1333is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_copy_constructible<value_co…
H A Dstring105 …noexcept(is_nothrow_default_constructible<allocator_type>::value); // constex…
605 #include <__type_traits/is_nothrow_default_constructible.h>
881 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A Dlibcxx.imp747 …{ include: [ "<__type_traits/is_nothrow_default_constructible.h>", "private", "<type_traits>", "pu…
H A Dmodule.modulemap.in1918 …fault_constructible [system] { header "__type_traits/is_nothrow_default_constructible.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h160is_nothrow_default_constructible<first_type>::value&& is_nothrow_default_constructible<second_type…
165is_nothrow_default_constructible<first_type>::value&& is_nothrow_default_constructible<second_type…
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc89 using std::is_nothrow_default_constructible;
/freebsd-14.2/lib/libc++/
H A DMakefile1226 TTR_HEADERS+= is_nothrow_default_constructible.h
H A Dmodule.modulemap1918 …fault_constructible [system] { header "__type_traits/is_nothrow_default_constructible.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1701 SYMBOL(is_nothrow_default_constructible, std::, <type_traits>)