Home | History | Annotate | Download | only in bits

Lines Matching refs:__dest

1888 	_CharT* __dest = static_cast<_CharT*>(__builtin_alloca(__len + 1));
1889 __cvt.widen(__msg, __msg + __len, __dest);
1890 return basic_string<_CharT>(__dest);