Searched defs:_Words (Results 1 – 1 of 1) sorted by relevance
501 struct _Words in _GLIBCXX_VISIBILITY() struct503 void* _M_pword; in _GLIBCXX_VISIBILITY()504 long _M_iword; in _GLIBCXX_VISIBILITY()505 _Words() : _M_pword(0), _M_iword(0) { } in _GLIBCXX_VISIBILITY() function