Searched defs:__ws (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | streambuf_iterator.h | 203 _M_put(const _CharT* __ws, streamsize __len) in _M_put()
|
H A D | locale_facets.tcc | 943 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_convert_float() local 1336 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in do_put() local 2311 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_widen_float() local 2364 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_widen_int() local 2414 _M_insert(_OutIter __s, ios_base& __io, _CharT __fill, const _CharT* __ws, in _M_insert()
|
H A D | ostream.tcc | 583 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) * (__clen + 1))); in operator <<() local
|
H A D | locale_facets.h | 147 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len) in __write() 157 __write(_OutIter __s, const _CharT* __ws, int __len) in __write()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | ostream.tcc | 295 _CharT* __ws = 0; in operator <<() local
|
H A D | streambuf_iterator.h | 270 _M_put(const _CharT* __ws, streamsize __len) in _M_put()
|
H A D | locale_facets.h | 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len) in __write() 124 __write(_OutIter __s, const _CharT* __ws, int __len) in __write()
|
H A D | locale_facets.tcc | 1154 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_float() local
|