Searched refs:basic_fstream (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | fstream.h | 28 class _LIBCPP_TEMPLATE_VIS basic_fstream; variable 33 using fstream = basic_fstream<char>; 39 using wfstream = basic_fstream<wchar_t>; 49 …PREFERRED_NAME(fstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfstream)) basic_fstream;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | fstream | 147 class basic_fstream 158 basic_fstream(); 159 explicit basic_fstream(const char* s, ios_base::openmode mode = ios_base::in|ios_base::out); 160 explicit basic_fstream(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out); 162 …explicit basic_fstream(const T& s, ios_base::openmode mode = ios_base::in | ios_base::out); // Sin… 163 basic_fstream(basic_fstream&& rhs); 165 basic_fstream& operator=(basic_fstream&& rhs); 166 void swap(basic_fstream& rhs); 180 void swap(basic_fstream<charT, traits>& x, basic_fstream<charT, traits>& y); 182 typedef basic_fstream<char> fstream; [all …]
|
H A D | iosfwd | 47 template <class charT, class traits = char_traits<charT> > class basic_fstream; 68 typedef basic_fstream<char> fstream; 83 typedef basic_fstream<wchar_t> wfstream;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | fstream.cppm |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 45 std::basic_fstream<char> out_fs = std::fstream( in WriteBytesToDisk()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 754 SYMBOL(basic_fstream, std::, <fstream>) 755 SYMBOL(basic_fstream, std::, <iosfwd>)
|