Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dfstream.h28 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 Dfstream147 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 Diosfwd47 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 Dfstream.cppm
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp45 std::basic_fstream<char> out_fs = std::fstream( in WriteBytesToDisk()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc754 SYMBOL(basic_fstream, std::, <fstream>)
755 SYMBOL(basic_fstream, std::, <iosfwd>)