Searched refs:_M_mode (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc44 bool __testin = _M_mode & ios_base::in;
45 bool __testout = _M_mode & ios_base::out;
113 bool __testin = _M_mode & ios_base::in;
114 bool __testout = _M_mode & ios_base::out;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_streambuf.h218 ios_base::openmode _M_mode; member in class:std::basic_streambuf
366 _M_mode = ios_base::openmode(0);
581 _M_mode(ios_base::openmode(0)), _M_buf_locale(locale()),
631 if (!(_M_mode & ios_base::in) && __gbeg && __gnext && __gend)
632 _M_mode = _M_mode | ios_base::in;
678 if (!(_M_mode & ios_base::out) && __pbeg && __pend)
679 _M_mode = _M_mode | ios_base::out;
830 if (_M_buf_unified && _M_mode
[all...]
H A Dstd_fstream.h394 if (_M_mode & ios_base::in)
396 if (_M_mode & ios_base::out)
409 bool __testin = _M_mode & ios_base::in;
410 bool __testout = _M_mode & ios_base::out;
430 if (_M_mode & ios_base::in)
432 if (_M_mode & ios_base::out)
H A Dstd_sstream.h136 if (_M_mode & ios_base::out)
163 _M_stringbuf_init(_M_mode);
188 _M_mode = __mode;
189 if (_M_mode & (ios_base::ate | ios_base::app))
261 bool __testin = _M_mode & ios_base::in;
262 bool __testout = _M_mode & ios_base::out;
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_sstream.h85 ios_base::openmode _M_mode; member in class:basic_stringbuf
101 : __streambuf_type(), _M_mode(__mode), _M_string()
115 : __streambuf_type(), _M_mode(), _M_string(__str.data(), __str.size())
156 _M_stringbuf_init(_M_mode);
164 _M_mode = __mode;
166 if (_M_mode & (ios_base::ate | ios_base::app))
175 if (_M_mode & ios_base::in)
241 const bool __testin = _M_mode & ios_base::in;
H A Dstd_fstream.h100 ios_base::openmode _M_mode; member in class:basic_filebuf
399 const bool __testin = _M_mode & ios_base::in;
400 const bool __testout = _M_mode & ios_base::out;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstdio_filebuf.h126 _M_mode = __mode;
151 _M_mode = __mode;
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h134 this->_M_mode = __mode;
151 this->_M_mode = __mode;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstreambuf_members.cc47 { _M_mode = (std::ios_base::in | std::ios_base::out); }

Completed in 178 milliseconds