Searched refs:basic_filebuf (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
| H A D | iosfwd | 44 template <class charT, class traits = char_traits<charT> > class basic_filebuf; 65 typedef basic_filebuf<char> filebuf; 80 typedef basic_filebuf<wchar_t> wfilebuf;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
| H A D | iosfwd | 44 template <class charT, class traits = char_traits<charT> > class basic_filebuf; 65 typedef basic_filebuf<char> filebuf; 80 typedef basic_filebuf<wchar_t> wfilebuf;
|
| /freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | fstream.h | 22 class basic_filebuf; variable 30 using filebuf = basic_filebuf<char>; 36 using wfilebuf = basic_filebuf<wchar_t>; 43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__fwd/ |
| H A D | fstream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_filebuf; variable 30 using filebuf = basic_filebuf<char>; 36 using wfilebuf = basic_filebuf<wchar_t>; 43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | ios.instantiations.cpp | 43 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<char>; variable
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | fstream.inc | 12 using std::basic_filebuf;
|
| H A D | fstream.cppm | |
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 755 SYMBOL(basic_filebuf, std::, <fstream>) 756 SYMBOL(basic_filebuf, std::, <iosfwd>)
|