Home
last modified time | relevance | path

Searched refs:pbackfail (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf99 virtual int_type pbackfail(int_type c = traits_type::eof());
200 return pbackfail(traits_type::to_int_type(__c));
206 return pbackfail();
273 virtual int_type pbackfail(int_type __c = traits_type::eof());
394 typename basic_streambuf<_CharT, _Traits>::int_type basic_streambuf<_CharT, _Traits>::pbackfail(int…
H A Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
179 int_type pbackfail(int_type __c = EOF) override;
H A Dsstream74 virtual int_type pbackfail(int_type c = traits_type::eof());
441 int_type pbackfail(int_type __c = traits_type::eof()) override;
679 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c) {
H A Dfstream48 virtual int_type pbackfail(int_type c = traits_type::eof());
286 int_type pbackfail(int_type __c = traits_type::eof()) override;
767 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::pbackfail(int_typ…
H A Dlocale3377 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type pbackfail(int_type __c = traits_type::eof());
3479 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c) {
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h47 virtual int_type pbackfail(int_type __c = traits_type::eof());
202 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::pbackfail(int_type __c) { in pbackfail() function
H A Dstrstream.cpp145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() function in strstreambuf