Home
last modified time | relevance | path

Searched refs:__testout (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dsstream.tcc65 const bool __testout = this->_M_mode & ios_base::out; in _GLIBCXX_BEGIN_NAMESPACE() local
66 if (__testeq || __testout) in _GLIBCXX_BEGIN_NAMESPACE()
88 const bool __testout = this->_M_mode & ios_base::out; in overflow() local
89 if (__builtin_expect(!__testout, false)) in overflow()
159 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff() local
160 const bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff()
162 __testout &= !(__mode & ios_base::in); in seekoff()
167 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
188 if ((__testout || __testboth) in seekoff()
206 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos() local
[all …]
Dfstream.tcc396 const bool __testout = _M_mode & ios_base::out; in overflow() local
397 if (__testout && !_M_reading) in overflow()
600 const bool __testout = _M_mode & ios_base::out; in xsputn() local
602 && __testout && !_M_reading) in xsputn()
/NextBSD/contrib/libstdc++/include/std/
Dstd_fstream.h400 const bool __testout = _M_mode & ios_base::out; in _GLIBCXX_BEGIN_NAMESPACE() local
407 if (__testout && __off == 0 && _M_buf_size > 1 ) in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/
DChangeLog-20034250 (_M_sync): When __testout && !__testin set all the get area
4985 !__testout implies _M_filepos == _M_in_end, therefore