Home
last modified time | relevance | path

Searched refs:_M_streambuf_state (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dios.cc82 _M_streambuf_state(), _M_callbacks(0), _M_word_zero(), in ios_base()
132 _M_streambuf_state |= badbit; in _M_grow_words()
133 if (_M_streambuf_state & _M_exception) in _M_grow_words()
152 _M_streambuf_state |= badbit; in _M_grow_words()
153 if (_M_streambuf_state & _M_exception) in _M_grow_words()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_ios.h124 { return _M_streambuf_state; } in _GLIBCXX_BEGIN_NAMESPACE()
154 _M_streambuf_state |= __state; in _GLIBCXX_BEGIN_NAMESPACE()
246 this->clear(_M_streambuf_state); in _GLIBCXX_BEGIN_NAMESPACE()
Dbasic_ios.tcc48 _M_streambuf_state = __state; in _GLIBCXX_BEGIN_NAMESPACE()
50 _M_streambuf_state = __state | badbit; in _GLIBCXX_BEGIN_NAMESPACE()
166 _M_streambuf_state = __sb ? goodbit : badbit; in init()
Dios_base.h461 iostate _M_streambuf_state; variable
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dbasic_ios.h126 { return _M_streambuf_state; } in rdstate()
156 _M_streambuf_state |= __state; in _M_setstate()
248 this->clear(_M_streambuf_state); in exceptions()
Dbasic_ios.tcc42 _M_streambuf_state = __state; in clear()
44 _M_streambuf_state = __state | badbit; in clear()
175 _M_streambuf_state = __sb ? goodbit : badbit; in init()
Dios_base.h374 iostate _M_streambuf_state; variable
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dios.cc265 _M_streambuf_state |= badbit; in _M_grow_words()
266 if (_M_streambuf_state & _M_exception) in _M_grow_words()
280 _M_streambuf_state |= badbit; in _M_grow_words()
281 if (_M_streambuf_state & _M_exception) in _M_grow_words()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog5126 (basic_ios::_M_streambuf_state): Move.