Searched refs:pbackfail (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | streambuf | 99 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 D | strstream | 46 virtual int_type pbackfail(int_type c = EOF); 168 int_type pbackfail(int_type __c = EOF) override;
|
| H A D | sstream | 85 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 D | fstream | 48 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 D | locale | 3377 _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 D | streambuf | 99 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 D | strstream | 46 virtual int_type pbackfail(int_type c = EOF); 187 int_type pbackfail(int_type __c = EOF) override;
|
| H A D | sstream | 85 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 D | fstream | 48 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 D | std_stream.h | 47 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 D | strstream.cpp | 145 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 D | wbuffer_convert.h | 84 _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
|