| /trueos/contrib/libstdc++/src/ |
| D | strstream.cc | 68 setg(buf, buf, buf); in _GLIBCXX_BEGIN_NAMESPACE() 82 setg(buf, buf, buf); in strstreambuf() 170 setg(buf, buf + old_get_offset, buf + in overflow() 216 setg(eback(), gptr(), pptr()); in underflow() 288 setg(seeklow, seeklow + off, egptr()); in seekoff() 290 setg(seeklow, seeklow + off, pptr()); in seekoff() 292 setg(seeklow, seeklow + off, epptr()); in seekoff() 331 setg(get, get, put); in _M_setup() 335 setg(get, get, get + N); in _M_setup()
|
| /trueos/contrib/libc++/src/ |
| D | strstream.cpp | 41 setg(__gnext, __gnext, __gnext + __n); in __init() 44 setg(__gnext, __gnext, __pbeg); in __init() 182 setg(buf, buf + ninp, buf + einp); in overflow() 223 setg(eback(), gptr(), pptr()); in underflow() 272 setg(eback(), newpos, _VSTD::max(newpos, egptr())); in seekoff() 302 setg(eback(), newpos, _VSTD::max(newpos, egptr())); in seekpos()
|
| /trueos/contrib/libstdc++/include/std/ |
| D | std_fstream.h | 202 this->setg(&_M_pback, &_M_pback, &_M_pback + 1); in _GLIBCXX_BEGIN_NAMESPACE() 221 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); in _GLIBCXX_BEGIN_NAMESPACE() 403 this->setg(_M_buf, _M_buf, _M_buf + __off); in _GLIBCXX_BEGIN_NAMESPACE() 405 this->setg(_M_buf, _M_buf, _M_buf); in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | std_sstream.h | 245 this->setg(this->eback(), this->gptr(), this->pptr()); in _GLIBCXX_BEGIN_NAMESPACE() 247 this->setg(this->pptr(), this->pptr(), this->pptr()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | std_streambuf.h | 505 setg(char_type* __gbeg, char_type* __gnext, char_type* __gend) in setg() function
|
| /trueos/contrib/libc++/include/ |
| D | sstream | 286 this->setg(__p + __binp, __p + __ninp, __p + __einp); 294 __rhs.setg(__p, __p, __p); 327 this->setg(__p + __binp, __p + __ninp, __p + __einp); 329 this->setg(nullptr, nullptr, nullptr); 341 __rhs.setg(__p, __p, __p); 398 this->setg(__p + __rbinp, __p + __rninp, __p + __reinp); 400 this->setg(nullptr, nullptr, nullptr); 411 __rhs.setg(__p + __lbinp, __p + __lninp, __p + __leinp); 413 __rhs.setg(nullptr, nullptr, nullptr); 460 this->setg(const_cast<char_type*>(__str_.data()), [all …]
|
| D | fstream | 316 this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()), 319 this->setg((char_type*)__extbuf_, 336 __rhs.setg(0, 0, 0); 420 this->setg((char_type*)__extbuf_min_, 436 __rhs.setg((char_type*)__rhs.__extbuf_min_, 582 this->setg(&__1buf, &__1buf+1, &__1buf+1); 594 this->setg(this->eback(), 623 … this->setg((char_type*)__extbuf_, (char_type*)__extbuf_, (char_type*)__extbufend_); 628 this->setg(this->eback(), this->eback() + __unget_sz, __inext); 637 this->setg(0, 0, 0); [all …]
|
| D | streambuf | 72 void setg(char_type* gbeg, char_type* gnext, char_type* gend); 173 void setg(char_type* __gbeg, char_type* __gnext, char_type* __gend); 424 basic_streambuf<_CharT, _Traits>::setg(char_type* __gbeg, char_type* __gnext,
|
| D | strstream | 204 __rhs.setg(nullptr, nullptr, nullptr); 224 __rhs.setg(nullptr, nullptr, nullptr);
|
| D | locale | 4118 this->setg(&__1buf, &__1buf+1, &__1buf+1); 4130 this->setg(this->eback(), 4155 … this->setg((char_type*)__extbuf_, (char_type*)__extbuf_, (char_type*)__extbufend_); 4160 this->setg(this->eback(), this->eback() + __unget_sz, __inext); 4169 this->setg(0, 0, 0); 4260 this->setg(0, 0, 0); 4411 this->setg(0, 0, 0); 4425 this->setg((char_type*)__extbuf_, 4429 this->setg(__intbuf_, __intbuf_ + __ibs_, __intbuf_ + __ibs_); 4442 this->setg(0, 0, 0);
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | sstream.tcc | 247 this->setg(__base, __base + __i, __endg); in _M_sync() 256 this->setg(__endg, __endg, __endg); in _M_sync()
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrCMovSetCC.td | 110 defm SETG : SETCC<0x9F, "setg", X86_COND_G>; // signed greater than
|
| HD | X86InstrInfo.td | 2204 def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g", V>; // setnle -> setg
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-1998 | 95 snextc, sbumpc, sputbackc, sungetc, sputc, setg, xsputn,
|
| D | ChangeLog-2003 | 4173 (_M_destroy_internal_buffer): Don't call setg and setp. 4207 setg(), etc.) to work right with user specializations. 4260 basic_streambuf (gptr(), setg(), etc.) to work right with 5307 * include/std/std_streambuf.h (setg, setp): Don't touch _M_mode.
|
| D | ChangeLog-1999 | 552 (setg): Set _M_mode.
|
| /trueos/contrib/gcclibs/libiberty/testsuite/ |
| HD | demangle-expected | 2115 streambuf::setg(char *, char *, char *) 2116 streambuf::setg
|
| /trueos/contrib/binutils/opcodes/ |
| HD | i386-opc.tbl | 409 setg, 1, 0xf9f, 0x0, Cpu386, Modrm|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|…
|