Lines Matching defs:llong_ptr
48 static long long *llong_ptr;
87 bool_ptr = (typeof(bool_ptr))llong_ptr;
128 char_ptr = (typeof(char_ptr))llong_ptr;
164 schar_ptr = (typeof(schar_ptr))llong_ptr;
205 uchar_ptr = (typeof(uchar_ptr))llong_ptr;
240 short_ptr = (typeof(short_ptr))llong_ptr;
288 ushort_ptr = (typeof(ushort_ptr))llong_ptr;
336 int_ptr = (typeof(int_ptr))llong_ptr;
383 uint_ptr = (typeof(uint_ptr))llong_ptr;
430 long_ptr = (typeof(long_ptr))llong_ptr;
478 ulong_ptr = (typeof(ulong_ptr))llong_ptr;
510 llong_ptr = (typeof(llong_ptr))bool_ptr;
511 llong_ptr = (typeof(llong_ptr))char_ptr;
513 llong_ptr = (typeof(llong_ptr))schar_ptr;
514 llong_ptr = (typeof(llong_ptr))uchar_ptr;
516 llong_ptr = (typeof(llong_ptr))short_ptr;
518 llong_ptr = (typeof(llong_ptr))ushort_ptr;
520 llong_ptr = (typeof(llong_ptr))int_ptr;
522 llong_ptr = (typeof(llong_ptr))uint_ptr;
524 llong_ptr = (typeof(llong_ptr))long_ptr;
526 llong_ptr = (typeof(llong_ptr))ulong_ptr;
527 llong_ptr = (typeof(llong_ptr))llong_ptr;
528 llong_ptr = (typeof(llong_ptr))ullong_ptr;
530 llong_ptr = (typeof(llong_ptr))float_ptr;
532 llong_ptr = (typeof(llong_ptr))double_ptr;
534 llong_ptr = (typeof(llong_ptr))ldouble_ptr;
536 llong_ptr = (typeof(llong_ptr))fcomplex_ptr;
538 llong_ptr = (typeof(llong_ptr))dcomplex_ptr;
540 llong_ptr = (typeof(llong_ptr))lcomplex_ptr;
541 llong_ptr = (typeof(llong_ptr))void_ptr;
543 llong_ptr = (typeof(llong_ptr))char_struct_ptr;
545 llong_ptr = (typeof(llong_ptr))double_struct_ptr;
547 llong_ptr = (typeof(llong_ptr))char_union_ptr;
549 llong_ptr = (typeof(llong_ptr))double_union_ptr;
551 llong_ptr = (typeof(llong_ptr))enum_ptr;
553 llong_ptr = (typeof(llong_ptr))double_array_ptr;
555 llong_ptr = (typeof(llong_ptr))func_ptr;
575 ullong_ptr = (typeof(ullong_ptr))llong_ptr;
624 float_ptr = (typeof(float_ptr))llong_ptr;
673 double_ptr = (typeof(double_ptr))llong_ptr;
720 ldouble_ptr = (typeof(ldouble_ptr))llong_ptr;
769 fcomplex_ptr = (typeof(fcomplex_ptr))llong_ptr;
818 dcomplex_ptr = (typeof(dcomplex_ptr))llong_ptr;
867 lcomplex_ptr = (typeof(lcomplex_ptr))llong_ptr;
907 void_ptr = (typeof(void_ptr))llong_ptr;
943 char_struct_ptr = (typeof(char_struct_ptr))llong_ptr;
992 double_struct_ptr = (typeof(double_struct_ptr))llong_ptr;
1041 char_union_ptr = (typeof(char_union_ptr))llong_ptr;
1090 double_union_ptr = (typeof(double_union_ptr))llong_ptr;
1135 enum_ptr = (typeof(enum_ptr))llong_ptr;
1184 double_array_ptr = (typeof(double_array_ptr))llong_ptr;
1233 func_ptr = (typeof(func_ptr))llong_ptr;