Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dstreambuf99 virtual int_type pbackfail(int_type c = traits_type::eof());
207 return pbackfail(traits_type::to_int_type(__c));
214 return pbackfail();
288 virtual int_type pbackfail(int_type __c = traits_type::eof());
449 basic_streambuf<_CharT, _Traits>::pbackfail(int_type)
H A D__std_stream50 virtual int_type pbackfail(int_type __c = traits_type::eof());
179 __stdinbuf<_CharT>::pbackfail(int_type __c)
H A Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
178 virtual int_type pbackfail(int_type __c = EOF);
H A Dsstream47 virtual int_type pbackfail(int_type c = traits_type::eof());
251 virtual int_type pbackfail(int_type __c = traits_type::eof());
503 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
H A Dfstream48 virtual int_type pbackfail(int_type c = traits_type::eof());
259 virtual int_type pbackfail(int_type __c = traits_type::eof());
781 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c)
H A Dlocale3982 virtual int_type pbackfail(int_type __c = traits_type::eof());
4099 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c)
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp197 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf