Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h180 enum { _S_max_size = (((static_cast<size_type>(-1) - 2 * sizeof(_Rep) in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h180 enum { _S_max_size = (((static_cast<size_type>(-1) - 2 * sizeof(_Rep) in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h189 static const size_type _S_max_size; in _GLIBCXX_VISIBILITY() member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1171 enum size_type _S_max_size = (((npos - _Rep_base.sizeof) / T.sizeof) - 1) / 4; in version() local