Lines Matching defs:fcomplex_ptr

54 static float _Complex *fcomplex_ptr;
97 bool_ptr = (typeof(bool_ptr))fcomplex_ptr;
133 char_ptr = (typeof(char_ptr))fcomplex_ptr;
174 schar_ptr = (typeof(schar_ptr))fcomplex_ptr;
210 uchar_ptr = (typeof(uchar_ptr))fcomplex_ptr;
250 short_ptr = (typeof(short_ptr))fcomplex_ptr;
298 ushort_ptr = (typeof(ushort_ptr))fcomplex_ptr;
346 int_ptr = (typeof(int_ptr))fcomplex_ptr;
393 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
440 long_ptr = (typeof(long_ptr))fcomplex_ptr;
488 ulong_ptr = (typeof(ulong_ptr))fcomplex_ptr;
536 llong_ptr = (typeof(llong_ptr))fcomplex_ptr;
584 ullong_ptr = (typeof(ullong_ptr))fcomplex_ptr;
633 float_ptr = (typeof(float_ptr))fcomplex_ptr;
682 double_ptr = (typeof(double_ptr))fcomplex_ptr;
729 ldouble_ptr = (typeof(ldouble_ptr))fcomplex_ptr;
751 fcomplex_ptr = (typeof(fcomplex_ptr))bool_ptr;
752 fcomplex_ptr = (typeof(fcomplex_ptr))char_ptr;
754 fcomplex_ptr = (typeof(fcomplex_ptr))schar_ptr;
755 fcomplex_ptr = (typeof(fcomplex_ptr))uchar_ptr;
757 fcomplex_ptr = (typeof(fcomplex_ptr))short_ptr;
759 fcomplex_ptr = (typeof(fcomplex_ptr))ushort_ptr;
761 fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
763 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
765 fcomplex_ptr = (typeof(fcomplex_ptr))long_ptr;
767 fcomplex_ptr = (typeof(fcomplex_ptr))ulong_ptr;
769 fcomplex_ptr = (typeof(fcomplex_ptr))llong_ptr;
771 fcomplex_ptr = (typeof(fcomplex_ptr))ullong_ptr;
773 fcomplex_ptr = (typeof(fcomplex_ptr))float_ptr;
775 fcomplex_ptr = (typeof(fcomplex_ptr))double_ptr;
777 fcomplex_ptr = (typeof(fcomplex_ptr))ldouble_ptr;
778 fcomplex_ptr = (typeof(fcomplex_ptr))fcomplex_ptr;
780 fcomplex_ptr = (typeof(fcomplex_ptr))dcomplex_ptr;
782 fcomplex_ptr = (typeof(fcomplex_ptr))lcomplex_ptr;
783 fcomplex_ptr = (typeof(fcomplex_ptr))void_ptr;
785 fcomplex_ptr = (typeof(fcomplex_ptr))char_struct_ptr;
787 fcomplex_ptr = (typeof(fcomplex_ptr))double_struct_ptr;
789 fcomplex_ptr = (typeof(fcomplex_ptr))char_union_ptr;
791 fcomplex_ptr = (typeof(fcomplex_ptr))double_union_ptr;
793 fcomplex_ptr = (typeof(fcomplex_ptr))enum_ptr;
795 fcomplex_ptr = (typeof(fcomplex_ptr))double_array_ptr;
797 fcomplex_ptr = (typeof(fcomplex_ptr))func_ptr;
828 dcomplex_ptr = (typeof(dcomplex_ptr))fcomplex_ptr;
877 lcomplex_ptr = (typeof(lcomplex_ptr))fcomplex_ptr;
912 void_ptr = (typeof(void_ptr))fcomplex_ptr;
953 char_struct_ptr = (typeof(char_struct_ptr))fcomplex_ptr;
1002 double_struct_ptr = (typeof(double_struct_ptr))fcomplex_ptr;
1051 char_union_ptr = (typeof(char_union_ptr))fcomplex_ptr;
1099 double_union_ptr = (typeof(double_union_ptr))fcomplex_ptr;
1145 enum_ptr = (typeof(enum_ptr))fcomplex_ptr;
1193 double_array_ptr = (typeof(double_array_ptr))fcomplex_ptr;
1243 func_ptr = (typeof(func_ptr))fcomplex_ptr;