Searched refs:_M_out_cur (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_streambuf.h209 char_type* _M_out_cur; // Current put area. member in class:std::basic_streambuf
304 // _M_out_cur pointer as well if necessary.
308 bool __testout = _M_out_cur;
311 _M_out_cur += __n;
314 // Correctly sets the _M_out_cur pointer, and bumps the
327 _M_out_cur += __n;
330 if (_M_out_cur > _M_out_end)
332 _M_out_end = _M_out_cur;
346 if (_M_out_cur)
350 __ret = _M_out_beg + _M_buf_size - _M_out_cur;
[all...]
H A Dstd_fstream.h314 bool __testput = _M_out_cur && _M_out_beg < _M_out_end;
321 off_type __off = _M_out_cur - _M_out_end;
433 __ret = _M_out_beg == _M_out_cur && _M_out_cur == _M_out_end;
H A Dstd_sstream.h251 // __o == _M_out_cur - _M_out_beg
271 _M_out_cur += __o;
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h199 char_type* _M_out_cur; // Current put area. member in class:basic_streambuf
461 _M_out_beg(0), _M_out_cur(0), _M_out_end(0),
528 pptr() const { return _M_out_cur; }
541 pbump(int __n) { _M_out_cur += __n; }
553 _M_out_beg = _M_out_cur = __pbeg;
797 _M_out_cur(__sb._M_out_cur), _M_out_end(__sb._M_out_cur),
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc88 _M_out_cur = _M_in_cur;
183 _M_out_cur = _M_in_cur;

Completed in 172 milliseconds