Lines Matching defs:long_ptr
43 static long *long_ptr;
80 bool_ptr = (typeof(bool_ptr))long_ptr;
123 char_ptr = (typeof(char_ptr))long_ptr;
157 schar_ptr = (typeof(schar_ptr))long_ptr;
200 uchar_ptr = (typeof(uchar_ptr))long_ptr;
233 short_ptr = (typeof(short_ptr))long_ptr;
281 ushort_ptr = (typeof(ushort_ptr))long_ptr;
328 int_ptr = (typeof(int_ptr))long_ptr;
373 uint_ptr = (typeof(uint_ptr))long_ptr;
407 long_ptr = (typeof(long_ptr))bool_ptr;
408 long_ptr = (typeof(long_ptr))char_ptr;
410 long_ptr = (typeof(long_ptr))schar_ptr;
411 long_ptr = (typeof(long_ptr))uchar_ptr;
413 long_ptr = (typeof(long_ptr))short_ptr;
415 long_ptr = (typeof(long_ptr))ushort_ptr;
416 long_ptr = (typeof(long_ptr))int_ptr;
417 long_ptr = (typeof(long_ptr))uint_ptr;
418 long_ptr = (typeof(long_ptr))long_ptr;
419 long_ptr = (typeof(long_ptr))ulong_ptr;
421 long_ptr = (typeof(long_ptr))llong_ptr;
423 long_ptr = (typeof(long_ptr))ullong_ptr;
425 long_ptr = (typeof(long_ptr))float_ptr;
427 long_ptr = (typeof(long_ptr))double_ptr;
429 long_ptr = (typeof(long_ptr))ldouble_ptr;
431 long_ptr = (typeof(long_ptr))fcomplex_ptr;
433 long_ptr = (typeof(long_ptr))dcomplex_ptr;
435 long_ptr = (typeof(long_ptr))lcomplex_ptr;
436 long_ptr = (typeof(long_ptr))void_ptr;
438 long_ptr = (typeof(long_ptr))char_struct_ptr;
440 long_ptr = (typeof(long_ptr))double_struct_ptr;
442 long_ptr = (typeof(long_ptr))char_union_ptr;
444 long_ptr = (typeof(long_ptr))double_union_ptr;
445 long_ptr = (typeof(long_ptr))enum_ptr;
447 long_ptr = (typeof(long_ptr))double_array_ptr;
449 long_ptr = (typeof(long_ptr))func_ptr;
463 ulong_ptr = (typeof(ulong_ptr))long_ptr;
511 llong_ptr = (typeof(llong_ptr))long_ptr;
559 ullong_ptr = (typeof(ullong_ptr))long_ptr;
607 float_ptr = (typeof(float_ptr))long_ptr;
656 double_ptr = (typeof(double_ptr))long_ptr;
702 ldouble_ptr = (typeof(ldouble_ptr))long_ptr;
749 fcomplex_ptr = (typeof(fcomplex_ptr))long_ptr;
798 dcomplex_ptr = (typeof(dcomplex_ptr))long_ptr;
846 lcomplex_ptr = (typeof(lcomplex_ptr))long_ptr;
887 void_ptr = (typeof(void_ptr))long_ptr;
921 char_struct_ptr = (typeof(char_struct_ptr))long_ptr;
970 double_struct_ptr = (typeof(double_struct_ptr))long_ptr;
1019 char_union_ptr = (typeof(char_union_ptr))long_ptr;
1068 double_union_ptr = (typeof(double_union_ptr))long_ptr;
1112 enum_ptr = (typeof(enum_ptr))long_ptr;
1160 double_array_ptr = (typeof(double_array_ptr))long_ptr;
1208 func_ptr = (typeof(func_ptr))long_ptr;