Searched defs:_Storage (Results 1 – 1 of 1) sorted by relevance
125 struct _Storage in _GLIBCXX_VISIBILITY() struct127 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() member132 union { in _GLIBCXX_VISIBILITY()