Home
last modified time | relevance | path

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

12

/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
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()
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp28 …static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_filebuf<char> >::value), ""); in main()
29 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), ""); in main()
30 …static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value… in main()
31 …static_assert((std::is_same<std::basic_filebuf<char>::int_type, std::char_traits<char>::int_type>:… in main()
32 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
33 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
/external/llvm-project/libcxx/include/
Dfstream17 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 …]
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;
142 class _LIBCPP_TEMPLATE_VIS basic_filebuf;
168 typedef basic_filebuf<char> filebuf;
183 typedef basic_filebuf<wchar_t> wfilebuf;
/external/libcxx/include/
Dfstream18 class basic_filebuf
29 basic_filebuf();
30 basic_filebuf(basic_filebuf&& rhs);
31 virtual ~basic_filebuf();
34 basic_filebuf& operator=(basic_filebuf&& rhs);
35 void swap(basic_filebuf& rhs);
39 basic_filebuf* open(const char* s, ios_base::openmode mode);
40 basic_filebuf* open(const string& s, ios_base::openmode mode);
41 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17
42 basic_filebuf* close();
[all …]
Diosfwd46 template <class charT, class traits = char_traits<charT> > class basic_filebuf;
67 typedef basic_filebuf<char> filebuf;
82 typedef basic_filebuf<wchar_t> wfilebuf;
143 class _LIBCPP_TEMPLATE_VIS basic_filebuf;
169 typedef basic_filebuf<char> filebuf;
184 typedef basic_filebuf<wchar_t> wfilebuf;
/external/libcxx/test/std/input.output/iostream.forward/
Diosfwd.pass.cpp63 test<std::basic_filebuf<char>* >(); in main()
64 test<std::basic_filebuf<wchar_t>* >(); in main()
65 test<std::basic_filebuf<unsigned short>*>(); in main()
/external/llvm-project/libcxx/test/std/input.output/iostream.forward/
Diosfwd.pass.cpp64 test<std::basic_filebuf<char>* >(); in main()
65 test<std::basic_filebuf<wchar_t>* >(); in main()
66 test<std::basic_filebuf<unsigned short>*>(); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp22 : public std::basic_filebuf<CharT>
24 typedef std::basic_filebuf<CharT> base;
Dunderflow.pass.cpp27 : public std::basic_filebuf<CharT>
29 typedef std::basic_filebuf<CharT> base;
Doverflow.pass.cpp25 : public std::basic_filebuf<CharT>
27 typedef std::basic_filebuf<CharT> base;
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp21 : public std::basic_filebuf<CharT>
23 typedef std::basic_filebuf<CharT> base;
Dunderflow.pass.cpp26 : public std::basic_filebuf<CharT>
28 typedef std::basic_filebuf<CharT> base;
Doverflow.pass.cpp25 : public std::basic_filebuf<CharT>
27 typedef std::basic_filebuf<CharT> base;
/external/libabigail/tests/data/test-diff-filter/
Dtest31-pr18535-libstdc++-report-0.txt81 …[C] 'method void std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::_M_allocate_internal_buf…
82 …implicit parameter 0 of type 'std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >* const' has …
83 in unqualified underlying type 'std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >*':
84 in pointed to type 'class std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >':
88 …type of 'const std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::__codecvt_type* _M_codecvt…
89 …in pointed to type 'const std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::__codecvt_type':
90 …in unqualified underlying type 'typedef std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::_…
Dtest31-pr18535-libstdc++-report-1.txt81 …[C] 'method void std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::_M_allocate_internal_buf…
82 …implicit parameter 0 of type 'std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >* const' has …
83 in unqualified underlying type 'std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >*':
84 …in pointed to type 'class std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >' at fstream:72:1:
88 …type of 'const std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::__codecvt_type* _M_codecvt…
89 …in pointed to type 'const std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::__codecvt_type':
90 …in unqualified underlying type 'typedef std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::_…
/external/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/
Dtraits_mismatch.fail.cpp20 std::basic_filebuf<char, std::char_traits<wchar_t> > f; in main()
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/
Dtraits_mismatch.fail.cpp21 std::basic_filebuf<char, std::char_traits<wchar_t> > f; in main()
/external/llvm-project/libcxx/src/
Dios.instantiations.cpp39 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<char>; variable
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
Dxsputn.PR14074.pass.cpp54 std::basic_filebuf<char> buf; in main()
/external/llvm/test/Transforms/Inline/
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> [#…
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…
/external/llvm-project/llvm/test/Transforms/Inline/
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> [#…
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…
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym32509 FUNC 497a4 84 0 std::basic_filebuf<char, std::char_traits<char> >::pbackfail
32571 FUNC 49896 4 0 std::basic_filebuf<char, std::char_traits<char> >::underflow
32573 FUNC 49896 4 0 std::basic_filebuf<char, std::char_traits<char> >::underflow()
32575 FUNC 4989a 22 0 std::basic_filebuf<char, std::char_traits<char> >::sync
32583 FUNC 498bc 4a 0 std::basic_filebuf<char, std::char_traits<char> >::showmanyc
32597 FUNC 49906 54 0 std::basic_filebuf<char, std::char_traits<char> >::_M_unshift
32619 FUNC 4995c 4c 0 std::basic_filebuf<char, std::char_traits<char> >::_M_setup_codecvt
32636 FUNC 499a8 50 0 std::basic_filebuf<char, std::char_traits<char> >::imbue
36661 FUNC 51590 66 0 std::basic_filebuf<char, std::char_traits<char> >::_M_allocate_buffers
36691 FUNC 515f6 26 0 std::basic_filebuf<char, std::char_traits<char> >::setbuf
[all …]

12