Searched refs:__cerb (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | istream.tcc | 111 sentry __cerb(*this, false); in operator >>() local 112 if (__cerb) in operator >>() 134 sentry __cerb(*this, false); in operator >>() local 135 if (__cerb) in operator >>() 166 sentry __cerb(*this, false); in operator >>() local 167 if (__cerb) in operator >>() 189 sentry __cerb(*this, false); in operator >>() local 190 if (__cerb) in operator >>() 221 sentry __cerb(*this, false); in operator >>() local 222 if (__cerb) in operator >>() [all …]
|
| D | ostream.tcc | 99 sentry __cerb(*this); in operator <<() local 100 if (__cerb) in operator <<() 123 sentry __cerb(*this); in operator <<() local 124 if (__cerb) in operator <<() 157 sentry __cerb(*this); in operator <<() local 158 if (__cerb) in operator <<() 182 sentry __cerb(*this); in operator <<() local 183 if (__cerb) in operator <<() 217 sentry __cerb(*this); in operator <<() local 218 if (__cerb) in operator <<() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | istream.tcc | 95 sentry __cerb(*this, false); in _M_extract() local 96 if (__cerb) in _M_extract() 158 sentry __cerb(*this, false); in operator >>() local 159 if (__cerb && __sbout) in operator >>() 188 sentry __cerb(*this, true); in get() local 189 if (__cerb) in get() 217 sentry __cerb(*this, true); in get() local 218 if (__cerb) in get() 249 sentry __cerb(*this, true); in get() local 250 if (__cerb) in get() [all …]
|
| D | ostream.tcc | 71 sentry __cerb(*this); in _M_insert() local 72 if (__cerb) in _M_insert() 123 sentry __cerb(*this); in operator <<() local 124 if (__cerb && __sbin) in operator <<() 152 sentry __cerb(*this); in put() local 153 if (__cerb) in put() 182 sentry __cerb(*this); in write() local 183 if (__cerb) in write()
|
| D | ostream_insert.h | 84 typename __ostream_type::sentry __cerb(__out); in __ostream_insert() 85 if (__cerb) in __ostream_insert()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | istream.cc | 45 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE() local 46 if (__cerb) in _GLIBCXX_BEGIN_NAMESPACE() 117 sentry __cerb(*this, true); in ignore() local 118 if (__cerb && __n > 0) in ignore() 199 __istream_type::sentry __cerb(__in, false); in operator >>() local 200 if (__cerb) in operator >>() 277 __istream_type::sentry __cerb(__in, false); in operator >>() local 278 if (__cerb) in operator >>() 354 __istream_type::sentry __cerb(__in, true); in getline() local 355 if (__cerb) in getline() [all …]
|
| D | compatibility.cc | 67 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE() local 68 if (__cerb && __n > 0) in _GLIBCXX_BEGIN_NAMESPACE() 133 sentry __cerb(*this, true); in ignore() local 134 if (__cerb && __n > 0) in ignore()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | vstring.tcc | 564 typename __istream_type::sentry __cerb(__in, false); in _GLIBCXX_BEGIN_NAMESPACE() local 565 if (__cerb) in _GLIBCXX_BEGIN_NAMESPACE() 634 typename __istream_type::sentry __cerb(__in, true); in getline() local 635 if (__cerb) in getline()
|