Lines Matching defs:short_ptr
39 static short *short_ptr;
72 bool_ptr = (typeof(bool_ptr))short_ptr;
119 char_ptr = (typeof(char_ptr))short_ptr;
149 schar_ptr = (typeof(schar_ptr))short_ptr;
196 uchar_ptr = (typeof(uchar_ptr))short_ptr;
221 short_ptr = (typeof(short_ptr))bool_ptr;
222 short_ptr = (typeof(short_ptr))char_ptr;
224 short_ptr = (typeof(short_ptr))schar_ptr;
225 short_ptr = (typeof(short_ptr))uchar_ptr;
226 short_ptr = (typeof(short_ptr))short_ptr;
227 short_ptr = (typeof(short_ptr))ushort_ptr;
229 short_ptr = (typeof(short_ptr))int_ptr;
231 short_ptr = (typeof(short_ptr))uint_ptr;
233 short_ptr = (typeof(short_ptr))long_ptr;
235 short_ptr = (typeof(short_ptr))ulong_ptr;
237 short_ptr = (typeof(short_ptr))llong_ptr;
239 short_ptr = (typeof(short_ptr))ullong_ptr;
241 short_ptr = (typeof(short_ptr))float_ptr;
243 short_ptr = (typeof(short_ptr))double_ptr;
245 short_ptr = (typeof(short_ptr))ldouble_ptr;
247 short_ptr = (typeof(short_ptr))fcomplex_ptr;
249 short_ptr = (typeof(short_ptr))dcomplex_ptr;
251 short_ptr = (typeof(short_ptr))lcomplex_ptr;
252 short_ptr = (typeof(short_ptr))void_ptr;
254 short_ptr = (typeof(short_ptr))char_struct_ptr;
256 short_ptr = (typeof(short_ptr))double_struct_ptr;
258 short_ptr = (typeof(short_ptr))char_union_ptr;
260 short_ptr = (typeof(short_ptr))double_union_ptr;
262 short_ptr = (typeof(short_ptr))enum_ptr;
264 short_ptr = (typeof(short_ptr))double_array_ptr;
266 short_ptr = (typeof(short_ptr))func_ptr;
274 ushort_ptr = (typeof(ushort_ptr))short_ptr;
323 int_ptr = (typeof(int_ptr))short_ptr;
368 uint_ptr = (typeof(uint_ptr))short_ptr;
413 long_ptr = (typeof(long_ptr))short_ptr;
458 ulong_ptr = (typeof(ulong_ptr))short_ptr;
503 llong_ptr = (typeof(llong_ptr))short_ptr;
551 ullong_ptr = (typeof(ullong_ptr))short_ptr;
599 float_ptr = (typeof(float_ptr))short_ptr;
648 double_ptr = (typeof(double_ptr))short_ptr;
694 ldouble_ptr = (typeof(ldouble_ptr))short_ptr;
741 fcomplex_ptr = (typeof(fcomplex_ptr))short_ptr;
790 dcomplex_ptr = (typeof(dcomplex_ptr))short_ptr;
838 lcomplex_ptr = (typeof(lcomplex_ptr))short_ptr;
883 void_ptr = (typeof(void_ptr))short_ptr;
913 char_struct_ptr = (typeof(char_struct_ptr))short_ptr;
962 double_struct_ptr = (typeof(double_struct_ptr))short_ptr;
1011 char_union_ptr = (typeof(char_union_ptr))short_ptr;
1060 double_union_ptr = (typeof(double_union_ptr))short_ptr;
1107 enum_ptr = (typeof(enum_ptr))short_ptr;
1152 double_array_ptr = (typeof(double_array_ptr))short_ptr;
1200 func_ptr = (typeof(func_ptr))short_ptr;