Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dstd_thread.h49 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
52 return __empty{};
62 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
65 return __empty{};
75 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
84 return __empty{};
H A Dlibdispatch.h76 _LIBCPP_HIDE_FROM_ABI optional<__empty>
88 return __empty{}; in __dispatch_parallel_for()
95 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
116 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
128 return __empty{};
132 return __empty{};
208 return __empty{};
259 _LIBCPP_HIDE_FROM_ABI static optional<__empty>
265 return __empty{};
269 return __empty{};
[all …]
H A Ddefault.h187 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
196 return __empty{};
204 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
215 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
224 return optional<__empty>{__empty{}};
232 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
245 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty> operator()(
260 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
271 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI optional<__empty>
285 _LIBCPP_HIDE_FROM_ABI optional<__empty> operator()(
[all …]
H A Dserial.h61 _LIBCPP_HIDE_FROM_ABI optional<__empty>
64 return __empty{};
92 _LIBCPP_HIDE_FROM_ABI optional<__empty>
95 return __empty{};
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfor_each.h43 _LIBCPP_HIDE_FROM_ABI optional<__empty>
57 return __empty{}; in operator()
60 return __empty{}; in operator()
H A Dfill.h43 _LIBCPP_HIDE_FROM_ABI optional<__empty>
57 return __empty{}; in operator()
60 return __empty{}; in operator()
H A Dstable_sort.h32 _LIBCPP_HIDE_FROM_ABI optional<__empty>
41 return __empty{}; in operator()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h30 namespace __empty {
63 inline constexpr auto empty = __empty::__fn{};
H A Djoin_view.h205 using _OuterType _LIBCPP_NODEBUG = _If<_OuterPresent, _Outer, std::__empty>;
H A Djoin_with_view.h211 … _OuterIterType _LIBCPP_NODEBUG = _If<_OuterIterPresent, _OuterIter, std::__empty>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/
H A Dempty.h20 struct __empty {}; struct
/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/__type_traits/
H A Dcommon_type.h37 struct common_type : __builtin_common_type<__common_type_t, __type_identity, __empty, _Args...> {};
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Darray257 typedef __conditional_t<is_const<_Tp>::value, const __empty, __empty> _EmptyType;
/freebsd/contrib/llvm-project/libcxx/include/
H A Darray326 using _EmptyType _LIBCPP_NODEBUG = __conditional_t<is_const<_Tp>::value, const __empty, __empty>;