Lines Matching defs:int_ptr
44 static int *int_ptr;
79 bool_ptr = (typeof(bool_ptr))int_ptr;
124 char_ptr = (typeof(char_ptr))int_ptr;
156 schar_ptr = (typeof(schar_ptr))int_ptr;
201 uchar_ptr = (typeof(uchar_ptr))int_ptr;
232 short_ptr = (typeof(short_ptr))int_ptr;
280 ushort_ptr = (typeof(ushort_ptr))int_ptr;
320 int_ptr = (typeof(int_ptr))bool_ptr;
321 int_ptr = (typeof(int_ptr))char_ptr;
323 int_ptr = (typeof(int_ptr))schar_ptr;
324 int_ptr = (typeof(int_ptr))uchar_ptr;
326 int_ptr = (typeof(int_ptr))short_ptr;
328 int_ptr = (typeof(int_ptr))ushort_ptr;
329 int_ptr = (typeof(int_ptr))int_ptr;
330 int_ptr = (typeof(int_ptr))uint_ptr;
332 int_ptr = (typeof(int_ptr))long_ptr;
334 int_ptr = (typeof(int_ptr))ulong_ptr;
336 int_ptr = (typeof(int_ptr))llong_ptr;
338 int_ptr = (typeof(int_ptr))ullong_ptr;
340 int_ptr = (typeof(int_ptr))float_ptr;
342 int_ptr = (typeof(int_ptr))double_ptr;
344 int_ptr = (typeof(int_ptr))ldouble_ptr;
346 int_ptr = (typeof(int_ptr))fcomplex_ptr;
348 int_ptr = (typeof(int_ptr))dcomplex_ptr;
350 int_ptr = (typeof(int_ptr))lcomplex_ptr;
351 int_ptr = (typeof(int_ptr))void_ptr;
353 int_ptr = (typeof(int_ptr))char_struct_ptr;
355 int_ptr = (typeof(int_ptr))double_struct_ptr;
357 int_ptr = (typeof(int_ptr))char_union_ptr;
359 int_ptr = (typeof(int_ptr))double_union_ptr;
360 int_ptr = (typeof(int_ptr))enum_ptr;
362 int_ptr = (typeof(int_ptr))double_array_ptr;
364 int_ptr = (typeof(int_ptr))func_ptr;
376 uint_ptr = (typeof(uint_ptr))int_ptr;
424 long_ptr = (typeof(long_ptr))int_ptr;
472 ulong_ptr = (typeof(ulong_ptr))int_ptr;
520 llong_ptr = (typeof(llong_ptr))int_ptr;
568 ullong_ptr = (typeof(ullong_ptr))int_ptr;
616 float_ptr = (typeof(float_ptr))int_ptr;
665 double_ptr = (typeof(double_ptr))int_ptr;
712 ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
761 fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
810 dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
859 lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
903 void_ptr = (typeof(void_ptr))int_ptr;
935 char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
984 double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
1033 char_union_ptr = (typeof(char_union_ptr))int_ptr;
1082 double_union_ptr = (typeof(double_union_ptr))int_ptr;
1128 enum_ptr = (typeof(enum_ptr))int_ptr;
1176 double_array_ptr = (typeof(double_array_ptr))int_ptr;
1225 func_ptr = (typeof(func_ptr))int_ptr;