Home
last modified time | relevance | path

Searched refs:__cerb (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Distream.tcc97 sentry __cerb(*this, false); in _M_extract() local
98 if (__cerb) in _M_extract()
126 sentry __cerb(*this, false); in operator >>() local
127 if (__cerb) in operator >>()
171 sentry __cerb(*this, false); in operator >>() local
172 if (__cerb) in operator >>()
215 sentry __cerb(*this, false); in operator >>() local
216 if (__cerb && __sbout) in operator >>()
250 sentry __cerb(*this, true); in get() local
251 if (__cerb) in get()
[all …]
H A Dostream.tcc66 sentry __cerb(*this); in _M_insert() local
67 if (__cerb) in _M_insert()
123 sentry __cerb(*this); in operator <<() local
124 if (__cerb && __sbin) in operator <<()
157 sentry __cerb(*this); in put() local
158 if (__cerb) in put()
192 sentry __cerb(*this); in write() local
193 if (__cerb) in write()
H A Dostream_insert.h82 typename __ostream_type::sentry __cerb(__out); in _GLIBCXX_VISIBILITY()
83 if (__cerb) in _GLIBCXX_VISIBILITY()
H A Dbasic_string.tcc1481 typename __istream_type::sentry __cerb(__in, false); in operator >>() local
1482 if (__cerb) in operator >>()
1552 typename __istream_type::sentry __cerb(__in, true); in getline() local
1553 if (__cerb) in getline()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Distream.tcc99 sentry __cerb(*this, false); in _M_extract() local
100 if (__cerb) in _M_extract()
133 sentry __cerb(*this, false); in operator >>() local
134 if (__cerb) in operator >>()
183 sentry __cerb(*this, false); in operator >>() local
184 if (__cerb) in operator >>()
232 sentry __cerb(*this, false); in operator >>() local
233 if (__cerb && __sbout) in operator >>()
267 sentry __cerb(*this, true); in get() local
268 if (__cerb) in get()
[all …]
H A Dostream.tcc66 sentry __cerb(*this); in _M_insert() local
67 if (__cerb) in _M_insert()
128 sentry __cerb(*this); in operator <<() local
129 if (__cerb && __sbin) in operator <<()
162 sentry __cerb(*this); in put() local
163 if (__cerb) in put()
197 sentry __cerb(*this); in write() local
198 if (__cerb) in write()
231 sentry __cerb(*this); in flush() local
232 if (__cerb) in flush()
[all …]
H A Dostream_insert.h85 typename __ostream_type::sentry __cerb(__out); in _GLIBCXX_VISIBILITY()
86 if (__cerb) in _GLIBCXX_VISIBILITY()
H A Dbasic_string.tcc965 typename __istream_type::sentry __cerb(__in, false); in operator >>() local
966 if (__cerb) in operator >>()
1036 typename __istream_type::sentry __cerb(__in, true); in getline() local
1037 if (__cerb) in getline()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream.cc42 sentry __cerb(*this, true); in getline() local
43 if (__cerb) in getline()
121 sentry __cerb(*this, true); in ignore() local
122 if (__n > 0 && __cerb) in ignore()
210 __istream_type::sentry __cerb(__in, false); in operator >>() local
211 if (__cerb) in operator >>()
286 sentry __cerb(*this, true); in getline() local
287 if (__cerb) in getline()
365 sentry __cerb(*this, true); in ignore() local
366 if (__n > 0 && __cerb) in ignore()
H A Distream-string.cc55 __istream_type::sentry __cerb(__in, false); in operator >>() local
56 if (__cerb) in operator >>()
136 __istream_type::sentry __cerb(__in, true); in getline() local
137 if (__cerb) in getline()
221 __istream_type::sentry __cerb(__in, true); in getline() local
222 if (__cerb) in getline()
H A Dcompatibility.cc67 sentry __cerb(*this, true); in ignore() local
68 if ( __n > 0 && __cerb) in ignore()
139 sentry __cerb(*this, true); in ignore() local
140 if (__n > 0 && __cerb) in ignore()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream.cc42 sentry __cerb(*this, true); in getline() local
43 if (__cerb) in getline()
121 sentry __cerb(*this, true); in ignore() local
122 if (__n > 0 && __cerb) in ignore()
221 __istream_type::sentry __cerb(__in, false); in __istream_extract() local
222 if (__cerb) in __istream_extract()
297 sentry __cerb(*this, true); in getline() local
298 if (__cerb) in getline()
376 sentry __cerb(*this, true); in ignore() local
377 if (__n > 0 && __cerb) in ignore()
H A Distream-string.cc55 __istream_type::sentry __cerb(__in, false); in operator >>() local
56 if (__cerb) in operator >>()
136 __istream_type::sentry __cerb(__in, true); in getline() local
137 if (__cerb) in getline()
221 __istream_type::sentry __cerb(__in, true); in getline() local
222 if (__cerb) in getline()
H A Dcompatibility.cc67 sentry __cerb(*this, true); in ignore() local
68 if ( __n > 0 && __cerb) in ignore()
147 sentry __cerb(*this, true); in ignore() local
148 if (__n > 0 && __cerb) in ignore()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Diomanip266 typename basic_istream<_CharT, _Traits>::sentry __cerb(__is, false);
267 if (__cerb)
313 typename basic_ostream<_CharT, _Traits>::sentry __cerb(__os);
314 if (__cerb)
365 typename basic_ostream<_CharT, _Traits>::sentry __cerb(__os);
366 if (__cerb)
420 typename basic_istream<_CharT, _Traits>::sentry __cerb(__is, false);
421 if (__cerb)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Diomanip266 typename basic_istream<_CharT, _Traits>::sentry __cerb(__is, false);
267 if (__cerb)
313 typename basic_ostream<_CharT, _Traits>::sentry __cerb(__os);
314 if (__cerb)
365 typename basic_ostream<_CharT, _Traits>::sentry __cerb(__os);
366 if (__cerb)
420 typename basic_istream<_CharT, _Traits>::sentry __cerb(__is, false);
421 if (__cerb)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.tcc567 typename __istream_type::sentry __cerb(__in, false); in operator >>() local
568 if (__cerb) in operator >>()
641 typename __istream_type::sentry __cerb(__in, true); in getline() local
642 if (__cerb) in getline()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.tcc567 typename __istream_type::sentry __cerb(__in, false); in operator >>() local
568 if (__cerb) in operator >>()
641 typename __istream_type::sentry __cerb(__in, true); in getline() local
642 if (__cerb) in getline()