Searched refs:__clen (Results 1 – 2 of 2) sorted by relevance
294 const size_t __clen = char_traits<char>::length(__s); in operator <<() local298 __ws = new _CharT[__clen]; in operator <<()299 for (size_t __i = 0; __i < __clen; ++__i) in operator <<()311 __ostream_insert(__out, __ws, __clen); in operator <<()
582 size_t __clen = __traits_type::length(__s); in operator <<() local583 _CharT* __ws = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) * (__clen + 1))); in operator <<()584 for (size_t __i = 0; __i < __clen; ++__i) in operator <<()590 streamsize __len = static_cast<streamsize>(__clen); in operator <<()