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;
329 int_ptr = (typeof(int_ptr))long_ptr;
376 uint_ptr = (typeof(uint_ptr))long_ptr;
411 long_ptr = (typeof(long_ptr))bool_ptr;
412 long_ptr = (typeof(long_ptr))char_ptr;
414 long_ptr = (typeof(long_ptr))schar_ptr;
415 long_ptr = (typeof(long_ptr))uchar_ptr;
417 long_ptr = (typeof(long_ptr))short_ptr;
419 long_ptr = (typeof(long_ptr))ushort_ptr;
421 long_ptr = (typeof(long_ptr))int_ptr;
423 long_ptr = (typeof(long_ptr))uint_ptr;
424 long_ptr = (typeof(long_ptr))long_ptr;
425 long_ptr = (typeof(long_ptr))ulong_ptr;
426 long_ptr = (typeof(long_ptr))llong_ptr;
427 long_ptr = (typeof(long_ptr))ullong_ptr;
429 long_ptr = (typeof(long_ptr))float_ptr;
431 long_ptr = (typeof(long_ptr))double_ptr;
433 long_ptr = (typeof(long_ptr))ldouble_ptr;
435 long_ptr = (typeof(long_ptr))fcomplex_ptr;
437 long_ptr = (typeof(long_ptr))dcomplex_ptr;
439 long_ptr = (typeof(long_ptr))lcomplex_ptr;
440 long_ptr = (typeof(long_ptr))void_ptr;
442 long_ptr = (typeof(long_ptr))char_struct_ptr;
444 long_ptr = (typeof(long_ptr))double_struct_ptr;
446 long_ptr = (typeof(long_ptr))char_union_ptr;
448 long_ptr = (typeof(long_ptr))double_union_ptr;
450 long_ptr = (typeof(long_ptr))enum_ptr;
452 long_ptr = (typeof(long_ptr))double_array_ptr;
454 long_ptr = (typeof(long_ptr))func_ptr;
470 ulong_ptr = (typeof(ulong_ptr))long_ptr;
516 llong_ptr = (typeof(llong_ptr))long_ptr;
562 ullong_ptr = (typeof(ullong_ptr))long_ptr;
609 float_ptr = (typeof(float_ptr))long_ptr;
658 double_ptr = (typeof(double_ptr))long_ptr;
705 ldouble_ptr = (typeof(ldouble_ptr))long_ptr;
754 fcomplex_ptr = (typeof(fcomplex_ptr))long_ptr;
803 dcomplex_ptr = (typeof(dcomplex_ptr))long_ptr;
852 lcomplex_ptr = (typeof(lcomplex_ptr))long_ptr;
894 void_ptr = (typeof(void_ptr))long_ptr;
928 char_struct_ptr = (typeof(char_struct_ptr))long_ptr;
977 double_struct_ptr = (typeof(double_struct_ptr))long_ptr;
1026 char_union_ptr = (typeof(char_union_ptr))long_ptr;
1075 double_union_ptr = (typeof(double_union_ptr))long_ptr;
1120 enum_ptr = (typeof(enum_ptr))long_ptr;
1169 double_array_ptr = (typeof(double_array_ptr))long_ptr;
1218 func_ptr = (typeof(func_ptr))long_ptr;