Searched refs:__testin (Results 1 – 5 of 5) sorted by relevance
140 const bool __testin = this->_M_mode & ios_base::in; in underflow() local141 if (__testin) in underflow()158 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local160 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() local208 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()[all …]
168 const bool __testin = _M_mode & ios_base::in; in showmanyc() local169 if (__testin && this->is_open()) in showmanyc()194 const bool __testin = _M_mode & ios_base::in; in underflow() local195 if (__testin && !_M_writing) in underflow()343 const bool __testin = _M_mode & ios_base::in; in pbackfail() local344 if (__testin && !_M_writing) in pbackfail()530 const bool __testin = _M_mode & ios_base::in; in xsgetn() local534 && __testin && !_M_writing) in xsgetn()
241 const bool __testin = _M_mode & ios_base::in; in _GLIBCXX_BEGIN_NAMESPACE() local244 if (__testin) in _GLIBCXX_BEGIN_NAMESPACE()
399 const bool __testin = _M_mode & ios_base::in; in _GLIBCXX_BEGIN_NAMESPACE() local402 if (__testin && __off > 0) in _GLIBCXX_BEGIN_NAMESPACE()
4250 (_M_sync): When __testout && !__testin set all the get area