Lines Matching defs:short_ptr
42 static short *short_ptr;
75 bool_ptr = (typeof(bool_ptr))short_ptr;
122 char_ptr = (typeof(char_ptr))short_ptr;
152 schar_ptr = (typeof(schar_ptr))short_ptr;
199 uchar_ptr = (typeof(uchar_ptr))short_ptr;
224 short_ptr = (typeof(short_ptr))bool_ptr;
225 short_ptr = (typeof(short_ptr))char_ptr;
227 short_ptr = (typeof(short_ptr))schar_ptr;
228 short_ptr = (typeof(short_ptr))uchar_ptr;
229 short_ptr = (typeof(short_ptr))short_ptr;
230 short_ptr = (typeof(short_ptr))ushort_ptr;
232 short_ptr = (typeof(short_ptr))int_ptr;
234 short_ptr = (typeof(short_ptr))uint_ptr;
236 short_ptr = (typeof(short_ptr))long_ptr;
238 short_ptr = (typeof(short_ptr))ulong_ptr;
240 short_ptr = (typeof(short_ptr))llong_ptr;
242 short_ptr = (typeof(short_ptr))ullong_ptr;
244 short_ptr = (typeof(short_ptr))float_ptr;
246 short_ptr = (typeof(short_ptr))double_ptr;
248 short_ptr = (typeof(short_ptr))ldouble_ptr;
250 short_ptr = (typeof(short_ptr))fcomplex_ptr;
252 short_ptr = (typeof(short_ptr))dcomplex_ptr;
254 short_ptr = (typeof(short_ptr))lcomplex_ptr;
255 short_ptr = (typeof(short_ptr))void_ptr;
257 short_ptr = (typeof(short_ptr))char_struct_ptr;
259 short_ptr = (typeof(short_ptr))double_struct_ptr;
261 short_ptr = (typeof(short_ptr))char_union_ptr;
263 short_ptr = (typeof(short_ptr))double_union_ptr;
265 short_ptr = (typeof(short_ptr))enum_ptr;
267 short_ptr = (typeof(short_ptr))double_array_ptr;
269 short_ptr = (typeof(short_ptr))func_ptr;
277 ushort_ptr = (typeof(ushort_ptr))short_ptr;
326 int_ptr = (typeof(int_ptr))short_ptr;
373 uint_ptr = (typeof(uint_ptr))short_ptr;
420 long_ptr = (typeof(long_ptr))short_ptr;
468 ulong_ptr = (typeof(ulong_ptr))short_ptr;
516 llong_ptr = (typeof(llong_ptr))short_ptr;
564 ullong_ptr = (typeof(ullong_ptr))short_ptr;
612 float_ptr = (typeof(float_ptr))short_ptr;
661 double_ptr = (typeof(double_ptr))short_ptr;
708 ldouble_ptr = (typeof(ldouble_ptr))short_ptr;
757 fcomplex_ptr = (typeof(fcomplex_ptr))short_ptr;
806 dcomplex_ptr = (typeof(dcomplex_ptr))short_ptr;
855 lcomplex_ptr = (typeof(lcomplex_ptr))short_ptr;
901 void_ptr = (typeof(void_ptr))short_ptr;
931 char_struct_ptr = (typeof(char_struct_ptr))short_ptr;
980 double_struct_ptr = (typeof(double_struct_ptr))short_ptr;
1029 char_union_ptr = (typeof(char_union_ptr))short_ptr;
1078 double_union_ptr = (typeof(double_union_ptr))short_ptr;
1125 enum_ptr = (typeof(enum_ptr))short_ptr;
1172 double_array_ptr = (typeof(double_array_ptr))short_ptr;
1221 func_ptr = (typeof(func_ptr))short_ptr;