Home
last modified time | relevance | path

Searched refs:_M_check_facet (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Distream.tcc57 __in._M_check_facet(__in._M_fctype); in sentry()
117 _M_check_facet(this->_M_fnumget); in operator >>()
141 _M_check_facet(this->_M_fnumget); in operator >>()
172 _M_check_facet(this->_M_fnumget); in operator >>()
196 _M_check_facet(this->_M_fnumget); in operator >>()
227 _M_check_facet(this->_M_fnumget); in operator >>()
250 _M_check_facet(this->_M_fnumget); in operator >>()
273 _M_check_facet(this->_M_fnumget); in operator >>()
297 _M_check_facet(this->_M_fnumget); in operator >>()
320 _M_check_facet(this->_M_fnumget); in operator >>()
[all …]
Dostream.tcc105 _M_check_facet(this->_M_fnumput); in operator <<()
132 _M_check_facet(this->_M_fnumput); in operator <<()
163 _M_check_facet(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 <<()
296 _M_check_facet(this->_M_fnumput); in operator <<()
Dbasic_ios.tcc121 if (_M_check_facet(_M_fctype)) in narrow()
131 if (_M_check_facet(_M_fctype))
Dbasic_ios.h445 _M_check_facet(const locale::facet* __f) const in _M_check_facet() function
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20013499 (basic_ios::_M_check_facet): New function.
3504 * include/bits/istream.tcc: Format, use _M_check_facet.
DChangeLog6296 * include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
6299 * include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.