Home
last modified time | relevance | path

Searched refs:basic_ostringstream (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/
H A Dsstream.h27 class _LIBCPP_TEMPLATE_VIS basic_ostringstream; variable
33 using ostringstream = basic_ostringstream<char>;
39 using wostringstream = basic_ostringstream<wchar_t>;
50 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wostringstream)) basic_ostringstream;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dsstream151 class basic_ostringstream
165 basic_ostringstream() : basic_ostringstream(ios_base::out) {} // C++20
181 basic_ostringstream(basic_ostringstream&& rhs);
184 basic_ostringstream& operator=(basic_ostringstream&& rhs);
185 void swap(basic_ostringstream& rhs);
205 typedef basic_ostringstream<char> ostringstream;
206 typedef basic_ostringstream<wchar_t> wostringstream;
921 _LIBCPP_HIDE_FROM_ABI basic_ostringstream(
932 _LIBCPP_HIDE_FROM_ABI basic_ostringstream(basic_ostringstream&& __rhs)
938 basic_ostringstream& operator=(basic_ostringstream&& __rhs) {
[all …]
H A Diosfwd41 class basic_ostringstream;
63 typedef basic_ostringstream<char> ostringstream;
78 typedef basic_ostringstream<wchar_t> wostringstream;
H A Dcomplex240 # include <sstream> // for std::basic_ostringstream
1346 basic_ostringstream<_CharT, _Traits> __s;
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dios.instantiations.cpp37 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostringstream<char>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dsstream.inc28 using std::basic_ostringstream;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h141 basic_ostringstream<_CharT, _Traits> __sstr;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dostream.h126 basic_ostringstream<_CharT, _Traits> __s;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc778 SYMBOL(basic_ostringstream, std::, <sstream>)
779 SYMBOL(basic_ostringstream, std::, <iosfwd>)