/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 97 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 D | ostream.tcc | 66 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 D | ostream_insert.h | 82 typename __ostream_type::sentry __cerb(__out); in _GLIBCXX_VISIBILITY() 83 if (__cerb) in _GLIBCXX_VISIBILITY()
|
H A D | basic_string.tcc | 1481 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 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 …]
|
H A 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 …]
|
H A D | ostream_insert.h | 85 typename __ostream_type::sentry __cerb(__out); in _GLIBCXX_VISIBILITY() 86 if (__cerb) in _GLIBCXX_VISIBILITY()
|
H A 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.old/dist/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 42 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 D | istream-string.cc | 55 __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 D | compatibility.cc | 67 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 D | istream.cc | 42 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 D | istream-string.cc | 55 __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 D | compatibility.cc | 67 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 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/std/ |
H A 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/ |
H A 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A 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()
|