Searched refs:__intbuf_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 48 char_type* __intbuf_; variable 106 __intbuf_(0), in wbuffer_convert() 125 delete[] __intbuf_; in ~wbuffer_convert() 261 delete[] __intbuf_; in setbuf() 279 __intbuf_ = __s; in setbuf() 282 __intbuf_ = new char_type[__ibs_]; in setbuf() 287 __intbuf_ = 0; in setbuf() 387 this->setg(__intbuf_, __intbuf_ + __ibs_, __intbuf_ + __ibs_); in __read_mode() 402 this->setp(__intbuf_, __intbuf_ + (__ibs_ - 1)); in __write_mode()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 273 char_type* __intbuf_; 374 __intbuf_(nullptr), 404 __intbuf_ = __rhs.__intbuf_; 416 if (__rhs.pbase() == __rhs.__intbuf_) 417 this->setp(__intbuf_, __intbuf_ + (__rhs.epptr() - __rhs.pbase())); 422 if (__rhs.eback() == __rhs.__intbuf_) 423 …this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()), __intbuf_ + (__rhs.egptr() - __r… 433 __rhs.__intbuf_ = 0; 466 delete[] __intbuf_; 505 std::swap(__intbuf_, __rhs.__intbuf_); [all …]
|
| H A D | locale | 3347 char_type* __intbuf_; 3399 __intbuf_(0), 3418 delete[] __intbuf_; 3554 delete[] __intbuf_; 3572 __intbuf_ = __s; 3575 __intbuf_ = new char_type[__ibs_]; 3580 __intbuf_ = 0; 3680 this->setg(__intbuf_, __intbuf_ + __ibs_, __intbuf_ + __ibs_); 3695 this->setp(__intbuf_, __intbuf_ + (__ibs_ - 1));
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 308 char_type* __intbuf_; 420 __intbuf_(nullptr), 450 __intbuf_ = __rhs.__intbuf_; 462 if (__rhs.pbase() == __rhs.__intbuf_) 463 this->setp(__intbuf_, __intbuf_ + (__rhs.epptr() - __rhs.pbase())); 468 if (__rhs.eback() == __rhs.__intbuf_) 469 …this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()), __intbuf_ + (__rhs.egptr() - __r… 479 __rhs.__intbuf_ = 0; 512 delete[] __intbuf_; 551 std::swap(__intbuf_, __rhs.__intbuf_); [all …]
|