Home
last modified time | relevance | path

Searched refs:__cfixed (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dcodecvt_specializations.h343 intern_type* __cfixed = static_cast<intern_type*> in do_out() local
345 __cfixed[0] = static_cast<intern_type>(__int_bom); in do_out()
346 char_traits<intern_type>::copy(__cfixed + 1, __from, __size); in do_out()
347 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out()
353 intern_type* __cfixed = const_cast<intern_type*>(__from); in do_out() local
354 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out()
447 extern_type* __cfixed = static_cast<extern_type*> in do_in() local
449 __cfixed[0] = static_cast<extern_type>(__ext_bom); in do_in()
450 char_traits<extern_type>::copy(__cfixed + 1, __from, __size); in do_in()
451 __cfrom = reinterpret_cast<char*>(__cfixed); in do_in()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dcodecvt_specializations.h288 …intern_type* __cfixed = static_cast<intern_type*>(__builtin_alloca(sizeof(intern_type) * (__size +… in do_out() local
289 __cfixed[0] = static_cast<intern_type>(__int_bom); in do_out()
290 char_traits<intern_type>::copy(__cfixed + 1, __from, __size); in do_out()
291 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out()
297 intern_type* __cfixed = const_cast<intern_type*>(__from); in do_out() local
298 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out()
393 …extern_type* __cfixed = static_cast<extern_type*>(__builtin_alloca(sizeof(extern_type) * (__size … in do_in() local
394 __cfixed[0] = static_cast<extern_type>(__ext_bom); in do_in()
395 char_traits<extern_type>::copy(__cfixed + 1, __from, __size); in do_in()
396 __cfrom = reinterpret_cast<char*>(__cfixed); in do_in()
[all …]