Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc520 type->ctype = build_ctype (ad->type); in merge_aggregate_types()
552 t->ctype = error_mark_node; in visit()
559 t->ctype = ptr_type_node; in visit()
596 case Tvoid: t->ctype = void_type_node; break; in visit()
597 case Tbool: t->ctype = d_bool_type; break; in visit()
598 case Tint8: t->ctype = d_byte_type; break; in visit()
599 case Tuns8: t->ctype = d_ubyte_type; break; in visit()
600 case Tint16: t->ctype = d_short_type; break; in visit()
601 case Tuns16: t->ctype = d_ushort_type; break; in visit()
602 case Tint32: t->ctype = d_int_type; break; in visit()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc646 type->ctype = build_ctype (ad->type); in merge_aggregate_types()
678 t->ctype = error_mark_node; in visit()
685 t->ctype = ptr_type_node; in visit()
692 t->ctype = noreturn_type_node; in visit()
693 TYPE_NAME (t->ctype) = get_identifier (t->toChars ()); in visit()
729 case TY::Tvoid: t->ctype = void_type_node; break; in visit()
730 case TY::Tbool: t->ctype = d_bool_type; break; in visit()
731 case TY::Tint8: t->ctype = d_byte_type; break; in visit()
732 case TY::Tuns8: t->ctype = d_ubyte_type; break; in visit()
733 case TY::Tint16: t->ctype = d_short_type; break; in visit()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dctype.cc46 locale::id ctype<char>::id;
49 locale::id ctype<wchar_t>::id;
52 const size_t ctype<char>::table_size;
54 ctype<char>::~ctype() in ~ctype()
69 ctype<char>::
92 ctype<char>::
107 ctype<wchar_t>::ctype(size_t __refs) in ctype() function in std::ctype
112 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs) in ctype() function in std::ctype
117 ctype<wchar_t>::~ctype() in ~ctype()
121 : ctype<wchar_t>(__refs) in ctype_byname()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dctype.cc46 locale::id ctype<char>::id;
49 locale::id ctype<wchar_t>::id;
52 const size_t ctype<char>::table_size;
54 ctype<char>::~ctype() in ~ctype()
69 ctype<char>::
92 ctype<char>::
107 ctype<wchar_t>::ctype(size_t __refs) in ctype() function in std::ctype
112 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs) in ctype() function in std::ctype
117 ctype<wchar_t>::~ctype() in ~ctype()
121 : ctype<wchar_t>(__refs) in ctype_byname()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc43 : ctype<char>(0, false, __refs) in ctype_byname()
56 ctype<wchar_t>::__wmask_type
57 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
107 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
111 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
122 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
126 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
137 ctype<wchar_t>::
155 ctype<wchar_t>::
173 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/
H A Dctype_members.cc44 : ctype<char>(0, false, __refs) in ctype_byname()
57 ctype<wchar_t>::__wmask_type
58 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
105 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
109 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
120 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
124 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
135 ctype<wchar_t>::
165 ctype<wchar_t>::
187 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc41 : ctype<char>(0, false, __refs) in ctype_byname()
54 ctype<wchar_t>::__wmask_type
55 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
113 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
117 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
128 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
132 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
143 ctype<wchar_t>::
160 ctype<wchar_t>::
177 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc43 : ctype<char>(0, false, __refs) in ctype_byname()
56 ctype<wchar_t>::__wmask_type
57 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
107 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
111 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
122 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
126 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
137 ctype<wchar_t>::
155 ctype<wchar_t>::
173 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc41 : ctype<char>(0, false, __refs) in ctype_byname()
54 ctype<wchar_t>::__wmask_type
55 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
113 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
117 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
128 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
132 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
143 ctype<wchar_t>::
160 ctype<wchar_t>::
177 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc43 : ctype<char>(0, false, __refs) in ctype_byname()
56 ctype<wchar_t>::__wmask_type
57 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
65 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
69 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
80 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
84 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
95 ctype<wchar_t>::
100 ctype<wchar_t>::
113 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc43 : ctype<char>(0, false, __refs) in ctype_byname()
56 ctype<wchar_t>::__wmask_type
57 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
65 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
69 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
80 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
84 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
95 ctype<wchar_t>::
100 ctype<wchar_t>::
113 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dctype_members.cc49 : ctype<char>(0, false, __refs) in ctype_byname()
62 ctype<wchar_t>::__wmask_type
63 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
113 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
117 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
128 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
132 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
143 ctype<wchar_t>::
161 ctype<wchar_t>::
179 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dctype_members.cc49 : ctype<char>(0, false, __refs) in ctype_byname()
62 ctype<wchar_t>::__wmask_type
63 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
113 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
117 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
128 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
132 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
143 ctype<wchar_t>::
161 ctype<wchar_t>::
179 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dctype_members.cc42 : ctype<char>(0, false, __refs) in ctype_byname()
58 ctype<wchar_t>::__wmask_type
59 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
107 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
111 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
122 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
126 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
137 ctype<wchar_t>::
168 ctype<wchar_t>::
185 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dctype_members.cc42 : ctype<char>(0, false, __refs) in ctype_byname()
58 ctype<wchar_t>::__wmask_type
59 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const throw() in _M_convert_to_wmask()
107 ctype<wchar_t>::do_toupper(wchar_t __c) const in do_toupper()
111 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const in do_toupper()
122 ctype<wchar_t>::do_tolower(wchar_t __c) const in do_tolower()
126 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const in do_tolower()
137 ctype<wchar_t>::
168 ctype<wchar_t>::
185 ctype<wchar_t>::
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_configure_char.cc45 ctype<char>::classic_table() throw() in classic_table()
49 ctype<char>::classic_table() throw()
55 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
67 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
79 ctype<char>::do_toupper(char __c) const in do_toupper()
83 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
94 ctype<char>::do_tolower(char __c) const in do_tolower()
98 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_configure_char.cc43 ctype<char>::classic_table() throw() in classic_table()
47 ctype<char>::classic_table() throw()
74 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, in ctype() function in std::ctype
87 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
121 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
133 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
166 ctype<char>::do_toupper(char __c) const in do_toupper()
170 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
181 ctype<char>::do_tolower(char __c) const in do_tolower()
185 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_configure_char.cc43 ctype<char>::classic_table() throw() in classic_table()
47 ctype<char>::classic_table() throw()
74 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, in ctype() function in std::ctype
87 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
121 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
133 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
166 ctype<char>::do_toupper(char __c) const in do_toupper()
170 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
181 ctype<char>::do_tolower(char __c) const in do_tolower()
185 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
69 ctype<char>::do_toupper(char __c) const in do_toupper()
73 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
84 ctype<char>::do_tolower(char __c) const in do_tolower()
88 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/uclibc/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
69 ctype<char>::do_toupper(char __c) const in do_toupper()
73 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
84 ctype<char>::do_tolower(char __c) const in do_tolower()
88 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
69 ctype<char>::do_toupper(char __c) const in do_toupper()
73 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
84 ctype<char>::do_tolower(char __c) const in do_tolower()
88 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
69 ctype<char>::do_toupper(char __c) const in do_toupper()
73 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
84 ctype<char>::do_tolower(char __c) const in do_tolower()
88 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
69 ctype<char>::do_toupper(char __c) const in do_toupper()
73 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
84 ctype<char>::do_tolower(char __c) const in do_tolower()
88 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
69 ctype<char>::do_toupper(char __c) const in do_toupper()
73 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
84 ctype<char>::do_tolower(char __c) const in do_tolower()
88 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_configure_char.cc42 ctype<char>::classic_table() throw() in classic_table()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() function in std::ctype
56 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() function in std::ctype
67 ctype<char>::do_toupper(char __c) const in do_toupper()
71 ctype<char>::do_toupper(char* __low, const char* __high) const in do_toupper()
82 ctype<char>::do_tolower(char __c) const in do_tolower()
86 ctype<char>::do_tolower(char* __low, const char* __high) const in do_tolower()

12345678910>>...40