Home
last modified time | relevance | path

Searched refs:__1buf (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h143 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 …]
/src/contrib/llvm-project/libcxx/include/
H A Dfstream749 char_type __1buf;
751 this->setg(&__1buf, &__1buf + 1, &__1buf + 1);
795 if (this->eback() == &__1buf)
821 char_type __1buf;
826 this->setp(&__1buf, &__1buf + 1);
H A Dlocale3458 char_type __1buf;
3460 this->setg(&__1buf, &__1buf + 1, &__1buf + 1);
3502 if (this->eback() == &__1buf)
3533 char_type __1buf;
3538 this->setp(&__1buf, &__1buf + 1);