Lines Matching defs:double_ptr

52 static double *double_ptr;
93 bool_ptr = (typeof(bool_ptr))double_ptr;
131 char_ptr = (typeof(char_ptr))double_ptr;
170 schar_ptr = (typeof(schar_ptr))double_ptr;
208 uchar_ptr = (typeof(uchar_ptr))double_ptr;
246 short_ptr = (typeof(short_ptr))double_ptr;
294 ushort_ptr = (typeof(ushort_ptr))double_ptr;
342 int_ptr = (typeof(int_ptr))double_ptr;
389 uint_ptr = (typeof(uint_ptr))double_ptr;
436 long_ptr = (typeof(long_ptr))double_ptr;
484 ulong_ptr = (typeof(ulong_ptr))double_ptr;
532 llong_ptr = (typeof(llong_ptr))double_ptr;
580 ullong_ptr = (typeof(ullong_ptr))double_ptr;
629 float_ptr = (typeof(float_ptr))double_ptr;
655 double_ptr = (typeof(double_ptr))bool_ptr;
656 double_ptr = (typeof(double_ptr))char_ptr;
658 double_ptr = (typeof(double_ptr))schar_ptr;
659 double_ptr = (typeof(double_ptr))uchar_ptr;
661 double_ptr = (typeof(double_ptr))short_ptr;
663 double_ptr = (typeof(double_ptr))ushort_ptr;
665 double_ptr = (typeof(double_ptr))int_ptr;
667 double_ptr = (typeof(double_ptr))uint_ptr;
669 double_ptr = (typeof(double_ptr))long_ptr;
671 double_ptr = (typeof(double_ptr))ulong_ptr;
673 double_ptr = (typeof(double_ptr))llong_ptr;
675 double_ptr = (typeof(double_ptr))ullong_ptr;
677 double_ptr = (typeof(double_ptr))float_ptr;
678 double_ptr = (typeof(double_ptr))double_ptr;
680 double_ptr = (typeof(double_ptr))ldouble_ptr;
682 double_ptr = (typeof(double_ptr))fcomplex_ptr;
684 double_ptr = (typeof(double_ptr))dcomplex_ptr;
686 double_ptr = (typeof(double_ptr))lcomplex_ptr;
687 double_ptr = (typeof(double_ptr))void_ptr;
689 double_ptr = (typeof(double_ptr))char_struct_ptr;
691 double_ptr = (typeof(double_ptr))double_struct_ptr;
693 double_ptr = (typeof(double_ptr))char_union_ptr;
694 double_ptr = (typeof(double_ptr))double_union_ptr;
696 double_ptr = (typeof(double_ptr))enum_ptr;
697 double_ptr = (typeof(double_ptr))double_array_ptr;
699 double_ptr = (typeof(double_ptr))func_ptr;
726 ldouble_ptr = (typeof(ldouble_ptr))double_ptr;
775 fcomplex_ptr = (typeof(fcomplex_ptr))double_ptr;
824 dcomplex_ptr = (typeof(dcomplex_ptr))double_ptr;
873 lcomplex_ptr = (typeof(lcomplex_ptr))double_ptr;
910 void_ptr = (typeof(void_ptr))double_ptr;
949 char_struct_ptr = (typeof(char_struct_ptr))double_ptr;
998 double_struct_ptr = (typeof(double_struct_ptr))double_ptr;
1047 char_union_ptr = (typeof(char_union_ptr))double_ptr;
1095 double_union_ptr = (typeof(double_union_ptr))double_ptr;
1141 enum_ptr = (typeof(enum_ptr))double_ptr;
1189 double_array_ptr = (typeof(double_array_ptr))double_ptr;
1239 func_ptr = (typeof(func_ptr))double_ptr;