Searched refs:__empty (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dempty.h20 struct __empty {}; struct
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dthread.h37 _LIBCPP_HIDE_FROM_ABI optional<__empty>
40 return __empty{};
50 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_stable_sort(
53 return __empty{};
63 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_merge(
72 return __empty{};
H A Dserial.h34 _LIBCPP_HIDE_FROM_ABI optional<__empty>
37 return __empty{};
47 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_stable_sort(
50 return __empty{};
60 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_merge(
69 return __empty{};
H A Dstable_sort.h28 _LIBCPP_HIDE_FROM_ABI optional<__empty>
37 return __empty{};
H A Dfill.h38 _LIBCPP_HIDE_FROM_ABI optional<__empty>
51 return __empty{};
54 return __empty{};
H A Dfor_each.h38 _LIBCPP_HIDE_FROM_ABI optional<__empty>
51 return __empty{};
54 return __empty{};
H A Dlibdispatch.h66 _LIBCPP_HIDE_FROM_ABI optional<__empty>
78 return __empty{};
82 _LIBCPP_HIDE_FROM_ABI optional<__empty>
103 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_merge(
115 return __empty{};
119 return __empty{};
195 return __empty{};
247 _LIBCPP_HIDE_FROM_ABI optional<__empty> __parallel_stable_sort(
253 return __empty{};
257 return __empty{};
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
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> {
77 return __empty{};
80 return __empty{};
H A Dpstl_sort.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __sort(
49 return optional<__empty>{__empty{}};
H A Dpstl_fill.h44 _LIBCPP_HIDE_FROM_ABI optional<__empty>
80 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
90 return optional<__empty>{__empty{}};
H A Dpstl_replace.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
57 return optional<__empty>{__empty{}};
90 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
138 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __replace_copy_if(
151 const _Tp& __g_new_value) -> optional<__empty> {
157 return __empty{};
194 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __replace_copy(
H A Dpstl_stable_sort.h38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> __stable_sort(
H A Dpstl_generate.h43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
80 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h30 namespace __empty { namespace in namespace:ranges
60 } // namespace __empty
63 inline constexpr auto empty = __empty::__fn{};
H A Djoin_view.h204 using _OuterType = _If<_OuterPresent, _Outer, std::__empty>;
/freebsd-current/contrib/llvm-project/libcxx/include/__stop_token/
H A Dintrusive_list_view.h42 _LIBCPP_HIDE_FROM_ABI bool __empty() const noexcept { return __head_ == nullptr; }
H A Dstop_state.h110 while (!__callback_list_.__empty()) {

Completed in 135 milliseconds