Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc105 _M_check_facet(this->_M_fnumput); in operator <<()
106 const __numput_type& __np = *this->_M_fnumput; in operator <<()
132 _M_check_facet(this->_M_fnumput); in operator <<()
133 const __numput_type& __np = *this->_M_fnumput; in operator <<()
163 _M_check_facet(this->_M_fnumput); in operator <<()
164 const __numput_type& __np = *this->_M_fnumput; in operator <<()
191 _M_check_facet(this->_M_fnumput); in operator <<()
223 _M_check_facet(this->_M_fnumput); in operator <<()
248 _M_check_facet(this->_M_fnumput); in operator <<()
272 _M_check_facet(this->_M_fnumput); in operator <<()
[all …]
H A Dbasic_ios.tcc187 _M_fnumput = &use_facet<__numput_type>(__loc); in _M_cache_locale()
189 _M_fnumput = 0; in _M_cache_locale()
205 _M_fnumput = &use_facet<__numput_type>(__loc); in _M_cache_facets()
H A Dbasic_ios.h97 const __numput_type* _M_fnumput; variable
259 : ios_base(), _M_fctype(0), _M_fnumput(0), _M_fnumget(0) in basic_ios()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20006272 * bits/std_ostream.h: Add callbacks for _M_fnumput.
7492 using rdbuf()->sputn rather than _M_fnumput->put.
8616 num_put so that cached _M_fnumput pointer can be deleted in
H A DChangeLog306 _M_fctype, _M_fnumput, _M_fnumget.