Lines Matching defs:fcomplex_ptr

51 static float _Complex *fcomplex_ptr;
94 bool_ptr = (typeof(bool_ptr))fcomplex_ptr;
130 char_ptr = (typeof(char_ptr))fcomplex_ptr;
171 schar_ptr = (typeof(schar_ptr))fcomplex_ptr;
207 uchar_ptr = (typeof(uchar_ptr))fcomplex_ptr;
247 short_ptr = (typeof(short_ptr))fcomplex_ptr;
295 ushort_ptr = (typeof(ushort_ptr))fcomplex_ptr;
341 int_ptr = (typeof(int_ptr))fcomplex_ptr;
386 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
431 long_ptr = (typeof(long_ptr))fcomplex_ptr;
476 ulong_ptr = (typeof(ulong_ptr))fcomplex_ptr;
523 llong_ptr = (typeof(llong_ptr))fcomplex_ptr;
571 ullong_ptr = (typeof(ullong_ptr))fcomplex_ptr;
620 float_ptr = (typeof(float_ptr))fcomplex_ptr;
668 double_ptr = (typeof(double_ptr))fcomplex_ptr;
714 ldouble_ptr = (typeof(ldouble_ptr))fcomplex_ptr;
735 fcomplex_ptr = (typeof(fcomplex_ptr))bool_ptr;
736 fcomplex_ptr = (typeof(fcomplex_ptr))char_ptr;
738 fcomplex_ptr = (typeof(fcomplex_ptr))schar_ptr;
739 fcomplex_ptr = (typeof(fcomplex_ptr))uchar_ptr;
741 fcomplex_ptr = (typeof(fcomplex_ptr))short_ptr;
743 fcomplex_ptr = (typeof(fcomplex_ptr))ushort_ptr;
745 fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
747 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
749 fcomplex_ptr = (typeof(fcomplex_ptr))long_ptr;
751 fcomplex_ptr = (typeof(fcomplex_ptr))ulong_ptr;
753 fcomplex_ptr = (typeof(fcomplex_ptr))llong_ptr;
755 fcomplex_ptr = (typeof(fcomplex_ptr))ullong_ptr;
757 fcomplex_ptr = (typeof(fcomplex_ptr))float_ptr;
759 fcomplex_ptr = (typeof(fcomplex_ptr))double_ptr;
761 fcomplex_ptr = (typeof(fcomplex_ptr))ldouble_ptr;
762 fcomplex_ptr = (typeof(fcomplex_ptr))fcomplex_ptr;
764 fcomplex_ptr = (typeof(fcomplex_ptr))dcomplex_ptr;
766 fcomplex_ptr = (typeof(fcomplex_ptr))lcomplex_ptr;
767 fcomplex_ptr = (typeof(fcomplex_ptr))void_ptr;
769 fcomplex_ptr = (typeof(fcomplex_ptr))char_struct_ptr;
771 fcomplex_ptr = (typeof(fcomplex_ptr))double_struct_ptr;
773 fcomplex_ptr = (typeof(fcomplex_ptr))char_union_ptr;
775 fcomplex_ptr = (typeof(fcomplex_ptr))double_union_ptr;
777 fcomplex_ptr = (typeof(fcomplex_ptr))enum_ptr;
779 fcomplex_ptr = (typeof(fcomplex_ptr))double_array_ptr;
781 fcomplex_ptr = (typeof(fcomplex_ptr))func_ptr;
812 dcomplex_ptr = (typeof(dcomplex_ptr))fcomplex_ptr;
860 lcomplex_ptr = (typeof(lcomplex_ptr))fcomplex_ptr;
894 void_ptr = (typeof(void_ptr))fcomplex_ptr;
935 char_struct_ptr = (typeof(char_struct_ptr))fcomplex_ptr;
984 double_struct_ptr = (typeof(double_struct_ptr))fcomplex_ptr;
1033 char_union_ptr = (typeof(char_union_ptr))fcomplex_ptr;
1081 double_union_ptr = (typeof(double_union_ptr))fcomplex_ptr;
1125 enum_ptr = (typeof(enum_ptr))fcomplex_ptr;
1172 double_array_ptr = (typeof(double_array_ptr))fcomplex_ptr;
1222 func_ptr = (typeof(func_ptr))fcomplex_ptr;