Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/ext/
Dcodecvt_specializations.h330 char* __cto = reinterpret_cast<char*>(__to); in do_out() local
349 &__fbytes, &__cto, &__tbytes); in do_out()
356 &__cto, &__tbytes); in do_out()
362 __to_next = reinterpret_cast<extern_type*>(__cto); in do_out()
370 __to_next = reinterpret_cast<extern_type*>(__cto); in do_out()
395 char* __cto = reinterpret_cast<char*>(__to); in do_unshift() local
397 &__cto, &__tlen); in do_unshift()
401 __to_next = reinterpret_cast<extern_type*>(__cto); in do_unshift()
434 char* __cto = reinterpret_cast<char*>(__to); in do_in() local
453 &__flen, &__cto, &__tlen); in do_in()
[all …]