/freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
H A D | stop_callback.h | 51 … _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 D | unexpected.h | 74 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 D | expected.h | 542 is_nothrow_constructible_v<_Tp, const _Up&> && 543 is_nothrow_constructible_v<_Err, const _OtherErr&>) // strengthened 550 …is_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 D | mdspan.h | 113 (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 D | layout_stride.h | 174 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 D | extents.h | 315 (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 D | layout_left.h | 149 (is_nothrow_constructible_v<index_type, _Indices> && ...))
|
H A D | layout_right.h | 148 (is_nothrow_constructible_v<index_type, _Indices> && ...))
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | range_adaptor.h | 78 is_nothrow_constructible_v<decay_t<_Closure>, _Closure> && 79 is_nothrow_constructible_v<decay_t<_OtherClosure>, _OtherClosure>) {
|
H A D | movable_box.h | 63 is_nothrow_constructible_v<_Tp, _Args...>) in __movable_box() 192 is_nothrow_constructible_v<_Tp, _Args...>)
|
H A D | drop_while_view.h | 117 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) {
|
H A D | take_while_view.h | 151 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) {
|
H A D | chunk_by_view.h | 217 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) { in operator()
|
H A D | split_view.h | 213 noexcept(is_nothrow_constructible_v<decay_t<_Pattern>, _Pattern>) {
|
H A D | filter_view.h | 241 noexcept(is_nothrow_constructible_v<decay_t<_Pred>, _Pred>) {
|
H A D | lazy_split_view.h | 422 noexcept(is_nothrow_constructible_v<decay_t<_Pattern>, _Pattern>) {
|
H A D | take_view.h | 349 noexcept(is_nothrow_constructible_v<decay_t<_Np>, _Np>) {
|
H A D | drop_view.h | 309 noexcept(is_nothrow_constructible_v<decay_t<_Np>, _Np>) {
|
H A D | transform_view.h | 398 noexcept(is_nothrow_constructible_v<decay_t<_Fn>, _Fn>) {
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_nothrow_constructible.h | 68 inline constexpr bool is_nothrow_constructible_v = is_nothrow_constructible<_Tp, _Args...>::value; variable
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | variant | 940 …__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 D | array | 486 to_array(_Tp (&__arr)[_Size]) noexcept(is_nothrow_constructible_v<_Tp, _Tp&>) {
|
H A D | type_traits | 356 template <class T, class... Args> inline constexpr bool is_nothrow_constructible_v
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1694 SYMBOL(is_nothrow_constructible_v, std::, <type_traits>)
|