Searched refs:__1buf (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | std_stream.h | 143 char_type __1buf; in __getchar() local 144 if (!__do_getc(__file_, &__1buf)) in __getchar() 147 if (!__do_ungetc(traits_type::to_int_type(__1buf), __file_, __1buf)) in __getchar() 150 __last_consumed_ = traits_type::to_int_type(__1buf); in __getchar() 151 return traits_type::to_int_type(__1buf); in __getchar() 162 char_type __1buf; in __getchar() local 168 …__r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, &__1buf + 1,… in __getchar() 187 __1buf = static_cast<char_type>(__extbuf[0]); in __getchar() 197 __last_consumed_ = traits_type::to_int_type(__1buf); in __getchar() 198 return traits_type::to_int_type(__1buf); in __getchar() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 134 char_type __1buf; in underflow() local 136 this->setg(std::addressof(__1buf), std::addressof(__1buf) + 1, std::addressof(__1buf) + 1); in underflow() 178 if (this->eback() == std::addressof(__1buf)) in underflow() 209 char_type __1buf; in overflow() local 214 this->setp(std::addressof(__1buf), std::addressof(__1buf) + 1); in overflow()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | istream | 1264 …const _CharT* __first, _CharT& __1buf, std::basic_streambuf<_CharT, _Traits>& __buffer, ptrdiff_t … 1265 if (__first == std::addressof(__1buf)) { 1292 _CharT __1buf; 1295 __1buf = __next; 1296 __first = std::addressof(__1buf); 1297 __last = std::addressof(__1buf) + 1; 1306 __bump_stream(__first, __1buf, __buffer, __last - __first); 1309 __bump_stream(__first, __1buf, __buffer, 1); // Remove the matched character 1314 __bump_stream(__first, __1buf, __buffer, __cap);
|
| H A D | fstream | 763 char_type __1buf; 765 this->setg(std::addressof(__1buf), std::addressof(__1buf) + 1, std::addressof(__1buf) + 1); 809 if (this->eback() == std::addressof(__1buf)) 835 char_type __1buf; 840 this->setp(std::addressof(__1buf), std::addressof(__1buf) + 1);
|
| H A D | streambuf | 384 …const _CharT2* __first, _CharT2& __1buf, std::basic_streambuf<_CharT2, _Traits2>& __buffer, ptrdif…
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 693 char_type __1buf; 695 this->setg(&__1buf, &__1buf + 1, &__1buf + 1); 739 if (this->eback() == &__1buf) 765 char_type __1buf; 770 this->setp(&__1buf, &__1buf + 1);
|
| H A D | locale | 3427 char_type __1buf; 3429 this->setg(&__1buf, &__1buf + 1, &__1buf + 1); 3471 if (this->eback() == &__1buf) 3502 char_type __1buf; 3507 this->setp(&__1buf, &__1buf + 1);
|