Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlocale_facets.tcc1064 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_float() local
1066 __ctype.widen(__cs, __cs + __len, __ws); in _M_insert_float()
1073 __wp = __ws + (__p - __cs); in _M_insert_float()
1093 __ws2[0] = __ws[0]; in _M_insert_float()
1099 __ws + __off, __len); in _M_insert_float()
1102 __ws = __ws2; in _M_insert_float()
1111 _M_pad(__fill, __w, __io, __ws3, __ws, __len); in _M_insert_float()
1112 __ws = __ws3; in _M_insert_float()
1118 return std::__write(__s, __ws, __len); in _M_insert_float()
Dostream.tcc326 _CharT *__ws = __pg.__get(); in operator <<()
328 __ws[__i] = __out.widen(__s[__i]); in operator <<()
329 __ostream_insert(__out, __ws, __clen); in operator <<()
Dstreambuf_iterator.h323 _M_put(const _CharT* __ws, streamsize __len) in _GLIBCXX_VISIBILITY()
326 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len, in _GLIBCXX_VISIBILITY()
Dlocale_facets.h122 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len) in _GLIBCXX_VISIBILITY()
124 __s._M_put(__ws, __len); in _GLIBCXX_VISIBILITY()
132 __write(_OutIter __s, const _CharT* __ws, int __len) in _GLIBCXX_VISIBILITY()
135 *__s = __ws[__j]; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20046180 __digits to do_put(..., const string_type&): __ws isn't