Home
last modified time | relevance | path

Searched refs:gbump (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_streambuf.h319 this->gbump(1); in sbumpc()
377 this->gbump(-1); in sputbackc()
398 this->gbump(-1); in sungetc()
494 gbump(int __n) { _M_in_cur += __n; } in gbump() function
704 this->gbump(1); in uflow()
785 this->gbump(1); in stossc()
/freebsd-12-stable/contrib/libstdc++/src/
Distream.cc72 __sb->gbump(__size); in _GLIBCXX_BEGIN_NAMESPACE()
145 __sb->gbump(__size); in ignore()
232 __sb->gbump(__size); in operator >>()
306 __sb->gbump(__size); in operator >>()
380 __sb->gbump(__size); in getline()
452 __sb->gbump(__size); in getline()
525 __sb->gbump(__size); in ignore()
609 __sb->gbump(__size); in getline()
Dstreambuf.cc53 __sbin->gbump(__wrote); in _GLIBCXX_BEGIN_NAMESPACE()
93 __sbin->gbump(__wrote); in __copy_streambufs_eof()
Dstrstream.cc194 gbump(-1); in pbackfail()
199 gbump(-1); in pbackfail()
204 gbump(-1); in pbackfail()
Dcompatibility.cc89 __sb->gbump(__size); in _GLIBCXX_BEGIN_NAMESPACE()
154 __sb->gbump(__size); in ignore()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dsstream.tcc68 this->gbump(-1); in _GLIBCXX_BEGIN_NAMESPACE()
76 this->gbump(-1); in _GLIBCXX_BEGIN_NAMESPACE()
185 this->gbump((__beg + __newoffi) - this->gptr()); in seekoff()
219 this->gbump((__beg + __pos) - this->gptr()); in seekpos()
Dstreambuf_iterator.h343 __sb->gbump(__n); in __copy_aux()
383 __sb->gbump(__n); in find()
Dfstream.tcc353 this->gbump(-1); in pbackfail()
520 this->gbump(1); in xsgetn()
545 this->gbump(__avail); in xsgetn()
Dstreambuf.tcc63 this->gbump(__len); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dstrstream.cpp203 gbump(-1); in pbackfail()
210 gbump(-1); in pbackfail()
215 gbump(-1); in pbackfail()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dstreambuf70 void gbump(int n);
243 void gbump(int __n) { __ninp_ += __n; }
417 this->gbump(__len);
Dfstream787 this->gbump(-1);
793 this->gbump(-1);
Dlocale4105 this->gbump(-1);
4110 this->gbump(-1);