Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfstream17 class basic_filebuf
28 basic_filebuf();
29 basic_filebuf(basic_filebuf&& rhs);
33 basic_filebuf& operator=(basic_filebuf&& rhs);
244 basic_filebuf();
245 basic_filebuf(basic_filebuf&& __rhs);
320 basic_filebuf<_CharT, _Traits>::basic_filebuf()
344 basic_filebuf<_CharT, _Traits>::basic_filebuf(basic_filebuf&& __rhs) : basic_streambuf<_CharT, _Tra…
398 inline basic_filebuf<_CharT, _Traits>& basic_filebuf<_CharT, _Traits>::operator=(basic_filebuf&& __…
405 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
[all …]
H A Diosfwd45 template <class charT, class traits = char_traits<charT> > class basic_filebuf;
66 typedef basic_filebuf<char> filebuf;
81 typedef basic_filebuf<wchar_t> wfilebuf;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/
H A Dfstream.h22 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-14.2/contrib/llvm-project/libcxx/src/
H A Dios.instantiations.cpp43 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<char>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dfstream.inc12 using std::basic_filebuf;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc748 SYMBOL(basic_filebuf, std::, <fstream>)
749 SYMBOL(basic_filebuf, std::, <iosfwd>)