Lines Matching refs:double_struct_ptr

64 static double_struct *double_struct_ptr;
111 bool_ptr = (typeof(bool_ptr))double_struct_ptr;
143 char_ptr = (typeof(char_ptr))double_struct_ptr;
188 schar_ptr = (typeof(schar_ptr))double_struct_ptr;
220 uchar_ptr = (typeof(uchar_ptr))double_struct_ptr;
264 short_ptr = (typeof(short_ptr))double_struct_ptr;
312 ushort_ptr = (typeof(ushort_ptr))double_struct_ptr;
360 int_ptr = (typeof(int_ptr))double_struct_ptr;
407 uint_ptr = (typeof(uint_ptr))double_struct_ptr;
454 long_ptr = (typeof(long_ptr))double_struct_ptr;
502 ulong_ptr = (typeof(ulong_ptr))double_struct_ptr;
550 llong_ptr = (typeof(llong_ptr))double_struct_ptr;
598 ullong_ptr = (typeof(ullong_ptr))double_struct_ptr;
647 float_ptr = (typeof(float_ptr))double_struct_ptr;
696 double_ptr = (typeof(double_ptr))double_struct_ptr;
743 ldouble_ptr = (typeof(ldouble_ptr))double_struct_ptr;
792 fcomplex_ptr = (typeof(fcomplex_ptr))double_struct_ptr;
841 dcomplex_ptr = (typeof(dcomplex_ptr))double_struct_ptr;
890 lcomplex_ptr = (typeof(lcomplex_ptr))double_struct_ptr;
922 void_ptr = (typeof(void_ptr))double_struct_ptr;
966 char_struct_ptr = (typeof(char_struct_ptr))double_struct_ptr;
979 double_struct_ptr = (typeof(double_struct_ptr))bool_ptr;
980 double_struct_ptr = (typeof(double_struct_ptr))char_ptr;
982 double_struct_ptr = (typeof(double_struct_ptr))schar_ptr;
983 double_struct_ptr = (typeof(double_struct_ptr))uchar_ptr;
985 double_struct_ptr = (typeof(double_struct_ptr))short_ptr;
987 double_struct_ptr = (typeof(double_struct_ptr))ushort_ptr;
989 double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
991 double_struct_ptr = (typeof(double_struct_ptr))uint_ptr;
993 double_struct_ptr = (typeof(double_struct_ptr))long_ptr;
995 double_struct_ptr = (typeof(double_struct_ptr))ulong_ptr;
997 double_struct_ptr = (typeof(double_struct_ptr))llong_ptr;
999 double_struct_ptr = (typeof(double_struct_ptr))ullong_ptr;
1001 double_struct_ptr = (typeof(double_struct_ptr))float_ptr;
1003 double_struct_ptr = (typeof(double_struct_ptr))double_ptr;
1005 double_struct_ptr = (typeof(double_struct_ptr))ldouble_ptr;
1007 double_struct_ptr = (typeof(double_struct_ptr))fcomplex_ptr;
1009 double_struct_ptr = (typeof(double_struct_ptr))dcomplex_ptr;
1011 double_struct_ptr = (typeof(double_struct_ptr))lcomplex_ptr;
1012 double_struct_ptr = (typeof(double_struct_ptr))void_ptr;
1014 double_struct_ptr = (typeof(double_struct_ptr))char_struct_ptr;
1015 double_struct_ptr = (typeof(double_struct_ptr))double_struct_ptr;
1017 double_struct_ptr = (typeof(double_struct_ptr))char_union_ptr;
1019 double_struct_ptr = (typeof(double_struct_ptr))double_union_ptr;
1021 double_struct_ptr = (typeof(double_struct_ptr))enum_ptr;
1023 double_struct_ptr = (typeof(double_struct_ptr))double_array_ptr;
1025 double_struct_ptr = (typeof(double_struct_ptr))func_ptr;
1065 char_union_ptr = (typeof(char_union_ptr))double_struct_ptr;
1113 double_union_ptr = (typeof(double_union_ptr))double_struct_ptr;
1159 enum_ptr = (typeof(enum_ptr))double_struct_ptr;
1207 double_array_ptr = (typeof(double_array_ptr))double_struct_ptr;
1257 func_ptr = (typeof(func_ptr))double_struct_ptr;