Home
last modified time | relevance | path

Searched defs:underflow (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_other.cc159 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_1
174 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_2
189 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_3
212 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_4
H A Distream_exception.cc30 virtual int_type underflow () { in underflow() function
H A Dstreambuf_members.cc84 underflow() in underflow() function in testbuf
476 int_type underflow() in underflow() function in Inbuf_2
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.cc61 __basic_file<char>::underflow() in underflow() function in std::__basic_file
141 __basic_file<wchar_t>::underflow() in underflow() function in std::__basic_file
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Darray6.C9 underflow() in underflow() function
/openbsd-src/gnu/lib/libreadline/examples/
H A Dreadlinebuf.h87 virtual int_type underflow() { in underflow() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dsstream.tcc137 underflow() in underflow() function in basic_stringbuf
H A Dfstream.tcc191 underflow() in underflow() function in basic_filebuf
/openbsd-src/gnu/llvm/libcxx/src/
H A Dstrstream.cpp224 strstreambuf::underflow() in underflow() function in strstreambuf
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h683 underflow() in underflow() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_sstream.h198 underflow() in underflow() function
H A Dstd_fstream.h453 basic_filebuf<_CharT, _Traits>::underflow() in underflow() function
H A Dstd_streambuf.h808 underflow() in underflow() function
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dstrstream.cc213 strstreambuf::underflow() in underflow() function in strstreambuf
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dstrstream.cc213 strstreambuf::underflow() in underflow() function in std::strstreambuf
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c852 bool underflow; in false_optc_underflow_wa() local