Home
last modified time | relevance | path

Searched refs:uflow (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_other.cc160 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_1
175 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_2
190 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_3
213 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_4
H A Distream_exception.cc34 virtual int_type uflow () { in uflow() function
H A Dstreambuf_members.cc64 { return (this->uflow()); } in pub_uflow()
483 int_type uflow() in uflow() function in Inbuf_2
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D980310-4.f178 * resabs,result,rlist,uflow
217 uflow = d1mach(1)
310 * epmach)*(dabs(a2)+0.1d+04*uflow)) ier = 3
/openbsd/usr.sbin/sa/
H A Dpdb.c325 int uflow; in print_ci() local
331 uflow = 1; in print_ci()
333 uflow = 0; in print_ci()
393 if (!uflow) in print_ci()
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.cc66 __basic_file<char>::uflow() in uflow() function in std::__basic_file
146 __basic_file<wchar_t>::uflow() in uflow() function in std::__basic_file
H A Dbasic_file_libio.h69 uflow() = 0;
178 uflow();
263 __basic_file<char>::uflow();
309 __basic_file<wchar_t>::uflow();
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstreambuf.tcc59 __ret = this->uflow(); in sbumpc()
139 int_type __c = this->uflow(); in xsgetn()
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h322 __ret = this->uflow(); in sbumpc()
696 uflow() in uflow() function
787 this->uflow(); in stossc()
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf96 virtual int_type uflow();
191 return uflow();
288 virtual int_type uflow();
422 else if ((__c = uflow()) != __eof)
443 basic_streambuf<_CharT, _Traits>::uflow()
H A D__std_stream49 virtual int_type uflow();
99 __stdinbuf<_CharT>::uflow()
H A Dfstream47 virtual int_type uflow();
/openbsd/gnu/lib/libreadline/examples/
H A Dreadlinebuf.h102 virtual int_type uflow() { in uflow() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h240 uflow();
458 basic_filebuf<_CharT, _Traits>::uflow() in uflow() function
H A Dstd_streambuf.h821 uflow() in uflow() function
914 this->uflow(); in stossc()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstreambuf.tcc68 const int_type __c = this->uflow(); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h103 uflow() in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Dwfileops.c736 JUMP_INIT(uflow, (_IO_underflow_t) _IO_wdefault_uflow),
H A Dfileops.c1017 JUMP_INIT(uflow, _IO_default_uflow),
H A DChangeLog1166 * indstream.h, instream.cc (indirectbuf::uflow): New method.
1485 * streambuf.cc (streambuf::uflow), streambuf.h: New virtual.
2088 Preliminary support for new ANSI streambuf::uflow virtual.
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20002864 * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
4046 * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
6703 * bits/fstream.tcc: Move uflow.
9038 * bits/std_fstream.h: Fix uflow.
9185 * bits/std_streambuf.h (uflow): Re-implement default.
9285 underflow, uflow, xsgetn, showmany, sync: Ditto.
H A DChangeLog1326 __bump is true (uflow), always increment the read pointer
1701 * include/std/std_fstream.h (basic_filebuf::uflow): Declare.
3731 (basic_streambuf::uflow): Same.
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST5304 T virtual int_type uflow();
5755 X virtual int_type uflow();
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST5304 T virtual int_type uflow();
5755 X virtual int_type uflow();