Searched refs:__cerb (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | istream.tcc | 99 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 …]
|
| D | ostream.tcc | 66 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 …]
|
| D | ostream_insert.h | 85 typename __ostream_type::sentry __cerb(__out); in _GLIBCXX_VISIBILITY() 86 if (__cerb) in _GLIBCXX_VISIBILITY()
|
| D | basic_string.tcc | 965 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/dist/libstdc++-v3/include/std/ |
| D | iomanip | 266 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/ |
| D | vstring.tcc | 567 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()
|