Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
Dctype_base.h42 typedef const unsigned char* __to_type; in _GLIBCXX_VISIBILITY() typedef
64 typedef const short* __to_type; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
Dctype_base.h39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
Dctype_base.h45 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
Dctype_base.h42 typedef const unsigned char* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
Dctype_base.h39 typedef unsigned char * __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
Dctype_base.h39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
Dctype_base.h44 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
Dctype_base.h41 typedef int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
Dctype_base.h39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
Dctype_base.h39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/
Dctype_base.h46 typedef const __ctype_touplow_t* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
Dctype_base.h39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
Dctype_base.h44 typedef const unsigned char* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
Dctype_base.h41 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
Dctype_base.h41 typedef const int* __to_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dvariant1403 using __to_type = typename _Nth_type<_Np, _Types...>::type;
1406 using __accepted_type = __to_type<__accepted_index<_Tp>>;
1467 typename _Tp = __to_type<_Np>,
1476 typename _Tp = __to_type<_Np>,
1537 enable_if_t<is_constructible_v<__to_type<_Np>, _Args...>,
1538 __to_type<_Np>&>
1576 enable_if_t<is_constructible_v<__to_type<_Np>,
1578 __to_type<_Np>&>
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlocale_facets.h700 __to_type _M_toupper; in _GLIBCXX_VISIBILITY()
701 __to_type _M_tolower; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-1999107 * bits/locale_facets.h (ctype): Modify, use __to_type to abstract
114 __to_type. Comment, as it looks like this is for solaris2.6 and
DChangeLog-20014726 * config/os/djgpp/ctype_base.h (ctype_base): fix __to_type
DChangeLog-20194975 (variant::__to_type): Add default argument to check pack size, instead
DChangeLog-20211313 (variant::__to_type): Use _Nth_type.