Home
last modified time | relevance | path

Searched defs:pbackfail (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp36 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
H A Dsungetc.pass.cpp36 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dpbackfail.pass.cpp31 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);} in pbackfail() function
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Dpbackfail.pass.cpp31 pbackfail(typename base::int_type c = base::traits_type::eof()) in pbackfail() function
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp34 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp41 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
/llvm-project/libcxx/src/
H A Dstrstream.cpp145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() function in strstreambuf
H A Dstd_stream.h202 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::pbackfail(int_type __c) { in pbackfail() function