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 D | types.pass.cpp | 29 …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 D | fstream | 17 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 D | iosfwd | 45 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 D | iosfwd.pass.cpp | 87 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 D | pbackfail.pass.cpp | 22 : public std::basic_filebuf<CharT> 24 typedef std::basic_filebuf<CharT> base;
|
| H A D | underflow.pass.cpp | 27 : public std::basic_filebuf<CharT> 29 typedef std::basic_filebuf<CharT> base;
|
| H A D | overflow.pass.cpp | 25 : 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 D | traits_mismatch.fail.cpp | 20 std::basic_filebuf<char, std::char_traits<wchar_t> > f; in main()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | ios.instantiations.cpp | 41 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 D | xsputn.PR14074.pass.cpp | 54 std::basic_filebuf<char> buf; in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | 2006-11-09-InlineCGUpdate.ll | 20 …%"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 D | 2006-11-09-InlineCGUpdate-2.ll | 12 …%"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 D | Cxx17Issues.csv | 92 "`2473 <https://wg21.link/LWG2473>`__","``basic_filebuf``\ 's relation to C ``FILE``\ semantics","…
|
| H A D | Cxx20Issues.csv | 102 …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 D | StdSymbolMap.inc | 145 SYMBOL(basic_filebuf, std::, <fstream>)
|