Searched refs:__extbufend_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 45 const char* __extbufend_; variable 104 __extbufend_(nullptr), in wbuffer_convert() 149 if (__extbufend_ != __extbufnext_) { in underflow() 152 std::memmove(__extbuf_, __extbufnext_, __extbufend_ - __extbufnext_); in underflow() 154 __extbufnext_ = __extbuf_ + (__extbufend_ - __extbufnext_); in underflow() 155 … __extbufend_ = __extbuf_ + (__extbuf_ == __extbuf_min_ ? sizeof(__extbuf_min_) : __ebs_); in underflow() 157 static_cast<streamsize>(__extbufend_ - __extbufnext_)); in underflow() 163 __extbufend_ = __extbufnext_ + __nr; in underflow() 166 …__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->egptr(), __inext); in underflow() 168 …s->setg((char_type*)__extbuf_, (char_type*)__extbuf_, (char_type*)const_cast<char*>(__extbufend_)); in underflow() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 270 const char* __extbufend_; 372 __extbufend_(nullptr), 397 __extbufend_ = __extbuf_ + (__rhs.__extbufend_ - __rhs.__extbuf_); 401 __extbufend_ = __rhs.__extbufend_; 431 __rhs.__extbufend_ = nullptr; 476 std::swap(__extbufend_, __rhs.__extbufend_); 479 ptrdiff_t __le = __extbufend_ ? __extbufend_ - __extbuf_ : 0; 481 ptrdiff_t __re = __rhs.__extbufend_ ? __rhs.__extbufend_ - __rhs.__extbuf_ : 0; 500 __extbufend_ = __extbuf_ + __re; 502 __rhs.__extbufend_ = __rhs.__extbuf_ + __le; [all …]
|
| H A D | locale | 3344 const char* __extbufend_; 3397 __extbufend_(nullptr), 3442 if (__extbufend_ != __extbufnext_) { 3445 std::memmove(__extbuf_, __extbufnext_, __extbufend_ - __extbufnext_); 3447 __extbufnext_ = __extbuf_ + (__extbufend_ - __extbufnext_); 3448 … __extbufend_ = __extbuf_ + (__extbuf_ == __extbuf_min_ ? sizeof(__extbuf_min_) : __ebs_); 3450 static_cast<streamsize>(__extbufend_ - __extbufnext_)); 3456 __extbufend_ = __extbufnext_ + __nr; 3459 …__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->egptr(), __inext); 3461 …s->setg((char_type*)__extbuf_, (char_type*)__extbuf_, (char_type*)const_cast<char*>(__extbufend_)); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 305 const char* __extbufend_; 418 __extbufend_(nullptr), 443 __extbufend_ = __extbuf_ + (__rhs.__extbufend_ - __rhs.__extbuf_); 447 __extbufend_ = __rhs.__extbufend_; 477 __rhs.__extbufend_ = nullptr; 522 std::swap(__extbufend_, __rhs.__extbufend_); 525 ptrdiff_t __le = __extbufend_ ? __extbufend_ - __extbuf_ : 0; 527 ptrdiff_t __re = __rhs.__extbufend_ ? __rhs.__extbufend_ - __rhs.__extbuf_ : 0; 546 __extbufend_ = __extbuf_ + __re; 548 __rhs.__extbufend_ = __rhs.__extbuf_ + __le; [all …]
|