Home
last modified time | relevance | path

Searched refs:__testin (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dsstream.tcc140 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
141 if (__testin) in underflow()
158 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
160 const bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff()
161 __testin &= !(__mode & ios_base::out); in seekoff()
166 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
167 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
181 if ((__testin || __testboth) in seekoff()
205 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos() local
208 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
[all …]
Dfstream.tcc168 const bool __testin = _M_mode & ios_base::in; in showmanyc() local
169 if (__testin && this->is_open()) in showmanyc()
194 const bool __testin = _M_mode & ios_base::in; in underflow() local
195 if (__testin && !_M_writing) in underflow()
343 const bool __testin = _M_mode & ios_base::in; in pbackfail() local
344 if (__testin && !_M_writing) in pbackfail()
530 const bool __testin = _M_mode & ios_base::in; in xsgetn() local
534 && __testin && !_M_writing) in xsgetn()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dsstream.tcc124 bool __testin = (ios_base::in & _M_mode & __mode) != 0; in seekoff() local
126 bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff()
127 __testin &= !(__mode & ios_base::out); in seekoff()
130 if (_M_buf_size && (__testin || __testout || __testboth)) in seekoff()
138 if (__testin || __testboth) in seekoff()
162 if ((__testin || __testboth) in seekoff()
190 bool __testin = (ios_base::in & _M_mode & __mode) != 0; in seekpos() local
192 bool __testboth = __testin && __testout; in seekpos()
193 __testin &= !(__mode & ios_base::out); in seekpos()
199 if (__testin || __testboth) in seekpos()
Dfstream.tcc162 bool __testin = _M_mode & ios_base::in; in showmanyc() local
166 if (__testin && this->is_open()) in showmanyc()
183 bool __testin = _M_mode & ios_base::in; in pbackfail() local
185 if (__testin) in pbackfail()
433 bool __testin = (ios_base::in & _M_mode & __mode) != 0; in seekoff() local
443 if (this->is_open() && !__testfail && (__testin || __testout)) in seekoff()
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dfstream.cc44 bool __testin = _M_mode & ios_base::in; in _M_underflow_common() local
47 if (__testin) in _M_underflow_common()
113 bool __testin = _M_mode & ios_base::in; in _M_underflow_common() local
116 if (__testin) in _M_underflow_common()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_streambuf.h325 bool __testin = _M_in_cur; in _M_out_cur_move() local
328 if (__testin && _M_buf_unified) in _M_out_cur_move()
334 if (__testin) in _M_out_cur_move()
Dstd_sstream.h261 bool __testin = _M_mode & ios_base::in; in _M_really_sync() local
266 if (__testin) in _M_really_sync()
Dstd_fstream.h409 bool __testin = _M_mode & ios_base::in; in _M_set_determinate() local
411 if (__testin) in _M_set_determinate()
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_fstream.h399 const bool __testin = _M_mode & ios_base::in; in _GLIBCXX_BEGIN_NAMESPACE() local
402 if (__testin && __off > 0) in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_sstream.h241 const bool __testin = _M_mode & ios_base::in; in _GLIBCXX_BEGIN_NAMESPACE() local
243 if (__testin) in _GLIBCXX_BEGIN_NAMESPACE()