Home
last modified time | relevance | path

Searched defs:__empty (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__utility/
H A Dempty.h20 struct __empty {}; struct
/freebsd-src/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