Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dstd_thread.h48 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
51 return __empty{};
61 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
64 return __empty{};
74 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
83 return __empty{};
H A Dlibdispatch.h73 _LIBCPP_HIDE_FROM_ABI optional<__empty>
85 return __empty{}; in __dispatch_parallel_for()
92 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
113 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
125 return __empty{};
129 return __empty{};
205 return __empty{};
256 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
262 return __empty{};
266 return __empty{};
[all …]
H A Ddefault.h185 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
194 return __empty{};
202 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
213 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
222 return optional<__empty>{__empty{}};
230 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
243 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> operator()(
258 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
269 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
283 _LIBCPP_HIDE_FROM_ABI optional<__empty> operator()(
[all …]
H A Dserial.h59 _LIBCPP_HIDE_FROM_ABI optional<__empty>
62 return __empty{};
90 _LIBCPP_HIDE_FROM_ABI optional<__empty>
93 return __empty{};
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfor_each.h41 _LIBCPP_HIDE_FROM_ABI optional<__empty>
55 return __empty{}; in operator()
58 return __empty{}; in operator()
H A Dfill.h41 _LIBCPP_HIDE_FROM_ABI optional<__empty>
55 return __empty{}; in operator()
58 return __empty{}; in operator()
H A Dstable_sort.h30 _LIBCPP_HIDE_FROM_ABI optional<__empty>
39 return __empty{}; in operator()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h30 namespace __empty {
63 inline constexpr auto empty = __empty::__fn{};
/freebsd/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/contrib/llvm-project/libcxx/include/
H A Darray286 typedef __conditional_t<is_const<_Tp>::value, const __empty, __empty> _EmptyType;