Lines Matching defs:ullong_ptr

46 static unsigned long long *ullong_ptr;
86 bool_ptr = (typeof(bool_ptr))ullong_ptr;
126 char_ptr = (typeof(char_ptr))ullong_ptr;
163 schar_ptr = (typeof(schar_ptr))ullong_ptr;
203 uchar_ptr = (typeof(uchar_ptr))ullong_ptr;
239 short_ptr = (typeof(short_ptr))ullong_ptr;
287 ushort_ptr = (typeof(ushort_ptr))ullong_ptr;
335 int_ptr = (typeof(int_ptr))ullong_ptr;
382 uint_ptr = (typeof(uint_ptr))ullong_ptr;
427 long_ptr = (typeof(long_ptr))ullong_ptr;
473 ulong_ptr = (typeof(ulong_ptr))ullong_ptr;
519 llong_ptr = (typeof(llong_ptr))ullong_ptr;
549 ullong_ptr = (typeof(ullong_ptr))bool_ptr;
550 ullong_ptr = (typeof(ullong_ptr))char_ptr;
552 ullong_ptr = (typeof(ullong_ptr))schar_ptr;
553 ullong_ptr = (typeof(ullong_ptr))uchar_ptr;
555 ullong_ptr = (typeof(ullong_ptr))short_ptr;
557 ullong_ptr = (typeof(ullong_ptr))ushort_ptr;
559 ullong_ptr = (typeof(ullong_ptr))int_ptr;
561 ullong_ptr = (typeof(ullong_ptr))uint_ptr;
562 ullong_ptr = (typeof(ullong_ptr))long_ptr;
563 ullong_ptr = (typeof(ullong_ptr))ulong_ptr;
564 ullong_ptr = (typeof(ullong_ptr))llong_ptr;
565 ullong_ptr = (typeof(ullong_ptr))ullong_ptr;
567 ullong_ptr = (typeof(ullong_ptr))float_ptr;
569 ullong_ptr = (typeof(ullong_ptr))double_ptr;
571 ullong_ptr = (typeof(ullong_ptr))ldouble_ptr;
573 ullong_ptr = (typeof(ullong_ptr))fcomplex_ptr;
575 ullong_ptr = (typeof(ullong_ptr))dcomplex_ptr;
577 ullong_ptr = (typeof(ullong_ptr))lcomplex_ptr;
578 ullong_ptr = (typeof(ullong_ptr))void_ptr;
580 ullong_ptr = (typeof(ullong_ptr))char_struct_ptr;
582 ullong_ptr = (typeof(ullong_ptr))double_struct_ptr;
584 ullong_ptr = (typeof(ullong_ptr))char_union_ptr;
586 ullong_ptr = (typeof(ullong_ptr))double_union_ptr;
588 ullong_ptr = (typeof(ullong_ptr))enum_ptr;
590 ullong_ptr = (typeof(ullong_ptr))double_array_ptr;
592 ullong_ptr = (typeof(ullong_ptr))func_ptr;
615 float_ptr = (typeof(float_ptr))ullong_ptr;
664 double_ptr = (typeof(double_ptr))ullong_ptr;
711 ldouble_ptr = (typeof(ldouble_ptr))ullong_ptr;
760 fcomplex_ptr = (typeof(fcomplex_ptr))ullong_ptr;
809 dcomplex_ptr = (typeof(dcomplex_ptr))ullong_ptr;
858 lcomplex_ptr = (typeof(lcomplex_ptr))ullong_ptr;
897 void_ptr = (typeof(void_ptr))ullong_ptr;
934 char_struct_ptr = (typeof(char_struct_ptr))ullong_ptr;
983 double_struct_ptr = (typeof(double_struct_ptr))ullong_ptr;
1032 char_union_ptr = (typeof(char_union_ptr))ullong_ptr;
1081 double_union_ptr = (typeof(double_union_ptr))ullong_ptr;
1126 enum_ptr = (typeof(enum_ptr))ullong_ptr;
1175 double_array_ptr = (typeof(double_array_ptr))ullong_ptr;
1224 func_ptr = (typeof(func_ptr))ullong_ptr;