Lines Matching refs:__testin
140 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()
209 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
218 if (__testin) in seekpos()
233 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
246 if (__testin) in _M_sync()
255 if (!__testin) in _M_sync()