Searched refs:basic_ostringstream (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | sstream | 170 // Class template basic_ostringstream [ostringstream] 172 class basic_ostringstream 185 … explicit basic_ostringstream(ios_base::openmode which = ios_base::out); // before C++20 186 basic_ostringstream() : basic_ostringstream(ios_base::out) {} // C++20 187 explicit basic_ostringstream(ios_base::openmode which); // C++20 188 explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type>& s, 190 basic_ostringstream(ios_base::openmode which, const allocator_type& a); // C++20 191 explicit basic_ostringstream(basic_string<char_type, traits_type, allocator_type>&& s, 194 …basic_ostringstream(const basic_string<char_type, traits_type, SAlloc>& s, const allocator_type& a) 195 : basic_ostringstream(s, ios_base::out, a) {} // C++20 [all …]
|
H A D | iosfwd | 40 class basic_ostringstream; 62 typedef basic_ostringstream<char> ostringstream; 77 typedef basic_ostringstream<wchar_t> wostringstream;
|
H A D | complex | 270 # include <sstream> // for std::basic_ostringstream 1377 basic_ostringstream<_CharT, _Traits> __s;
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | sstream.h | 28 class _LIBCPP_TEMPLATE_VIS basic_ostringstream; variable 34 using ostringstream = basic_ostringstream<char>; 40 using wostringstream = basic_ostringstream<wchar_t>; 51 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wostringstream)) basic_ostringstream;
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.instantiations.cpp | 37 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostringstream<char>; variable
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | sstream.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/ |
H A D | thread.h | 140 basic_ostringstream<_CharT, _Traits> __sstr;
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | ostream.h | 129 basic_ostringstream<_CharT, _Traits> __s;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 778 SYMBOL(basic_ostringstream, std::, <sstream>) 779 SYMBOL(basic_ostringstream, std::, <iosfwd>)
|