/external/llvm-project/libcxx/include/ |
D | streambuf | 20 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 …]
|
D | ios | 135 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/ |
D | streambuf | 21 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 …]
|
D | ios | 136 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/ |
D | streambuf | 3 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/ |
D | early-if-conversion-bug1.ll | 16 %"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/ |
D | early-if-conversion-bug1.ll | 16 %"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/ |
D | template-instantiation.cpp | 39 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/ |
D | template-instantiation.cpp | 38 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/ |
D | failed.pass.cpp | 22 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/ |
D | failed.pass.cpp | 21 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/ |
D | sync.pass.cpp | 22 : 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/ |
D | copy.pass.cpp | 26 : 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/ |
D | copy.pass.cpp | 26 : 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/ |
D | 2009-11-16-BadKillsCrash.ll | 5 …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/ |
D | 2009-11-16-BadKillsCrash.ll | 5 …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/ |
D | ios.instantiations.cpp | 23 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/ |
D | xsgetn.pass.cpp | 21 : 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/ |
D | xsgetn.pass.cpp | 23 : 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/ |
D | xsputn.pass.cpp | 23 : 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/ |
D | xsputn.pass.cpp | 21 : 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/ |
D | in_avail.pass.cpp | 25 : public std::basic_streambuf<CharT> 27 typedef std::basic_streambuf<CharT> base;
|
D | sbumpc.pass.cpp | 24 : 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/ |
D | in_avail.pass.cpp | 24 : public std::basic_streambuf<CharT> 26 typedef std::basic_streambuf<CharT> base;
|
D | snextc.pass.cpp | 23 : public std::basic_streambuf<char> 25 typedef std::basic_streambuf<char> base;
|