/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf/ |
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()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/ |
D | types.pass.cpp | 28 …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/ |
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 …]
|
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; 142 class _LIBCPP_TEMPLATE_VIS basic_filebuf; 168 typedef basic_filebuf<char> filebuf; 183 typedef basic_filebuf<wchar_t> wfilebuf;
|
/external/libcxx/include/ |
D | fstream | 18 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 …]
|
D | iosfwd | 46 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/ |
D | iosfwd.pass.cpp | 63 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/ |
D | iosfwd.pass.cpp | 64 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/ |
D | pbackfail.pass.cpp | 22 : public std::basic_filebuf<CharT> 24 typedef std::basic_filebuf<CharT> base;
|
D | underflow.pass.cpp | 27 : public std::basic_filebuf<CharT> 29 typedef std::basic_filebuf<CharT> base;
|
D | overflow.pass.cpp | 25 : public std::basic_filebuf<CharT> 27 typedef std::basic_filebuf<CharT> base;
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | pbackfail.pass.cpp | 21 : public std::basic_filebuf<CharT> 23 typedef std::basic_filebuf<CharT> base;
|
D | underflow.pass.cpp | 26 : public std::basic_filebuf<CharT> 28 typedef std::basic_filebuf<CharT> base;
|
D | overflow.pass.cpp | 25 : public std::basic_filebuf<CharT> 27 typedef std::basic_filebuf<CharT> base;
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test31-pr18535-libstdc++-report-0.txt | 81 …[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> >::_…
|
D | test31-pr18535-libstdc++-report-1.txt | 81 …[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/ |
D | traits_mismatch.fail.cpp | 20 std::basic_filebuf<char, std::char_traits<wchar_t> > f; in main()
|
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/ |
D | traits_mismatch.fail.cpp | 21 std::basic_filebuf<char, std::char_traits<wchar_t> > f; in main()
|
/external/llvm-project/libcxx/src/ |
D | ios.instantiations.cpp | 39 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/ |
D | xsputn.PR14074.pass.cpp | 54 std::basic_filebuf<char> buf; in main()
|
/external/llvm/test/Transforms/Inline/ |
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> [#…
|
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…
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
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> [#…
|
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…
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 32509 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 …]
|