Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_callback.h51 … _Cb&& __cb) noexcept(is_nothrow_constructible_v<_Callback, _Cb>) in stop_callback()
57 … _Cb&& __cb) noexcept(is_nothrow_constructible_v<_Callback, _Cb>) in stop_callback()
79 is_nothrow_constructible_v<_Callback, _Cb>) in stop_callback()
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dunexpected.h74 noexcept(is_nothrow_constructible_v<_Err, _Error>) // strengthened
80 noexcept(is_nothrow_constructible_v<_Err, _Args...>) // strengthened
86 noexcept(is_nothrow_constructible_v<_Err, initializer_list<_Up>&, _Args...>) // strengthened
H A Dexpected.h542 is_nothrow_constructible_v<_Tp, const _Up&> &&
543 is_nothrow_constructible_v<_Err, const _OtherErr&>) // strengthened
550is_nothrow_constructible_v<_Tp, _Up> && is_nothrow_constructible_v<_Err, _OtherErr>) // strengthen…
558 expected(_Up&& __u) noexcept(is_nothrow_constructible_v<_Tp, _Up>) // strengthened
564 …const unexpected<_OtherErr>& __unex) noexcept(is_nothrow_constructible_v<_Err, const _OtherErr&>) …
570 …expected(unexpected<_OtherErr>&& __unex) noexcept(is_nothrow_constructible_v<_Err, _OtherErr>) // …
576 is_nothrow_constructible_v<_Tp, _Args...>) // strengthened
582 is_nothrow_constructible_v<_Tp, initializer_list<_Up>&, _Args...>) // strengthened
588 is_nothrow_constructible_v<_Err, _Args...>) // strengthened
594 is_nothrow_constructible_v<_Err, initializer_list<_Up>&, _Args...>) // strengthened
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h113 (is_nothrow_constructible_v<index_type, _OtherIndexTypes> && ...) &&
121 is_nothrow_constructible_v<index_type, const _OtherIndexType&> &&
130 is_nothrow_constructible_v<index_type, const _OtherIndexType&> &&
187 (is_nothrow_constructible_v<index_type, _OtherIndexTypes> && ...) &&
199 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
208 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
H A Dlayout_stride.h174 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
213 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
281 (is_nothrow_constructible_v<index_type, _Indices> && ...))
H A Dextents.h315 (is_nothrow_constructible_v<index_type, _OtherIndexTypes> && ...) &&
327 is_nothrow_constructible_v<index_type, const _OtherIndexType&> &&
340 is_nothrow_constructible_v<index_type, const _OtherIndexType&> &&
H A Dlayout_left.h149 (is_nothrow_constructible_v<index_type, _Indices> && ...))
H A Dlayout_right.h148 (is_nothrow_constructible_v<index_type, _Indices> && ...))
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Drange_adaptor.h78 is_nothrow_constructible_v<decay_t<_Closure>, _Closure> &&
79 is_nothrow_constructible_v<decay_t<_OtherClosure>, _OtherClosure>) {
H A Dmovable_box.h63 is_nothrow_constructible_v<_Tp, _Args...>) in __movable_box()
192 is_nothrow_constructible_v<_Tp, _Args...>)
H A Ddrop_while_view.h117 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) {
H A Dtake_while_view.h151 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) {
H A Dchunk_by_view.h217 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) { in operator()
H A Dsplit_view.h213 noexcept(is_nothrow_constructible_v<decay_t<_Pattern>, _Pattern>) {
H A Dfilter_view.h241 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) {
H A Dlazy_split_view.h422 noexcept(is_nothrow_constructible_v<decay_t<_Pattern>, _Pattern>) {
H A Dtake_view.h349 noexcept(is_nothrow_constructible_v<decay_t<_Np>, _Np>) {
H A Ddrop_view.h309 noexcept(is_nothrow_constructible_v<decay_t<_Np>, _Np>) {
H A Dtransform_view.h398 noexcept(is_nothrow_constructible_v<decay_t<_Fn>, _Fn>) {
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_constructible.h68 inline constexpr bool is_nothrow_constructible_v = is_nothrow_constructible<_Tp, _Args...>::value; variable
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvariant940 …__impl(bool_constant < is_nothrow_constructible_v<_Tp, _Arg> || !is_nothrow_move_constructible_v <…
1202 …_LIBCPP_HIDE_FROM_ABI constexpr variant(_Arg&& __arg) noexcept(is_nothrow_constructible_v<_Tp, _Ar…
1211 is_nothrow_constructible_v<_Tp, _Args...>)
1223 _Args&&... __args) noexcept(is_nothrow_constructible_v<_Tp, initializer_list<_Up>&, _Args...>)
1231 is_nothrow_constructible_v<_Tp, _Args...>)
1242 … _Args&&... __args) noexcept(is_nothrow_constructible_v<_Tp, initializer_list< _Up>&, _Args...>)
1256 …(_Arg&& __arg) noexcept(is_nothrow_assignable_v<_Tp&, _Arg> && is_nothrow_constructible_v<_Tp, _Ar…
H A Darray486 to_array(_Tp (&__arr)[_Size]) noexcept(is_nothrow_constructible_v<_Tp, _Tp&>) {
H A Dtype_traits356 template <class T, class... Args> inline constexpr bool is_nothrow_constructible_v
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1694 SYMBOL(is_nothrow_constructible_v, std::, <type_traits>)