Home
last modified time | relevance | path

Searched refs:_M_remove_reference (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/src/
H A Dlocale.cc88 { _M_impl->_M_remove_reference(); } in ~locale()
115 _M_impl->_M_remove_reference(); in operator =()
232 _M_facets[__i]->_M_remove_reference(); in ~_Impl()
238 _M_caches[__i]->_M_remove_reference(); in ~_Impl()
360 __fpr->_M_remove_reference(); in _M_install_facet()
381 __cpr->_M_remove_reference(); in _M_install_facet()
H A Dios.cc185 while (__p && __p->_M_remove_reference() == 0) in _M_dispose_callbacks()
H A Dlocalename.cc171 _M_impl->_M_remove_reference(); in _M_coalesce()
/openbsd/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale.cc300 { _M_impl->_M_remove_reference(); } in ~locale()
314 _M_impl->_M_remove_reference(); in operator =()
401 _M_impl->_M_remove_reference(); in _M_coalesce()
466 _M_remove_reference() throw() in _M_remove_reference() function in std::locale::facet
H A Dlocalename.cc91 _M_facets[__i]->_M_remove_reference(); in ~_Impl()
393 __fpr->_M_remove_reference(); in _M_install_facet()
H A Dios.cc354 while (__p && __p->_M_remove_reference() == 0) in _M_dispose_callbacks()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h405 _M_remove_reference() const throw() in _M_remove_reference() function
510 _M_remove_reference() throw() in _M_remove_reference() function
573 _M_impl->_M_remove_reference(); in locale()
H A Dios_base.h483 _M_remove_reference() in _M_remove_reference() function
H A Dlocale_facets.tcc59 __tmp->_M_remove_reference(); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_classes.h231 _M_remove_reference() throw() in _M_remove_reference() function
320 _M_impl->_M_remove_reference(); in locale()
372 _M_remove_reference() throw();
H A Dios_base.h396 _M_remove_reference() { return __exchange_and_add(&_M_refcount, -1); } in _M_remove_reference() function
H A Dlocale_facets.tcc59 __tmp->_M_remove_reference(); in combine()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20012664 (locale::facet::_M_remove_reference): Simplify.
2729 * include/bits/localefwd.h (locale::_Impl::_M_remove_reference):
H A DChangeLog2502 (locale::facet::_M_remove_reference): Adjust.