Lines Matching refs:double_struct_ptr

56 static double_struct *double_struct_ptr;
103 bool_ptr = (typeof(bool_ptr))double_struct_ptr;
135 char_ptr = (typeof(char_ptr))double_struct_ptr;
180 schar_ptr = (typeof(schar_ptr))double_struct_ptr;
212 uchar_ptr = (typeof(uchar_ptr))double_struct_ptr;
256 short_ptr = (typeof(short_ptr))double_struct_ptr;
304 ushort_ptr = (typeof(ushort_ptr))double_struct_ptr;
350 int_ptr = (typeof(int_ptr))double_struct_ptr;
395 uint_ptr = (typeof(uint_ptr))double_struct_ptr;
440 long_ptr = (typeof(long_ptr))double_struct_ptr;
485 ulong_ptr = (typeof(ulong_ptr))double_struct_ptr;
532 llong_ptr = (typeof(llong_ptr))double_struct_ptr;
580 ullong_ptr = (typeof(ullong_ptr))double_struct_ptr;
629 float_ptr = (typeof(float_ptr))double_struct_ptr;
677 double_ptr = (typeof(double_ptr))double_struct_ptr;
723 ldouble_ptr = (typeof(ldouble_ptr))double_struct_ptr;
771 fcomplex_ptr = (typeof(fcomplex_ptr))double_struct_ptr;
819 dcomplex_ptr = (typeof(dcomplex_ptr))double_struct_ptr;
867 lcomplex_ptr = (typeof(lcomplex_ptr))double_struct_ptr;
899 void_ptr = (typeof(void_ptr))double_struct_ptr;
943 char_struct_ptr = (typeof(char_struct_ptr))double_struct_ptr;
956 double_struct_ptr = (typeof(double_struct_ptr))bool_ptr;
957 double_struct_ptr = (typeof(double_struct_ptr))char_ptr;
959 double_struct_ptr = (typeof(double_struct_ptr))schar_ptr;
960 double_struct_ptr = (typeof(double_struct_ptr))uchar_ptr;
962 double_struct_ptr = (typeof(double_struct_ptr))short_ptr;
964 double_struct_ptr = (typeof(double_struct_ptr))ushort_ptr;
966 double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
968 double_struct_ptr = (typeof(double_struct_ptr))uint_ptr;
970 double_struct_ptr = (typeof(double_struct_ptr))long_ptr;
972 double_struct_ptr = (typeof(double_struct_ptr))ulong_ptr;
974 double_struct_ptr = (typeof(double_struct_ptr))llong_ptr;
976 double_struct_ptr = (typeof(double_struct_ptr))ullong_ptr;
978 double_struct_ptr = (typeof(double_struct_ptr))float_ptr;
980 double_struct_ptr = (typeof(double_struct_ptr))double_ptr;
982 double_struct_ptr = (typeof(double_struct_ptr))ldouble_ptr;
984 double_struct_ptr = (typeof(double_struct_ptr))fcomplex_ptr;
986 double_struct_ptr = (typeof(double_struct_ptr))dcomplex_ptr;
988 double_struct_ptr = (typeof(double_struct_ptr))lcomplex_ptr;
989 double_struct_ptr = (typeof(double_struct_ptr))void_ptr;
991 double_struct_ptr = (typeof(double_struct_ptr))char_struct_ptr;
992 double_struct_ptr = (typeof(double_struct_ptr))double_struct_ptr;
994 double_struct_ptr = (typeof(double_struct_ptr))char_union_ptr;
996 double_struct_ptr = (typeof(double_struct_ptr))double_union_ptr;
998 double_struct_ptr = (typeof(double_struct_ptr))enum_ptr;
1000 double_struct_ptr = (typeof(double_struct_ptr))double_array_ptr;
1002 double_struct_ptr = (typeof(double_struct_ptr))func_ptr;
1042 char_union_ptr = (typeof(char_union_ptr))double_struct_ptr;
1090 double_union_ptr = (typeof(double_union_ptr))double_struct_ptr;
1134 enum_ptr = (typeof(enum_ptr))double_struct_ptr;
1181 double_array_ptr = (typeof(double_array_ptr))double_struct_ptr;
1231 func_ptr = (typeof(func_ptr))double_struct_ptr;