Lines Matching defs:llong_ptr

45 static long long *llong_ptr;
84 bool_ptr = (typeof(bool_ptr))llong_ptr;
125 char_ptr = (typeof(char_ptr))llong_ptr;
161 schar_ptr = (typeof(schar_ptr))llong_ptr;
202 uchar_ptr = (typeof(uchar_ptr))llong_ptr;
237 short_ptr = (typeof(short_ptr))llong_ptr;
285 ushort_ptr = (typeof(ushort_ptr))llong_ptr;
331 int_ptr = (typeof(int_ptr))llong_ptr;
376 uint_ptr = (typeof(uint_ptr))llong_ptr;
421 long_ptr = (typeof(long_ptr))llong_ptr;
466 ulong_ptr = (typeof(ulong_ptr))llong_ptr;
497 llong_ptr = (typeof(llong_ptr))bool_ptr;
498 llong_ptr = (typeof(llong_ptr))char_ptr;
500 llong_ptr = (typeof(llong_ptr))schar_ptr;
501 llong_ptr = (typeof(llong_ptr))uchar_ptr;
503 llong_ptr = (typeof(llong_ptr))short_ptr;
505 llong_ptr = (typeof(llong_ptr))ushort_ptr;
507 llong_ptr = (typeof(llong_ptr))int_ptr;
509 llong_ptr = (typeof(llong_ptr))uint_ptr;
511 llong_ptr = (typeof(llong_ptr))long_ptr;
513 llong_ptr = (typeof(llong_ptr))ulong_ptr;
514 llong_ptr = (typeof(llong_ptr))llong_ptr;
515 llong_ptr = (typeof(llong_ptr))ullong_ptr;
517 llong_ptr = (typeof(llong_ptr))float_ptr;
519 llong_ptr = (typeof(llong_ptr))double_ptr;
521 llong_ptr = (typeof(llong_ptr))ldouble_ptr;
523 llong_ptr = (typeof(llong_ptr))fcomplex_ptr;
525 llong_ptr = (typeof(llong_ptr))dcomplex_ptr;
527 llong_ptr = (typeof(llong_ptr))lcomplex_ptr;
528 llong_ptr = (typeof(llong_ptr))void_ptr;
530 llong_ptr = (typeof(llong_ptr))char_struct_ptr;
532 llong_ptr = (typeof(llong_ptr))double_struct_ptr;
534 llong_ptr = (typeof(llong_ptr))char_union_ptr;
536 llong_ptr = (typeof(llong_ptr))double_union_ptr;
538 llong_ptr = (typeof(llong_ptr))enum_ptr;
540 llong_ptr = (typeof(llong_ptr))double_array_ptr;
542 llong_ptr = (typeof(llong_ptr))func_ptr;
562 ullong_ptr = (typeof(ullong_ptr))llong_ptr;
611 float_ptr = (typeof(float_ptr))llong_ptr;
660 double_ptr = (typeof(double_ptr))llong_ptr;
706 ldouble_ptr = (typeof(ldouble_ptr))llong_ptr;
753 fcomplex_ptr = (typeof(fcomplex_ptr))llong_ptr;
802 dcomplex_ptr = (typeof(dcomplex_ptr))llong_ptr;
850 lcomplex_ptr = (typeof(lcomplex_ptr))llong_ptr;
889 void_ptr = (typeof(void_ptr))llong_ptr;
925 char_struct_ptr = (typeof(char_struct_ptr))llong_ptr;
974 double_struct_ptr = (typeof(double_struct_ptr))llong_ptr;
1023 char_union_ptr = (typeof(char_union_ptr))llong_ptr;
1072 double_union_ptr = (typeof(double_union_ptr))llong_ptr;
1115 enum_ptr = (typeof(enum_ptr))llong_ptr;
1164 double_array_ptr = (typeof(double_array_ptr))llong_ptr;
1212 func_ptr = (typeof(func_ptr))llong_ptr;