Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstreambuf99 virtual int_type pbackfail(int_type c = traits_type::eof());
203 return pbackfail(traits_type::to_int_type(__c));
209 return pbackfail();
280 virtual int_type pbackfail(int_type __c = traits_type::eof());
401 typename basic_streambuf<_CharT, _Traits>::int_type basic_streambuf<_CharT, _Traits>::pbackfail(int…
H A Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
168 int_type pbackfail(int_type __c = EOF) override;
H A Dsstream85 virtual int_type pbackfail(int_type c = traits_type::eof());
387 int_type pbackfail(int_type __c = traits_type::eof()) override;
600 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c) {
H A Dfstream48 virtual int_type pbackfail(int_type c = traits_type::eof());
258 int_type pbackfail(int_type __c = traits_type::eof()) override;
745 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/include/
H A Dstreambuf99 virtual int_type pbackfail(int_type c = traits_type::eof());
211 return pbackfail(traits_type::to_int_type(__c));
218 return pbackfail();
349 virtual int_type pbackfail(int_type = traits_type::eof()) { return traits_type::eof(); }
H A Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
187 int_type pbackfail(int_type __c = EOF) override;
H A Dsstream85 virtual int_type pbackfail(int_type c = traits_type::eof());
529 int_type pbackfail(int_type __c = traits_type::eof()) override;
767 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c) {
H A Dfstream48 virtual int_type pbackfail(int_type c = traits_type::eof());
293 int_type pbackfail(int_type __c = traits_type::eof()) override;
815 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::pbackfail(int_typ…
/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 str()
200 strstreambuf::pbackfail(int_type __c) pbackfail() function in strstreambuf
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h84 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type pbackfail(int_type __c = traits_type::eof());
186 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c) { in pbackfail() function