Home
last modified time | relevance | path

Searched refs:basic_stringbuf (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dsstream20 class basic_stringbuf
33 basic_stringbuf() : basic_stringbuf(ios_base::in | ios_base::out) {} // C++20
51 basic_stringbuf(basic_stringbuf&& rhs);
52 basic_stringbuf(basic_stringbuf&& rhs, const allocator_type& a); // C++20
55 basic_stringbuf& operator=(basic_stringbuf&& rhs);
367basic_stringbuf(basic_stringbuf&& __rhs) : __mode_(__rhs.__mode_) { __move_init(std::move(__rhs));…
370 _LIBCPP_HIDE_FROM_ABI basic_stringbuf(basic_stringbuf&& __rhs, const allocator_type& __a)
377 basic_stringbuf& operator=(basic_stringbuf&& __rhs);
378 void swap(basic_stringbuf& __rhs)
489 basic_stringbuf<_CharT, _Traits, _Allocator>::operator=(basic_stringbuf&& __rhs) {
[all …]
H A Diosfwd37 class basic_stringbuf;
61 typedef basic_stringbuf<char> stringbuf;
76 typedef basic_stringbuf<wchar_t> wstringbuf;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/
H A Dsstream.h22 class _LIBCPP_TEMPLATE_VIS basic_stringbuf; variable
31 using stringbuf = basic_stringbuf<char>;
37 using wstringbuf = basic_stringbuf<wchar_t>;
44 …RED_NAME(stringbuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstringbuf)) basic_stringbuf;
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dios.instantiations.cpp35 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_stringbuf<char>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dsstream.inc12 using std::basic_stringbuf;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc793 SYMBOL(basic_stringbuf, std::, <sstream>)
794 SYMBOL(basic_stringbuf, std::, <iosfwd>)