Lines Matching defs:uchar_ptr
41 static unsigned char *uchar_ptr;
73 bool_ptr = (typeof(bool_ptr))uchar_ptr;
121 char_ptr = (typeof(char_ptr))uchar_ptr;
150 schar_ptr = (typeof(schar_ptr))uchar_ptr;
195 uchar_ptr = (typeof(uchar_ptr))bool_ptr;
196 uchar_ptr = (typeof(uchar_ptr))char_ptr;
197 uchar_ptr = (typeof(uchar_ptr))schar_ptr;
198 uchar_ptr = (typeof(uchar_ptr))uchar_ptr;
199 uchar_ptr = (typeof(uchar_ptr))short_ptr;
200 uchar_ptr = (typeof(uchar_ptr))ushort_ptr;
201 uchar_ptr = (typeof(uchar_ptr))int_ptr;
202 uchar_ptr = (typeof(uchar_ptr))uint_ptr;
203 uchar_ptr = (typeof(uchar_ptr))long_ptr;
204 uchar_ptr = (typeof(uchar_ptr))ulong_ptr;
205 uchar_ptr = (typeof(uchar_ptr))llong_ptr;
206 uchar_ptr = (typeof(uchar_ptr))ullong_ptr;
207 uchar_ptr = (typeof(uchar_ptr))float_ptr;
208 uchar_ptr = (typeof(uchar_ptr))double_ptr;
209 uchar_ptr = (typeof(uchar_ptr))ldouble_ptr;
210 uchar_ptr = (typeof(uchar_ptr))fcomplex_ptr;
211 uchar_ptr = (typeof(uchar_ptr))dcomplex_ptr;
212 uchar_ptr = (typeof(uchar_ptr))lcomplex_ptr;
213 uchar_ptr = (typeof(uchar_ptr))void_ptr;
214 uchar_ptr = (typeof(uchar_ptr))char_struct_ptr;
215 uchar_ptr = (typeof(uchar_ptr))double_struct_ptr;
216 uchar_ptr = (typeof(uchar_ptr))char_union_ptr;
217 uchar_ptr = (typeof(uchar_ptr))double_union_ptr;
218 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
219 uchar_ptr = (typeof(uchar_ptr))double_array_ptr;
221 uchar_ptr = (typeof(uchar_ptr))func_ptr;
228 short_ptr = (typeof(short_ptr))uchar_ptr;
276 ushort_ptr = (typeof(ushort_ptr))uchar_ptr;
324 int_ptr = (typeof(int_ptr))uchar_ptr;
371 uint_ptr = (typeof(uint_ptr))uchar_ptr;
418 long_ptr = (typeof(long_ptr))uchar_ptr;
466 ulong_ptr = (typeof(ulong_ptr))uchar_ptr;
514 llong_ptr = (typeof(llong_ptr))uchar_ptr;
562 ullong_ptr = (typeof(ullong_ptr))uchar_ptr;
610 float_ptr = (typeof(float_ptr))uchar_ptr;
659 double_ptr = (typeof(double_ptr))uchar_ptr;
706 ldouble_ptr = (typeof(ldouble_ptr))uchar_ptr;
755 fcomplex_ptr = (typeof(fcomplex_ptr))uchar_ptr;
804 dcomplex_ptr = (typeof(dcomplex_ptr))uchar_ptr;
853 lcomplex_ptr = (typeof(lcomplex_ptr))uchar_ptr;
900 void_ptr = (typeof(void_ptr))uchar_ptr;
929 char_struct_ptr = (typeof(char_struct_ptr))uchar_ptr;
978 double_struct_ptr = (typeof(double_struct_ptr))uchar_ptr;
1027 char_union_ptr = (typeof(char_union_ptr))uchar_ptr;
1076 double_union_ptr = (typeof(double_union_ptr))uchar_ptr;
1123 enum_ptr = (typeof(enum_ptr))uchar_ptr;
1170 double_array_ptr = (typeof(double_array_ptr))uchar_ptr;
1219 func_ptr = (typeof(func_ptr))uchar_ptr;