Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_constructible.h112 struct _LIBCPP_TEMPLATE_VIS is_nothrow_default_constructible struct
/freebsd/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 &&
606is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
611is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
1060is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
1065is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
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 &&
630 …_LIBCPP_HIDE_FROM_ABI __map_value_compare() _NOEXCEPT_(is_nothrow_default_constructible<_Compare>:…
667 …_LIBCPP_HIDE_FROM_ABI __map_value_compare() _NOEXCEPT_(is_nothrow_default_constructible<_Compare>:…
1025is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
1030is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
1700is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_default_constructible<key_com…
1705is_nothrow_default_constructible<allocator_type>::value&& is_nothrow_copy_constructible<key_compar…
H A D__hash_table562 …_LIBCPP_HIDE_FROM_ABI __bucket_list_deallocator() _NOEXCEPT_(is_nothrow_default_constructible<allo…
748is_nothrow_default_constructible<__bucket_list>::value&& is_nothrow_default_constructible<__first_…
749is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_default_constructible<hashe…
750 is_nothrow_default_constructible<key_equal>::value);
1022is_nothrow_default_constructible<__bucket_list>::value&& is_nothrow_default_constructible<__first_…
1023is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_default_constructible<hashe…
1024 is_nothrow_default_constructible<key_equal>::value)
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);
639 …_LIBCPP_HIDE_FROM_ABI __unordered_map_hasher() _NOEXCEPT_(is_nothrow_default_constructible<_Hash>:…
664 …_LIBCPP_HIDE_FROM_ABI __unordered_map_hasher() _NOEXCEPT_(is_nothrow_default_constructible<_Hash>:…
697 …_LIBCPP_HIDE_FROM_ABI __unordered_map_equal() _NOEXCEPT_(is_nothrow_default_constructible<_Pred>::…
739 …_LIBCPP_HIDE_FROM_ABI __unordered_map_equal() _NOEXCEPT_(is_nothrow_default_constructible<_Pred>::…
[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);
621 …_LIBCPP_HIDE_FROM_ABI unordered_set() _NOEXCEPT_(is_nothrow_default_constructible<__table>::value)…
1214 …_LIBCPP_HIDE_FROM_ABI unordered_multiset() _NOEXCEPT_(is_nothrow_default_constructible<__table>::v…
H A Dtuple315 …_LIBCPP_HIDE_FROM_ABI constexpr __tuple_leaf() noexcept(is_nothrow_default_constructible<_Hp>::val…
391 …_LIBCPP_HIDE_FROM_ABI constexpr __tuple_leaf() noexcept(is_nothrow_default_constructible<_Hp>::val…
461 __all<is_nothrow_default_constructible<_Tp>::value...>::value) {}
470 __all<is_nothrow_default_constructible<_Tl>::value...>::value)
558 tuple() noexcept(_And<is_nothrow_default_constructible<_Tp>...>::value) {}
H A Dtype_traits130 template <class T> struct is_nothrow_default_constructible;
359 = is_nothrow_default_constructible<T>::value; // C++17
H A Dqueue312 …_LIBCPP_HIDE_FROM_ABI queue() _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value) …
530is_nothrow_default_constructible<container_type>::value&& is_nothrow_default_constructible<value_c…
H A Dlist39 noexcept(is_nothrow_default_constructible<allocator_type>::value);
516 …_LIBCPP_HIDE_FROM_ABI __list_imp() _NOEXCEPT_(is_nothrow_default_constructible<__node_allocator>::…
602 inline __list_imp<_Tp, _Alloc>::__list_imp() _NOEXCEPT_(is_nothrow_default_constructible<__node_all…
695 …_LIBCPP_HIDE_FROM_ABI list() _NOEXCEPT_(is_nothrow_default_constructible<__node_allocator>::value)…
H A Dstack166 …_LIBCPP_HIDE_FROM_ABI stack() _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value) …
H A Dforward_list37 noexcept(is_nothrow_default_constructible<allocator_type>::value);
508 …_LIBCPP_HIDE_FROM_ABI __forward_list_base() _NOEXCEPT_(is_nothrow_default_constructible<__node_all…
675 …_LIBCPP_HIDE_FROM_ABI forward_list() _NOEXCEPT_(is_nothrow_default_constructible<__node_allocator>…
H A Dvector39 noexcept(is_nothrow_default_constructible<allocator_type>::value);
172 noexcept(is_nothrow_default_constructible<allocator_type>::value);
431 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value) {}
1918 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
2369 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A D__split_buffer90 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A Ddeque40 deque() noexcept(is_nothrow_default_constructible<allocator_type>::value);
517 static_assert(is_nothrow_default_constructible<allocator_type>::value ==
518 is_nothrow_default_constructible<__pointer_allocator>::value,
591 _LIBCPP_HIDE_FROM_ABI deque() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
H A D__tree977is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_copy_constructible<value_co…
1326is_nothrow_default_constructible<__node_allocator>::value&& is_nothrow_copy_constructible<value_co…
H A Dstring105 …noexcept(is_nothrow_default_constructible<allocator_type>::value); // constex…
984 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h172is_nothrow_default_constructible<first_type>::value && is_nothrow_default_constructible<second_typ… in pair()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1701 SYMBOL(is_nothrow_default_constructible, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc752 OLD_FILES+=usr/include/c++/v1/__type_traits/is_nothrow_default_constructible.h