Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/
H A Dstreambuf96 virtual int_type uflow();
194 return uflow();
322 } else if ((__c = uflow()) != __eof) {
333 virtual int_type uflow() {
H A Dfstream47 virtual int_type uflow();
/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Dsnextc.pass.cpp36 int_type uflow() in uflow() function
H A Dsbumpc.pass.cpp36 int_type uflow() in uflow() function
/llvm-project/libcxx/src/
H A Dstd_stream.h46 virtual int_type uflow();
98 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::uflow() { in uflow() function