Home
last modified time | relevance | path

Searched refs:_M_num_put (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dbasic_ios.h104 const __num_put_type* _M_num_put; in _GLIBCXX_VISIBILITY() local
272 _M_ctype(0), _M_num_put(0), _M_num_get(0) in _GLIBCXX_VISIBILITY()
462 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0) in _GLIBCXX_VISIBILITY()
Dbasic_ios.tcc165 _M_num_put = std::__addressof(use_facet<__num_put_type>(__loc)); in _M_cache_locale()
167 _M_num_put = 0; in _M_cache_locale()
Dostream.tcc73 const __num_put_type& __np = __check_facet(this->_M_num_put); in _M_insert()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog2058 std::use_facet instead of cached _M_num_put facet.
DChangeLog-20035125 _M_fctype to _M_ctype, _M_fnumput to _M_num_put, _M_fnumget to