Home
last modified time | relevance | path

Searched defs:__testput (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfstream.tcc123 bool __testput = _M_out_cur && _M_out_beg < _M_out_end; in close() local
256 bool __testput = _M_out_cur && _M_out_cur < _M_buf + _M_buf_size; in overflow() local
348 bool __testput = _M_out_cur && _M_out_beg < _M_out_end; in _M_really_overflow() local
453 bool __testput = _M_out_cur && _M_out_beg < _M_out_end; in seekoff() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dsstream.tcc98 const bool __testput = this->pptr() < this->epptr(); in overflow() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h314 bool __testput = _M_out_cur && _M_out_beg < _M_out_end; in sync() local