Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__utility/
H A Dempty.h20 struct __empty {}; struct
/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
/llvm-project/clang/test/Sema/
H A Dflexible-array-in-union.c121 struct { } __empty; // gnu-warning {{empty struct is a GNU extension}} member