Searched refs:__empty (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
| H A D | std_thread.h | 49 _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 D | libdispatch.h | 76 _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 D | default.h | 187 [[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 D | serial.h | 61 _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 D | for_each.h | 43 _LIBCPP_HIDE_FROM_ABI optional<__empty> 57 return __empty{}; in operator() 60 return __empty{}; in operator()
|
| H A D | fill.h | 43 _LIBCPP_HIDE_FROM_ABI optional<__empty> 57 return __empty{}; in operator() 60 return __empty{}; in operator()
|
| H A D | stable_sort.h | 32 _LIBCPP_HIDE_FROM_ABI optional<__empty> 41 return __empty{}; in operator()
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | empty.h | 30 namespace __empty { 63 inline constexpr auto empty = __empty::__fn{};
|
| H A D | join_view.h | 205 using _OuterType _LIBCPP_NODEBUG = _If<_OuterPresent, _Outer, std::__empty>;
|
| H A D | join_with_view.h | 211 … _OuterIterType _LIBCPP_NODEBUG = _If<_OuterIterPresent, _OuterIter, std::__empty>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/ |
| H A D | empty.h | 20 struct __empty {}; struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
| H A D | intrusive_list_view.h | 42 _LIBCPP_HIDE_FROM_ABI bool __empty() const noexcept { return __head_ == nullptr; } in __empty() function
|
| H A D | stop_state.h | 110 while (!__callback_list_.__empty()) { in __request_stop()
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | common_type.h | 37 struct common_type : __builtin_common_type<__common_type_t, __type_identity, __empty, _Args...> {};
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | array | 257 typedef __conditional_t<is_const<_Tp>::value, const __empty, __empty> _EmptyType;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | array | 326 using _EmptyType _LIBCPP_NODEBUG = __conditional_t<is_const<_Tp>::value, const __empty, __empty>;
|