Home
last modified time | relevance | path

Searched refs:__ws (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
Dostream.tcc295 _CharT* __ws = 0; in operator <<() local
298 __ws = new _CharT[__clen]; in operator <<()
300 __ws[__i] = __out.widen(__s[__i]); in operator <<()
304 delete [] __ws; in operator <<()
311 __ostream_insert(__out, __ws, __clen); in operator <<()
312 delete [] __ws; in operator <<()
316 delete [] __ws; in operator <<()
Dstreambuf_iterator.h270 _M_put(const _CharT* __ws, streamsize __len) in _M_put() argument
273 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len, in _M_put()
Dlocale_facets.tcc1164 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_float() local
1166 __ctype.widen(__cs, __cs + __len, __ws); in _M_insert_float()
1173 __wp = __ws + (__p - __cs); in _M_insert_float()
1193 __ws2[0] = __ws[0]; in _M_insert_float()
1199 __ws + __off, __len); in _M_insert_float()
1202 __ws = __ws2; in _M_insert_float()
1211 _M_pad(__fill, __w, __io, __ws3, __ws, __len); in _M_insert_float()
1212 __ws = __ws3; in _M_insert_float()
1218 return std::__write(__s, __ws, __len); in _M_insert_float()
Dlocale_facets.h114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len) in __write() argument
116 __s._M_put(__ws, __len); in __write()
124 __write(_OutIter __s, const _CharT* __ws, int __len) in __write() argument
127 *__s = __ws[__j]; in __write()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDlocale3752 wide_string __ws(2*(__frm_end - __frm), _Elem());
3754 __ws.resize(__ws.capacity());
3759 _Elem* __to = &__ws[0];
3760 _Elem* __to_end = __to + __ws.size();
3774 __ws.resize(__to - &__ws[0]);
3776 __ws.append((const _Elem*)__frm, (const _Elem*)__frm_end);
3782 __ws.resize(__to_nxt - &__ws[0]);
3787 ptrdiff_t __s = __to_nxt - &__ws[0];
3788 __ws.resize(2 * __s);
3789 __to = &__ws[0] + __s;
[all …]
HDutility1148 _Size __ws = __b + __rotate(__a, 31) + __c;
1149 _Size __r = __shift_mix((__vf + __ws) * __k2 + (__wf + __vs) * __k0);
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-20046178 __digits to do_put(..., const string_type&): __ws isn't