Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/src/
Dstrstream.cc233 bool do_put = false; in seekoff() local
238 do_get = do_put = true; in seekoff()
242 do_put = true; in seekoff()
246 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr()) in seekoff()
262 newoff = do_put ? pptr() - seeklow : gptr() - seeklow; in seekoff()
272 if (do_put) in seekoff()
/trueos/contrib/libstdc++/include/bits/
Dlocale_facets.h2303 { return this->do_put(__s, __f, __fill, __v); } in put()
2345 { return this->do_put(__s, __f, __fill, __v); } in put()
2350 { return this->do_put(__s, __f, __fill, __v); } in put()
2355 { return this->do_put(__s, __f, __fill, __v); } in put()
2360 { return this->do_put(__s, __f, __fill, __v); } in put()
2408 { return this->do_put(__s, __f, __fill, __v); } in put()
2413 { return this->do_put(__s, __f, __fill, __v); } in put()
2434 { return this->do_put(__s, __f, __fill, __v); } in put()
2480 do_put(iter_type, ios_base&, char_type __fill, bool __v) const;
2483 do_put(iter_type, ios_base&, char_type __fill, long __v) const;
[all …]
Dlocale_facets.tcc1224 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() function in num_put
1262 do_put(iter_type __s, ios_base& __io, char_type __fill, long __v) const in do_put() function in num_put
1268 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put
1276 do_put(iter_type __s, ios_base& __io, char_type __fill, long long __v) const in do_put() function in num_put
1282 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put
1290 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() function in num_put
1304 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put
1311 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put
1763 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); } in __do_put()
1769 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in do_put() function in money_put
[all …]
/trueos/contrib/libc++/include/
Dlocale1372 return do_put(__s, __iob, __fl, __v);
1379 return do_put(__s, __iob, __fl, __v);
1386 return do_put(__s, __iob, __fl, __v);
1393 return do_put(__s, __iob, __fl, __v);
1400 return do_put(__s, __iob, __fl, __v);
1407 return do_put(__s, __iob, __fl, __v);
1414 return do_put(__s, __iob, __fl, __v);
1421 return do_put(__s, __iob, __fl, __v);
1430 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl,
1432 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl,
[all …]
/trueos/contrib/libstdc++/
DChangeLog-1998358 * bits/locfacets.tcc: Do complete, optimized num_put<>::do_put
732 define the long long version of do_put.
DChangeLog-20042094 * include/bits/locale_facets.tcc (time_put<>::do_put): Increase
2137 * include/bits/locale_facets.tcc (num_put<>::do_put(bool)): Cast
2142 * include/bits/locale_facets.tcc (num_put<>::do_put(const void*)):
2418 * include/bits/locale_facets.tcc (money_put<>::do_put(long double)):
5153 (money_put<>::do_put(long double),
5154 money_put<>::do_put(const string_type&): Update calls of _M_insert.
5208 (money_put<>::_M_insert): Likewise, for do_put.
5212 string_type&), money_put::do_put(long double),
5213 money_put::do_put(const string_type&)): Use the helpers.
6176 (money_put::do_put(..., long double)): Use the basic_string
[all …]
DChangeLog-20023650 money_put::do_put): Ditto.
3808 (money_put::do_put(long double)): Same here.
3835 (money_put::do_put(long double)): Fix dimensioning of
3837 (money_put::do_put(string)): Same for the buffer used to
3964 * include/bits/locale_facets.tcc (time_put::do_put):
4310 * include/bits/locale_facets.tcc (money_put::do_put):
4921 (money_put::do_put): Same.
5170 * include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
5171 (num_put::do_put(void*)): Fix.
5234 * include/bits/locale_facets.tcc (money_put::do_put(string):
DChangeLog-1999268 (num_put::do_put(iter_type, ios_base, char_type, const void*)):
359 * bits/locale_facets.tcc (num_put::do_put(bool): Fix.
558 (num_put::do_put(double)): Use 'em.
559 (num_put::do_put(long double)): Use 'em.
3151 * bits/locfacets.tcc: Add do_put long long here.
DChangeLog-2003458 * include/bits/locale_facets.tcc (num_put::do_put(void*)):
781 * include/bits/locale_facets.tcc (num_put::do_put(..., bool)):
1361 (money_put::do_put(..., long double)): Fix conversion
1657 num_put::_M_group_float, money_put::do_put(..., const
2173 (num_put::do_put(..., bool)): Prefer ?: to if-else.
4095 (num_put::_M_convert_int, _M_convert_float, do_put): Use it.
7138 * include/bits/locale_facets.tcc (num_put::do_put(bool)): Use
7754 * include/bits/locale_facets.tcc (time_put::do_put): Use __write.
7755 (money_put::do_put): Same.
DChangeLog-2001719 (num_put::do_put(bool)): Simplify, remove __pad.
1054 * include/bits/locale_facets.tcc (num_put::do_put(bool)): Fix.
1623 * libstdc++-v3/include/bits/locale_facets.tcc (money_put::do_put):
1647 * include/bits/locale_facets.tcc (do_put): Put generic versions here.
1778 * include/bits/locale_facets.tcc (money_put::do_put): Move member
5249 (num_put<_CharT, _OutIter>::do_put): Use __throw_exception_again.
DChangeLog-200586 * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc (TP::do_put):
88 * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc (TP::do_put):
90 * testsuite/22_locale/time_put/put/char/12439_1.cc (TP::do_put):
92 * testsuite/22_locale/time_put/put/char/12439_3.cc (TP::do_put):
94 * testsuite/testsuite_io.h (fail_num_get::do_get, fail_num_put::do_put):
3665 num_put::do_put(bool), money_get::_M_extract,
DChangeLog-2006786 * include/bits/locale_facets.tcc (money_put<>::do_put(iter_type,
3896 (money_put<>::do_put(long double)): Likewise.
DChangeLog-20004405 * bits/locale_facets.tcc (do_put): Allow a couple extra digits of
/trueos/contrib/gcc/doc/
HDcontrib.texi246 Kevin Ediger for the floating point formatting of num_put::do_put in