Home
last modified time | relevance | path

Searched refs:basic_streambuf (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/llvm-project/libcxx/include/
Dstreambuf20 class basic_streambuf
30 virtual ~basic_streambuf();
37 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
61 basic_streambuf();
62 basic_streambuf(const basic_streambuf& rhs);
63 basic_streambuf& operator=(const basic_streambuf& rhs);
64 void swap(basic_streambuf& rhs);
85 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
124 class _LIBCPP_TEMPLATE_VIS basic_streambuf
137 virtual ~basic_streambuf();
[all …]
Dios135 explicit basic_ios(basic_streambuf<charT,traits>* sb);
142 basic_streambuf<charT,traits>* rdbuf() const;
143 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
160 void init(basic_streambuf<charT,traits>* sb);
163 void set_rdbuf(basic_streambuf<charT, traits>* sb);
644 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
654 basic_streambuf<char_type, traits_type>* rdbuf() const;
656 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
678 void init(basic_streambuf<char_type, traits_type>* __sb);
689 void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
[all …]
/external/libcxx/include/
Dstreambuf21 class basic_streambuf
31 virtual ~basic_streambuf();
38 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
62 basic_streambuf();
63 basic_streambuf(const basic_streambuf& rhs);
64 basic_streambuf& operator=(const basic_streambuf& rhs);
65 void swap(basic_streambuf& rhs);
86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
125 class _LIBCPP_TEMPLATE_VIS basic_streambuf
138 virtual ~basic_streambuf();
[all …]
Dios136 explicit basic_ios(basic_streambuf<charT,traits>* sb);
143 basic_streambuf<charT,traits>* rdbuf() const;
144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
161 void init(basic_streambuf<charT,traits>* sb);
164 void set_rdbuf(basic_streambuf<charT, traits>* sb);
625 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
635 basic_streambuf<char_type, traits_type>* rdbuf() const;
637 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
659 void init(basic_streambuf<char_type, traits_type>* __sb);
670 void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
[all …]
/external/llvm-project/clang/test/Modules/Inputs/PR27699/
Dstreambuf3 template <typename> struct basic_streambuf {
4 basic_streambuf(const basic_streambuf &);
6 template <typename T> basic_streambuf<T>::basic_streambuf(const basic_streambuf &) = default;
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll16 %"class.std::__1::basic_streambuf" = type { i32 (...)**, %"class.std::__1::locale", i8*, i8*, i8*, …
20 %"class.std::__1::ostreambuf_iterator" = type { %"class.std::__1::basic_streambuf"* }
35 %this.addr.i66 = alloca %"class.std::__1::basic_streambuf"*, align 4
61 %this.addr.i46 = alloca %"class.std::__1::basic_streambuf"*, align 4
64 %this.addr.i44 = alloca %"class.std::__1::basic_streambuf"*, align 4
86 %coerce.val.ip = inttoptr i32 %__s.coerce to %"class.std::__1::basic_streambuf"*
87 …store %"class.std::__1::basic_streambuf"* %coerce.val.ip, %"class.std::__1::basic_streambuf"** %co…
94 …%0 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_, alig…
95 %cmp = icmp eq %"class.std::__1::basic_streambuf"* %0, null
146 …%14 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_9, al…
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll16 %"class.std::__1::basic_streambuf" = type { i32 (...)**, %"class.std::__1::locale", i8*, i8*, i8*, …
20 %"class.std::__1::ostreambuf_iterator" = type { %"class.std::__1::basic_streambuf"* }
35 %this.addr.i66 = alloca %"class.std::__1::basic_streambuf"*, align 4
61 %this.addr.i46 = alloca %"class.std::__1::basic_streambuf"*, align 4
64 %this.addr.i44 = alloca %"class.std::__1::basic_streambuf"*, align 4
86 %coerce.val.ip = inttoptr i32 %__s.coerce to %"class.std::__1::basic_streambuf"*
87 …store %"class.std::__1::basic_streambuf"* %coerce.val.ip, %"class.std::__1::basic_streambuf"** %co…
94 …%0 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_, alig…
95 %cmp = icmp eq %"class.std::__1::basic_streambuf"* %0, null
146 …%14 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_9, al…
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dtemplate-instantiation.cpp39 struct basic_streambuf { struct
40 virtual ~basic_streambuf();
43 struct stdio_sync_filebuf : public basic_streambuf {
65 struct basic_streambuf { struct
66 virtual ~basic_streambuf();
69 struct stdio_sync_filebuf : public basic_streambuf {
/external/clang/test/CodeGenCXX/
Dtemplate-instantiation.cpp38 struct basic_streambuf { struct
39 virtual ~basic_streambuf();
42 struct stdio_sync_filebuf : public basic_streambuf {
64 struct basic_streambuf { struct
65 virtual ~basic_streambuf();
68 struct stdio_sync_filebuf : public basic_streambuf {
/external/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp22 struct my_streambuf : public std::basic_streambuf<Char,Traits> {
23 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type;
24 typedef typename std::basic_streambuf<Char,Traits>::char_type char_type;
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp21 struct my_streambuf : public std::basic_streambuf<Char,Traits> {
22 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type;
23 typedef typename std::basic_streambuf<Char,Traits>::char_type char_type;
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dsync.pass.cpp22 : public std::basic_streambuf<CharT>
25 typedef std::basic_streambuf<CharT> base;
56 : public std::basic_streambuf<CharT>
59 typedef std::basic_streambuf<CharT> base;
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp26 : public std::basic_streambuf<CharT>
28 typedef std::basic_streambuf<CharT> base;
32 : std::basic_streambuf<CharT>(t) in test()
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp26 : public std::basic_streambuf<CharT>
28 typedef std::basic_streambuf<CharT> base;
32 : std::basic_streambuf<CharT>(t) in test()
/external/llvm/test/CodeGen/Generic/
D2009-11-16-BadKillsCrash.ll5 …basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::cha…
8 %"struct.std::basic_streambuf<char,std::char_traits<char> >" = type { i32 (...)**, i8*, i8*, i8*, i…
28 %1 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
42 %3 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
46 %4 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
53 %5 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
/external/llvm-project/llvm/test/CodeGen/Generic/
D2009-11-16-BadKillsCrash.ll5 …basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::cha…
8 %"struct.std::basic_streambuf<char,std::char_traits<char> >" = type { i32 (...)**, i8*, i8*, i8*, i…
28 %1 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
42 %3 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
46 %4 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
53 %5 = invoke i32 undef(%"struct.std::basic_streambuf<char,std::char_traits<char> >"* undef)
/external/llvm-project/libcxx/src/
Dios.instantiations.cpp23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable
24 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
Dxsgetn.pass.cpp21 : public std::basic_streambuf<char>
23 typedef std::basic_streambuf<char> base;
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
Dxsgetn.pass.cpp23 : public std::basic_streambuf<char>
25 typedef std::basic_streambuf<char> base;
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
Dxsputn.pass.cpp23 : public std::basic_streambuf<char>
25 typedef std::basic_streambuf<char> base;
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
Dxsputn.pass.cpp21 : public std::basic_streambuf<char>
23 typedef std::basic_streambuf<char> base;
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Din_avail.pass.cpp25 : public std::basic_streambuf<CharT>
27 typedef std::basic_streambuf<CharT> base;
Dsbumpc.pass.cpp24 : public std::basic_streambuf<char>
26 typedef std::basic_streambuf<char> base;
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Din_avail.pass.cpp24 : public std::basic_streambuf<CharT>
26 typedef std::basic_streambuf<CharT> base;
Dsnextc.pass.cpp23 : public std::basic_streambuf<char>
25 typedef std::basic_streambuf<char> base;

12345678910>>...14