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;
329 int_ptr = (typeof(int_ptr))long_ptr;
331 int_ptr = (typeof(int_ptr))ulong_ptr;
333 int_ptr = (typeof(int_ptr))llong_ptr;
335 int_ptr = (typeof(int_ptr))ullong_ptr;
337 int_ptr = (typeof(int_ptr))float_ptr;
339 int_ptr = (typeof(int_ptr))double_ptr;
341 int_ptr = (typeof(int_ptr))ldouble_ptr;
343 int_ptr = (typeof(int_ptr))fcomplex_ptr;
345 int_ptr = (typeof(int_ptr))dcomplex_ptr;
347 int_ptr = (typeof(int_ptr))lcomplex_ptr;
348 int_ptr = (typeof(int_ptr))void_ptr;
350 int_ptr = (typeof(int_ptr))char_struct_ptr;
352 int_ptr = (typeof(int_ptr))double_struct_ptr;
354 int_ptr = (typeof(int_ptr))char_union_ptr;
356 int_ptr = (typeof(int_ptr))double_union_ptr;
357 int_ptr = (typeof(int_ptr))enum_ptr;
359 int_ptr = (typeof(int_ptr))double_array_ptr;
361 int_ptr = (typeof(int_ptr))func_ptr;
373 uint_ptr = (typeof(uint_ptr))int_ptr;
421 long_ptr = (typeof(long_ptr))int_ptr;
467 ulong_ptr = (typeof(ulong_ptr))int_ptr;
513 llong_ptr = (typeof(llong_ptr))int_ptr;
559 ullong_ptr = (typeof(ullong_ptr))int_ptr;
605 float_ptr = (typeof(float_ptr))int_ptr;
654 double_ptr = (typeof(double_ptr))int_ptr;
701 ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
750 fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
799 dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
848 lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
892 void_ptr = (typeof(void_ptr))int_ptr;
924 char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
973 double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
1022 char_union_ptr = (typeof(char_union_ptr))int_ptr;
1071 double_union_ptr = (typeof(double_union_ptr))int_ptr;
1117 enum_ptr = (typeof(enum_ptr))int_ptr;
1165 double_array_ptr = (typeof(double_array_ptr))int_ptr;
1214 func_ptr = (typeof(func_ptr))int_ptr;