Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libstdc++/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()
/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_sstream.h241 const bool __testin = _M_mode & ios_base::in; in _GLIBCXX_BEGIN_NAMESPACE() local
244 if (__testin) in _GLIBCXX_BEGIN_NAMESPACE()
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()
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-20034250 (_M_sync): When __testout && !__testin set all the get area