Lines Matching defs:ullong_ptr

49 static unsigned long long *ullong_ptr;
89 bool_ptr = (typeof(bool_ptr))ullong_ptr;
129 char_ptr = (typeof(char_ptr))ullong_ptr;
166 schar_ptr = (typeof(schar_ptr))ullong_ptr;
206 uchar_ptr = (typeof(uchar_ptr))ullong_ptr;
242 short_ptr = (typeof(short_ptr))ullong_ptr;
290 ushort_ptr = (typeof(ushort_ptr))ullong_ptr;
338 int_ptr = (typeof(int_ptr))ullong_ptr;
385 uint_ptr = (typeof(uint_ptr))ullong_ptr;
432 long_ptr = (typeof(long_ptr))ullong_ptr;
480 ulong_ptr = (typeof(ulong_ptr))ullong_ptr;
528 llong_ptr = (typeof(llong_ptr))ullong_ptr;
558 ullong_ptr = (typeof(ullong_ptr))bool_ptr;
559 ullong_ptr = (typeof(ullong_ptr))char_ptr;
561 ullong_ptr = (typeof(ullong_ptr))schar_ptr;
562 ullong_ptr = (typeof(ullong_ptr))uchar_ptr;
564 ullong_ptr = (typeof(ullong_ptr))short_ptr;
566 ullong_ptr = (typeof(ullong_ptr))ushort_ptr;
568 ullong_ptr = (typeof(ullong_ptr))int_ptr;
570 ullong_ptr = (typeof(ullong_ptr))uint_ptr;
572 ullong_ptr = (typeof(ullong_ptr))long_ptr;
574 ullong_ptr = (typeof(ullong_ptr))ulong_ptr;
575 ullong_ptr = (typeof(ullong_ptr))llong_ptr;
576 ullong_ptr = (typeof(ullong_ptr))ullong_ptr;
578 ullong_ptr = (typeof(ullong_ptr))float_ptr;
580 ullong_ptr = (typeof(ullong_ptr))double_ptr;
582 ullong_ptr = (typeof(ullong_ptr))ldouble_ptr;
584 ullong_ptr = (typeof(ullong_ptr))fcomplex_ptr;
586 ullong_ptr = (typeof(ullong_ptr))dcomplex_ptr;
588 ullong_ptr = (typeof(ullong_ptr))lcomplex_ptr;
589 ullong_ptr = (typeof(ullong_ptr))void_ptr;
591 ullong_ptr = (typeof(ullong_ptr))char_struct_ptr;
593 ullong_ptr = (typeof(ullong_ptr))double_struct_ptr;
595 ullong_ptr = (typeof(ullong_ptr))char_union_ptr;
597 ullong_ptr = (typeof(ullong_ptr))double_union_ptr;
599 ullong_ptr = (typeof(ullong_ptr))enum_ptr;
601 ullong_ptr = (typeof(ullong_ptr))double_array_ptr;
603 ullong_ptr = (typeof(ullong_ptr))func_ptr;
626 float_ptr = (typeof(float_ptr))ullong_ptr;
675 double_ptr = (typeof(double_ptr))ullong_ptr;
722 ldouble_ptr = (typeof(ldouble_ptr))ullong_ptr;
771 fcomplex_ptr = (typeof(fcomplex_ptr))ullong_ptr;
820 dcomplex_ptr = (typeof(dcomplex_ptr))ullong_ptr;
869 lcomplex_ptr = (typeof(lcomplex_ptr))ullong_ptr;
908 void_ptr = (typeof(void_ptr))ullong_ptr;
945 char_struct_ptr = (typeof(char_struct_ptr))ullong_ptr;
994 double_struct_ptr = (typeof(double_struct_ptr))ullong_ptr;
1043 char_union_ptr = (typeof(char_union_ptr))ullong_ptr;
1092 double_union_ptr = (typeof(double_union_ptr))ullong_ptr;
1137 enum_ptr = (typeof(enum_ptr))ullong_ptr;
1186 double_array_ptr = (typeof(double_array_ptr))ullong_ptr;
1235 func_ptr = (typeof(func_ptr))ullong_ptr;