Home
last modified time | relevance | path

Searched refs:_Empty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h202 _Empty, enumerator
224 __cache_type_ = _Empty; in __reset()
238 return _Empty; in __create_iter_result()
261 return _Empty; in __create_iter_cached_result()
301 case _Empty:
326 case _Empty:
348 case _Empty:
364 case _Empty:
381 case _Empty:
405 case _Empty:
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h82 struct _Empty { struct
83 _LIBCPP_HIDE_FROM_ABI constexpr _Empty(auto) noexcept {} in _Empty() argument
85 …ize _LIBCPP_NODEBUG = conditional_t<_StoreSize, make_unsigned_t<iter_difference_t<_Iter>>, _Empty>;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h75 template <class _ToPad, bool _Empty = __is_reference_or_unpadded_object<_ToPad> >