Searched refs:_S_global (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale.cc61 locale::_Impl* locale::_S_global; member in class:std::locale
162 (_M_impl = _S_global)->_M_add_reference();
324 _Impl* __old = _S_global;
326 _S_global = __other._M_impl;
327 if (_S_global->_M_check_same_name()
328 && (strcmp(_S_global->_M_names[0], "*") != 0))
372 // One reference for _S_classic, one for _S_global
374 _S_global = _S_classic;
383 _S_classic = _S_global = 0;
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dlocale_init.cc216 _S_global->_M_add_reference();
217 _M_impl = _S_global;
227 __old = _S_global;
229 _S_global = __other._M_impl;
254 // One reference for _S_classic, one for _S_global
256 _S_global = _S_classic;
H A Dlocale.cc71 locale::_Impl* locale::_S_global; member in class:locale
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h291 static _Impl* _S_global; member in class:locale
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_classes.h149 static _Impl* _S_global; member in class:std::locale

Completed in 194 milliseconds