| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
| H A D | underflow.pass.cpp | 33 char_type* eback() const {return base::eback();} in eback() function 47 assert(f.eback() == 0); in main() 51 assert(f.eback() != 0); in main() 61 assert(f.eback() == 0); in main() 65 assert(f.eback() != 0); in main() 71 assert(f.eback()[0] == '5'); in main() 72 assert(f.eback()[1] == '6'); in main() 84 assert(f.eback() == 0); in main() 88 assert(f.eback() != 0); in main() 98 assert(f.eback() == 0); in main() [all …]
|
| H A D | pbackfail.pass.cpp | 29 char_type* eback() const {return base::eback();} in eback() function
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
| H A D | underflow.pass.cpp | 40 char_type* eback() const {return base::eback();} in eback() function 53 assert(f.eback() == 0); in main() 57 assert(f.eback() != 0); in main() 58 assert(f.eback() == f.gptr()); in main() 65 assert(f.eback() == 0); in main() 69 assert(f.eback() != 0); in main() 70 assert(f.eback() == f.gptr()); in main() 75 assert(f.eback()[0] == L'1'); in main() 76 assert(f.eback()[1] == L'2'); in main() 77 assert(f.eback()[2] == L'3'); in main() [all …]
|
| H A D | pbackfail.pass.cpp | 40 char_type* eback() const {return base::eback();} in eback() function
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | strstream.cpp | 113 __pfree_(eback()); in ~strstreambuf() 115 delete [] eback(); in ~strstreambuf() 146 return eback(); in str() 179 ptrdiff_t ninp = gptr() - eback(); in overflow() 180 ptrdiff_t einp = egptr() - eback(); in overflow() 185 __pfree_(eback()); in overflow() 187 delete [] eback(); in overflow() 202 if (eback() == gptr()) in pbackfail() 230 setg(eback(), gptr(), pptr()); in underflow() 271 newoff = seekhigh - eback(); in seekoff() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/ |
| H A D | ctor.pass.cpp | 42 CharT* eback() const {return base::eback();} in eback() function 72 assert(sb.gptr() == sb.eback()); in main() 81 assert(sb.gptr() == sb.eback() + 3); in main() 91 assert(sb.gptr() == sb.eback() + 6); in main() 100 assert(sb.gptr() == sb.eback()); in main() 120 assert(sb.gptr() == sb.eback()); in main() 129 assert(sb.gptr() == sb.eback() + 3); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
| H A D | sync.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function 73 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | tellg.pass.cpp | 37 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | seekg.pass.cpp | 37 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | seekg_off.pass.cpp | 41 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | peek.pass.cpp | 38 CharT* eback() const {return base::eback();} in eback() function
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
| H A D | swap.pass.cpp | 36 assert(this->eback() == old_that.eback()); in swap() 44 assert(t.eback() == old_this.eback()); in swap()
|
| H A D | assign.pass.cpp | 34 assert(this->eback() == t.eback()); in operator =()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
| H A D | gbump.pass.cpp | 36 CharT* gbeg = base::eback(); in gbump() 40 assert(base::eback() == gbeg); in gbump()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | sstream | 273 if (__rhs.eback() != nullptr) 275 __binp = __rhs.eback() - __p; 314 if (__rhs.eback() != nullptr) 316 __binp = __rhs.eback() - __p; 362 if (__rhs.eback() != nullptr) 364 __rbinp = __rhs.eback() - __p; 382 if (this->eback() != nullptr) 384 __lbinp = this->eback() - __p; 510 if (this->eback() < this->gptr()) 592 __noff = this->gptr() - this->eback(); [all …]
|
| H A D | fstream | 358 else if (__rhs.eback()) 360 if (__rhs.eback() == __rhs.__intbuf_) 474 ptrdiff_t __n = this->gptr() - this->eback(); 475 ptrdiff_t __e = this->egptr() - this->eback(); 488 if (__rhs.eback() == (char_type*)__extbuf_min_) 490 ptrdiff_t __n = __rhs.gptr() - __rhs.eback(); 491 ptrdiff_t __e = __rhs.egptr() - __rhs.eback(); 745 this->setg(this->eback(), 781 this->setg(this->eback(), this->eback() + __unget_sz, __inext); 789 if (this->eback() == &__1buf) [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/ |
| H A D | rvalue.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/ |
| H A D | copy.pass.cpp | 34 assert(this->eback() == t.eback()); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
| H A D | signed_char.pass.cpp | 37 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | unsigned_char.pass.cpp | 37 CharT* eback() const {return base::eback();} in eback() function
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
| H A D | long_double.pass.cpp | 41 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | short.pass.cpp | 42 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | int.pass.cpp | 42 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | float.pass.cpp | 41 CharT* eback() const {return base::eback();} in eback() function
|
| H A D | long_long.pass.cpp | 41 CharT* eback() const {return base::eback();} in eback() function
|