Home
last modified time | relevance | path

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

/freebsd-src/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-src/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); // Since C++17
163 basic_fstream(basic_fstream&& rhs);
165 basic_fstream& operator=(basic_fstream&& rhs);
166 void swap(basic_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-src/contrib/llvm-project/libcxx/modules/std/
H A Dfstream.inc37 using std::basic_fstream;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp45 std::basic_fstream<char> out_fs = std::fstream( in WriteBytesToDisk()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc754 SYMBOL(basic_fstream, std::, <fstream>)
755 SYMBOL(basic_fstream, std::, <iosfwd>)