| /llvm-project-15.0.7/libcxx/include/ |
| H A D | streambuf | 20 class basic_streambuf 61 basic_streambuf(); 62 basic_streambuf(const basic_streambuf& rhs); 63 basic_streambuf& operator=(const basic_streambuf& rhs); 236 basic_streambuf(const basic_streambuf& __rhs); 237 basic_streambuf& operator=(const basic_streambuf& __rhs); 308 basic_streambuf<_CharT, _Traits>::~basic_streambuf() 313 basic_streambuf<_CharT, _Traits>::basic_streambuf() 324 basic_streambuf<_CharT, _Traits>::basic_streambuf(const basic_streambuf& __sb) 337 basic_streambuf<_CharT, _Traits>::operator=(const basic_streambuf& __sb) [all …]
|
| H A 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); 653 basic_streambuf<char_type, traits_type>* rdbuf() const; 655 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb); 677 void init(basic_streambuf<char_type, traits_type>* __sb); 734 basic_streambuf<_CharT, _Traits>* 742 basic_streambuf<_CharT, _Traits>* [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/PR27699/ |
| H A 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;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | early-if-conversion-bug1.ll | 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… 146 …%14 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_9, al… 149 …store %"class.std::__1::basic_streambuf"* %14, %"class.std::__1::basic_streambuf"** %this.addr.i46… 152 …%this1.i49 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %this.… 166 …store %"class.std::__1::basic_streambuf"* null, %"class.std::__1::basic_streambuf"** %__sbuf_13, a… 208 …%34 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_18, a… 296 …store %"class.std::__1::basic_streambuf"* null, %"class.std::__1::basic_streambuf"** %__sbuf_23, a… 341 …%61 = load %"class.std::__1::basic_streambuf"*, %"class.std::__1::basic_streambuf"** %__sbuf_31, a… 361 …store %"class.std::__1::basic_streambuf"* null, %"class.std::__1::basic_streambuf"** %__sbuf_35, a… [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A 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 {
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/ |
| H A 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;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
| H A 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;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/ |
| H A 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()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A 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)
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | ios.instantiations.cpp | 21 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable 28 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
| H A D | xsgetn.pass.cpp | 23 : public std::basic_streambuf<char> 25 typedef std::basic_streambuf<char> base;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
| H A D | xsputn.pass.cpp | 23 : public std::basic_streambuf<char> 25 typedef std::basic_streambuf<char> base;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/ |
| H A D | in_avail.pass.cpp | 25 : public std::basic_streambuf<CharT> 27 typedef std::basic_streambuf<CharT> base;
|
| H A D | snextc.pass.cpp | 24 : public std::basic_streambuf<char> 26 typedef std::basic_streambuf<char> base;
|
| H A D | sbumpc.pass.cpp | 24 : public std::basic_streambuf<char> 26 typedef std::basic_streambuf<char> base;
|
| H A D | sgetc.pass.cpp | 24 : public std::basic_streambuf<char> 26 typedef std::basic_streambuf<char> base;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/ |
| H A D | sputbackc.pass.cpp | 24 : public std::basic_streambuf<char> 26 typedef std::basic_streambuf<char> base;
|
| H A D | sungetc.pass.cpp | 24 : public std::basic_streambuf<char> 26 typedef std::basic_streambuf<char> base;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
| H A D | setp.pass.cpp | 23 : public std::basic_streambuf<CharT> 25 typedef std::basic_streambuf<CharT> base;
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | explicit-instantiation.cpp | 95 struct basic_streambuf; 98 struct basic_streambuf{friend bob<>()}; // expected-error{{no template named 'bob'}} \ struct 100 template struct basic_streambuf<int>; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | 2006-01-14-CallGraphUpdate.ll | 4 …%"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >" = type { i32 (...)**, i32*, i32… 11 …iterator<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_streambuf<wchar_t,std::… 13 …_codecvt_abstract_base<char,char,__mbstate_t>"* %this, %"struct.std::basic_streambuf<wchar_t,std::…
|
| H A D | 2006-11-09-InlineCGUpdate.ll | 13 …o_sync_filebuf<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<char,std::cha… 14 …_filebuf<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_streambuf<wchar_t,std::… 20 …%"struct.std::basic_filebuf<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<… 21 …_filebuf<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_streambuf<wchar_t,std::… 24 …basic_ostream<char,std::char_traits<char> >"*, i8, i1, %"struct.std::basic_streambuf<char,std::cha… 25 …stream<wchar_t,std::char_traits<wchar_t> >"*, i32, i1, %"struct.std::basic_streambuf<wchar_t,std::… 29 …%"struct.std::basic_streambuf<char,std::char_traits<char> >" = type { i32 (...)**, i8*, i8*, i8*, … 30 …%"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >" = type { i32 (...)**, i32*, i32… 44 …ambuf_iterator<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<char,std::cha… 45 …iterator<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_streambuf<wchar_t,std::…
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
| H A D | setg.pass.cpp | 23 : public std::basic_streambuf<CharT> 25 typedef std::basic_streambuf<CharT> base;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
| H A D | tellp.pass.cpp | 25 : public std::basic_streambuf<CharT> 27 typedef std::basic_streambuf<CharT> base;
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
| H A D | sputc.pass.cpp | 24 : public std::basic_streambuf<char> 26 typedef std::basic_streambuf<char> base;
|