Lines Matching refs:int_ptr
41 static int *int_ptr;
76 bool_ptr = (typeof(bool_ptr))int_ptr;
121 char_ptr = (typeof(char_ptr))int_ptr;
153 schar_ptr = (typeof(schar_ptr))int_ptr;
198 uchar_ptr = (typeof(uchar_ptr))int_ptr;
229 short_ptr = (typeof(short_ptr))int_ptr;
277 ushort_ptr = (typeof(ushort_ptr))int_ptr;
317 int_ptr = (typeof(int_ptr))bool_ptr;
318 int_ptr = (typeof(int_ptr))char_ptr;
320 int_ptr = (typeof(int_ptr))schar_ptr;
321 int_ptr = (typeof(int_ptr))uchar_ptr;
323 int_ptr = (typeof(int_ptr))short_ptr;
325 int_ptr = (typeof(int_ptr))ushort_ptr;
326 int_ptr = (typeof(int_ptr))int_ptr;
327 int_ptr = (typeof(int_ptr))uint_ptr;
328 int_ptr = (typeof(int_ptr))long_ptr;
329 int_ptr = (typeof(int_ptr))ulong_ptr;
331 int_ptr = (typeof(int_ptr))llong_ptr;
333 int_ptr = (typeof(int_ptr))ullong_ptr;
335 int_ptr = (typeof(int_ptr))float_ptr;
337 int_ptr = (typeof(int_ptr))double_ptr;
339 int_ptr = (typeof(int_ptr))ldouble_ptr;
341 int_ptr = (typeof(int_ptr))fcomplex_ptr;
343 int_ptr = (typeof(int_ptr))dcomplex_ptr;
345 int_ptr = (typeof(int_ptr))lcomplex_ptr;
346 int_ptr = (typeof(int_ptr))void_ptr;
348 int_ptr = (typeof(int_ptr))char_struct_ptr;
350 int_ptr = (typeof(int_ptr))double_struct_ptr;
352 int_ptr = (typeof(int_ptr))char_union_ptr;
354 int_ptr = (typeof(int_ptr))double_union_ptr;
355 int_ptr = (typeof(int_ptr))enum_ptr;
357 int_ptr = (typeof(int_ptr))double_array_ptr;
359 int_ptr = (typeof(int_ptr))func_ptr;
371 uint_ptr = (typeof(uint_ptr))int_ptr;
416 long_ptr = (typeof(long_ptr))int_ptr;
461 ulong_ptr = (typeof(ulong_ptr))int_ptr;
507 llong_ptr = (typeof(llong_ptr))int_ptr;
555 ullong_ptr = (typeof(ullong_ptr))int_ptr;
603 float_ptr = (typeof(float_ptr))int_ptr;
652 double_ptr = (typeof(double_ptr))int_ptr;
698 ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
745 fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
794 dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
842 lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
885 void_ptr = (typeof(void_ptr))int_ptr;
917 char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
966 double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
1015 char_union_ptr = (typeof(char_union_ptr))int_ptr;
1064 double_union_ptr = (typeof(double_union_ptr))int_ptr;
1110 enum_ptr = (typeof(enum_ptr))int_ptr;
1156 double_array_ptr = (typeof(double_array_ptr))int_ptr;
1204 func_ptr = (typeof(func_ptr))int_ptr;