Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dmove_only_function.h125 struct _Storage in _GLIBCXX_VISIBILITY() struct
127 void* _M_addr() noexcept { return &_M_bytes[0]; } in _GLIBCXX_VISIBILITY()
128 const void* _M_addr() const noexcept { return &_M_bytes[0]; } in _GLIBCXX_VISIBILITY()
131 struct _Delegate { void (_Storage::*__pfm)(); _Storage* __obj; }; in _GLIBCXX_VISIBILITY() member
132 union { in _GLIBCXX_VISIBILITY()