| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 20 class basic_streambuf 61 basic_streambuf(); 62 basic_streambuf(const basic_streambuf& rhs); 63 basic_streambuf& operator=(const basic_streambuf& rhs); 224 basic_streambuf(const basic_streambuf& __rhs); 225 basic_streambuf& operator=(const basic_streambuf& __rhs); 290 basic_streambuf<_CharT, _Traits>::~basic_streambuf() {} 293 basic_streambuf<_CharT, _Traits>::basic_streambuf() 297 basic_streambuf<_CharT, _Traits>::basic_streambuf(const basic_streambuf& __sb) 307 basic_streambuf<_CharT, _Traits>& basic_streambuf<_CharT, _Traits>::operator=(const basic_streambuf… [all …]
|
| H A D | ios | 136 explicit basic_ios(basic_streambuf<charT,traits>* sb); 143 basic_streambuf<charT,traits>* rdbuf() const; 144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb); 161 void init(basic_streambuf<charT,traits>* sb); 164 void set_rdbuf(basic_streambuf<charT, traits>* sb); 561 _LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf() const; 562 …_LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, tr… 577 _LIBCPP_HIDE_FROM_ABI void init(basic_streambuf<char_type, traits_type>* __sb); 619 return static_cast<basic_streambuf<char_type, traits_type>*>(ios_base::rdbuf()); 623 inline _LIBCPP_HIDE_FROM_ABI basic_streambuf<_CharT, _Traits>* [all …]
|
| H A D | iosfwd | 31 template <class charT, class traits = char_traits<charT> > class basic_streambuf; 56 typedef basic_streambuf<char> streambuf; 71 typedef basic_streambuf<wchar_t> wstreambuf;
|
| H A D | syncstream | 37 class basic_syncbuf : public basic_streambuf<charT, traits> { 46 using streambuf_type = basic_streambuf<charT, traits>; 89 using streambuf_type = basic_streambuf<charT, traits>; 241 class _LIBCPP_TEMPLATE_VIS basic_syncbuf : public basic_streambuf<_CharT, _Traits> { 250 using streambuf_type = basic_streambuf<_CharT, _Traits>; 440 using streambuf_type = basic_streambuf<char_type, traits_type>;
|
| H A D | istream | 29 explicit basic_istream(basic_streambuf<char_type, traits_type>* sb); 45 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* sb); 66 basic_istream& get(basic_streambuf<char_type,traits_type>& sb); 67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim); 133 explicit basic_iostream(basic_streambuf<char_type, traits_type>* sb); 200 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_istream(basic_streambuf<char_type, traits_typ… 240 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb); 272 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream& get(basic_streambuf<char_type, traits_type>& … 276 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm); 605 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb) { [all …]
|
| H A D | fstream | 18 : public basic_streambuf<charT, traits> 50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n); 225 class _LIBCPP_TEMPLATE_VIS basic_filebuf : public basic_streambuf<_CharT, _Traits> { 288 basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n) override; 344 basic_filebuf<_CharT, _Traits>::basic_filebuf(basic_filebuf&& __rhs) : basic_streambuf<_CharT, _Tra… 422 basic_streambuf<char_type, traits_type>::swap(__rhs); 834 basic_streambuf<_CharT, _Traits>* basic_filebuf<_CharT, _Traits>::setbuf(char_type* __s, streamsize…
|
| H A D | ostream | 29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb); 59 basic_ostream& operator<<(basic_streambuf<char_type,traits>* sb); 218 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… 276 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb); 352 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __sb) {
|
| H A D | strstream | 17 : public basic_streambuf<char>
|
| H A D | sstream | 21 : public basic_streambuf<charT, traits> 76 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize); 303 class _LIBCPP_TEMPLATE_VIS basic_stringbuf : public basic_streambuf<_CharT, _Traits> {
|
| H A D | iterator | 586 typedef basic_streambuf<charT, traits> streambuf_type; 625 typedef basic_streambuf<charT, traits> streambuf_type;
|
| H A D | locale | 123 : public basic_streambuf<Elem, Tr> 3325 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wbuffer_convert : public basic_streambuf<_El… 3379 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* _… 3547 basic_streambuf<_Elem, _Tr>* wbuffer_convert<_Codecvt, _Elem, _Tr>::setbuf(char_type* __s, streamsi…
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | streambuf.h | 22 class _LIBCPP_TEMPLATE_VIS basic_streambuf; variable 24 using streambuf = basic_streambuf<char>; 27 using wstreambuf = basic_streambuf<wchar_t>; 31 …RED_NAME(streambuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstreambuf)) basic_streambuf;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | ios.instantiations.cpp | 21 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable 28 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable
|
| H A D | std_stream.h | 33 class _LIBCPP_HIDDEN __stdinbuf : public basic_streambuf<_CharT, char_traits<_CharT> > { 241 class _LIBCPP_HIDDEN __stdoutbuf : public basic_streambuf<_CharT, char_traits<_CharT> > {
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | streambuf.inc | 12 using std::basic_streambuf;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostreambuf_iterator.h | 46 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| H A D | istreambuf_iterator.h | 44 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 788 SYMBOL(basic_streambuf, std::, <streambuf>) 789 SYMBOL(basic_streambuf, std::, <iostream>) 790 SYMBOL(basic_streambuf, std::, <iosfwd>)
|