Searched refs:basic_ofstream (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | fstream.h | 26 class _LIBCPP_TEMPLATE_VIS basic_ofstream; variable 32 using ofstream = basic_ofstream<char>; 38 using wofstream = basic_ofstream<wchar_t>; 47 …FERRED_NAME(ofstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wofstream)) basic_ofstream;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 106 class basic_ofstream 117 basic_ofstream(); 122 basic_ofstream(basic_ofstream&& rhs); 124 basic_ofstream& operator=(basic_ofstream&& rhs); 141 swap(basic_ofstream<charT, traits>& x, basic_ofstream<charT, traits>& y); 1202 // basic_ofstream 1229 _LIBCPP_HIDE_FROM_ABI basic_ofstream(basic_ofstream&& __rhs); 1230 _LIBCPP_HIDE_FROM_ABI basic_ofstream& operator=(basic_ofstream&& __rhs); 1285 inline basic_ofstream<_CharT, _Traits>::basic_ofstream(basic_ofstream&& __rhs) 1291 inline basic_ofstream<_CharT, _Traits>& basic_ofstream<_CharT, _Traits>::operator=(basic_ofstream&&… [all …]
|
| H A D | iosfwd | 47 template <class charT, class traits = char_traits<charT> > class basic_ofstream; 68 typedef basic_ofstream<char> ofstream; 83 typedef basic_ofstream<wchar_t> wofstream;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | ios.instantiations.cpp | 42 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ofstream<char>; variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | fstream.inc | 30 using std::basic_ofstream;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 771 SYMBOL(basic_ofstream, std::, <fstream>) 772 SYMBOL(basic_ofstream, std::, <iosfwd>)
|