Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.h177 static size_type _S_empty_rep_storage[]; in _GLIBCXX_BEGIN_NAMESPACE() member
H A Dbasic_string.tcc79 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ member in basic_string<_CharT, _Traits, _Alloc>::_Rep
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.h245 …static size_type _S_empty_rep_storage[(sizeof(_Rep) + sizeof(_CharT) + sizeof(size_type) - 1)/size… variable
H A Dbasic_string.tcc66 basic_string<_CharT, _Traits, _Alloc>::_S_empty_rep_storage[ member in std::basic_string<_CharT, _Traits, _Alloc>