Home
last modified time | relevance | path

Searched refs:__empty (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dthread.h37 _LIBCPP_HIDE_FROM_ABI optional<__empty>
40 return __empty{}; in __parallel_for()
50 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_stable_sort( in __parallel_stable_sort()
53 return __empty{}; in __parallel_stable_sort()
63 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_merge( in __parallel_merge()
72 return __empty{}; in __parallel_merge()
H A Dserial.h34 _LIBCPP_HIDE_FROM_ABI optional<__empty>
37 return __empty{}; in __parallel_for()
47 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_stable_sort( in __parallel_stable_sort()
50 return __empty{}; in __parallel_stable_sort()
60 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_merge( in __parallel_merge()
69 return __empty{}; in __parallel_merge()
H A Dlibdispatch.h66 _LIBCPP_HIDE_FROM_ABI optional<__empty>
78 return __empty{}; in __dispatch_parallel_for()
82 _LIBCPP_HIDE_FROM_ABI optional<__empty>
103 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_merge( in __parallel_merge()
115 return __empty{}; in __parallel_merge()
119 return __empty{}; in __parallel_merge()
195 return __empty{}; in __parallel_merge()
247 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_stable_sort( in __parallel_stable_sort()
253 return __empty{}; in __parallel_stable_sort()
257 return __empty{}; in __parallel_stable_sort()
[all …]
H A Dfill.h38 _LIBCPP_HIDE_FROM_ABI optional<__empty>
51 return __empty{}; in __pstl_fill()
54 return __empty{}; in __pstl_fill()
H A Dfor_each.h38 _LIBCPP_HIDE_FROM_ABI optional<__empty>
51 return __empty{}; in __pstl_for_each()
54 return __empty{}; in __pstl_for_each()
H A Dstable_sort.h28 _LIBCPP_HIDE_FROM_ABI optional<__empty>
37 return __empty{}; in __pstl_stable_sort()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_replace.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
57 return optional<__empty>{__empty{}}; in __replace_if()
90 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
138 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __replace_copy_if( in __replace_copy_if()
151 const _Tp& __g_new_value) -> optional<__empty> { in __replace_copy_if()
157 return __empty{}; in __replace_copy_if()
194 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __replace_copy( in __replace_copy()
H A Dpstl_for_each.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
70 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
74 [&](_ForwardIterator __g_first, _Size __g_size, _Function __g_func) -> optional<__empty> { in __for_each_n()
77 return __empty{}; in __for_each_n()
80 return __empty{}; in __for_each_n()
H A Dpstl_fill.h44 _LIBCPP_HIDE_FROM_ABI optional<__empty>
80 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
90 return optional<__empty>{__empty{}}; in __fill_n()
H A Dpstl_sort.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __sort( in __sort()
49 return optional<__empty>{__empty{}}; in __sort()
H A Dpstl_generate.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
80 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
H A Dpstl_stable_sort.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __stable_sort(
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h30 namespace __empty {
63 inline constexpr auto empty = __empty::__fn{};
H A Djoin_view.h204 using _OuterType = _If<_OuterPresent, _Outer, std::__empty>;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dempty.h20 struct __empty {}; struct
/freebsd-14.2/contrib/llvm-project/libcxx/include/__stop_token/
H A Dintrusive_list_view.h42 _LIBCPP_HIDE_FROM_ABI bool __empty() const noexcept { return __head_ == nullptr; } in __empty() function
H A Dstop_state.h110 while (!__callback_list_.__empty()) { in __request_stop()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Darray281 typedef __conditional_t<is_const<_Tp>::value, const __empty, __empty> _EmptyType;