Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
H A Dtypes.pass.cpp29 …static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_filebuf<char> >::value), ""); in main()
30 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), ""); in main()
31 …static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value… in main()
32 …static_assert((std::is_same<std::basic_filebuf<char>::int_type, std::char_traits<char>::int_type>:… in main()
33 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
34 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
/llvm-project-15.0.7/libcxx/include/
H A Dfstream17 class basic_filebuf
28 basic_filebuf();
29 basic_filebuf(basic_filebuf&& rhs);
33 basic_filebuf& operator=(basic_filebuf&& rhs);
228 basic_filebuf(basic_filebuf&& __rhs);
233 basic_filebuf& operator=(basic_filebuf&& __rhs);
296 basic_filebuf<_CharT, _Traits>::basic_filebuf()
322 basic_filebuf<_CharT, _Traits>::basic_filebuf(basic_filebuf&& __rhs)
388 basic_filebuf<_CharT, _Traits>::operator=(basic_filebuf&& __rhs)
396 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;
149 class _LIBCPP_TEMPLATE_VIS basic_filebuf;
177 typedef basic_filebuf<char> filebuf;
193 typedef basic_filebuf<wchar_t> wfilebuf;
221 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.forward/
H A Diosfwd.pass.cpp87 test<std::basic_filebuf<char>* >(); in main()
89 test<std::basic_filebuf<wchar_t>* >(); in main()
91 test<std::basic_filebuf<unsigned short>*>(); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp22 : public std::basic_filebuf<CharT>
24 typedef std::basic_filebuf<CharT> base;
H A Dunderflow.pass.cpp27 : public std::basic_filebuf<CharT>
29 typedef std::basic_filebuf<CharT> base;
H A Doverflow.pass.cpp25 : public std::basic_filebuf<CharT>
27 typedef std::basic_filebuf<CharT> base;
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/
H A Dtraits_mismatch.fail.cpp20 std::basic_filebuf<char, std::char_traits<wchar_t> > f; in main()
/llvm-project-15.0.7/libcxx/src/
H A Dios.instantiations.cpp41 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<char>; variable
/llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.PR14074.pass.cpp54 std::basic_filebuf<char> buf; in main()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A D2006-11-09-InlineCGUpdate.ll20 …%"struct.std::basic_filebuf<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<…
21 …%"struct.std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_stre…
22 …le::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<char,std::char…
23 …le::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<wchar_t,std::c…
H A D2006-11-09-InlineCGUpdate-2.ll12 …%"struct.std::basic_filebuf<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<…
15 …> >" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_filebuf<char,std::char…
43 …%tmp.6 = icmp eq %"struct.std::basic_filebuf<char,std::char_traits<char> >"* null, null ; <i1> [#…
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Issues.csv92 "`2473 <https://wg21.link/LWG2473>`__","``basic_filebuf``\ 's relation to C ``FILE``\ semantics","…
H A DCxx20Issues.csv102 …link/LWG2943>`__","Problematic specification of the wide version of ``basic_filebuf::open``\ ","Sa…
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc145 SYMBOL(basic_filebuf, std::, <fstream>)