Lines Matching defs:long_ptr

46 static long *long_ptr;
83 bool_ptr = (typeof(bool_ptr))long_ptr;
126 char_ptr = (typeof(char_ptr))long_ptr;
160 schar_ptr = (typeof(schar_ptr))long_ptr;
203 uchar_ptr = (typeof(uchar_ptr))long_ptr;
236 short_ptr = (typeof(short_ptr))long_ptr;
284 ushort_ptr = (typeof(ushort_ptr))long_ptr;
332 int_ptr = (typeof(int_ptr))long_ptr;
379 uint_ptr = (typeof(uint_ptr))long_ptr;
414 long_ptr = (typeof(long_ptr))bool_ptr;
415 long_ptr = (typeof(long_ptr))char_ptr;
417 long_ptr = (typeof(long_ptr))schar_ptr;
418 long_ptr = (typeof(long_ptr))uchar_ptr;
420 long_ptr = (typeof(long_ptr))short_ptr;
422 long_ptr = (typeof(long_ptr))ushort_ptr;
424 long_ptr = (typeof(long_ptr))int_ptr;
426 long_ptr = (typeof(long_ptr))uint_ptr;
427 long_ptr = (typeof(long_ptr))long_ptr;
428 long_ptr = (typeof(long_ptr))ulong_ptr;
430 long_ptr = (typeof(long_ptr))llong_ptr;
432 long_ptr = (typeof(long_ptr))ullong_ptr;
434 long_ptr = (typeof(long_ptr))float_ptr;
436 long_ptr = (typeof(long_ptr))double_ptr;
438 long_ptr = (typeof(long_ptr))ldouble_ptr;
440 long_ptr = (typeof(long_ptr))fcomplex_ptr;
442 long_ptr = (typeof(long_ptr))dcomplex_ptr;
444 long_ptr = (typeof(long_ptr))lcomplex_ptr;
445 long_ptr = (typeof(long_ptr))void_ptr;
447 long_ptr = (typeof(long_ptr))char_struct_ptr;
449 long_ptr = (typeof(long_ptr))double_struct_ptr;
451 long_ptr = (typeof(long_ptr))char_union_ptr;
453 long_ptr = (typeof(long_ptr))double_union_ptr;
455 long_ptr = (typeof(long_ptr))enum_ptr;
457 long_ptr = (typeof(long_ptr))double_array_ptr;
459 long_ptr = (typeof(long_ptr))func_ptr;
475 ulong_ptr = (typeof(ulong_ptr))long_ptr;
524 llong_ptr = (typeof(llong_ptr))long_ptr;
572 ullong_ptr = (typeof(ullong_ptr))long_ptr;
620 float_ptr = (typeof(float_ptr))long_ptr;
669 double_ptr = (typeof(double_ptr))long_ptr;
716 ldouble_ptr = (typeof(ldouble_ptr))long_ptr;
765 fcomplex_ptr = (typeof(fcomplex_ptr))long_ptr;
814 dcomplex_ptr = (typeof(dcomplex_ptr))long_ptr;
863 lcomplex_ptr = (typeof(lcomplex_ptr))long_ptr;
905 void_ptr = (typeof(void_ptr))long_ptr;
939 char_struct_ptr = (typeof(char_struct_ptr))long_ptr;
988 double_struct_ptr = (typeof(double_struct_ptr))long_ptr;
1037 char_union_ptr = (typeof(char_union_ptr))long_ptr;
1086 double_union_ptr = (typeof(double_union_ptr))long_ptr;
1131 enum_ptr = (typeof(enum_ptr))long_ptr;
1180 double_array_ptr = (typeof(double_array_ptr))long_ptr;
1229 func_ptr = (typeof(func_ptr))long_ptr;