Lines Matching defs:lcomplex_ptr

53 static long double _Complex *lcomplex_ptr;
98 bool_ptr = (typeof(bool_ptr))lcomplex_ptr;
132 char_ptr = (typeof(char_ptr))lcomplex_ptr;
175 schar_ptr = (typeof(schar_ptr))lcomplex_ptr;
209 uchar_ptr = (typeof(uchar_ptr))lcomplex_ptr;
251 short_ptr = (typeof(short_ptr))lcomplex_ptr;
299 ushort_ptr = (typeof(ushort_ptr))lcomplex_ptr;
345 int_ptr = (typeof(int_ptr))lcomplex_ptr;
390 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
435 long_ptr = (typeof(long_ptr))lcomplex_ptr;
480 ulong_ptr = (typeof(ulong_ptr))lcomplex_ptr;
527 llong_ptr = (typeof(llong_ptr))lcomplex_ptr;
575 ullong_ptr = (typeof(ullong_ptr))lcomplex_ptr;
624 float_ptr = (typeof(float_ptr))lcomplex_ptr;
672 double_ptr = (typeof(double_ptr))lcomplex_ptr;
718 ldouble_ptr = (typeof(ldouble_ptr))lcomplex_ptr;
766 fcomplex_ptr = (typeof(fcomplex_ptr))lcomplex_ptr;
814 dcomplex_ptr = (typeof(dcomplex_ptr))lcomplex_ptr;
832 lcomplex_ptr = (typeof(lcomplex_ptr))bool_ptr;
833 lcomplex_ptr = (typeof(lcomplex_ptr))char_ptr;
835 lcomplex_ptr = (typeof(lcomplex_ptr))schar_ptr;
836 lcomplex_ptr = (typeof(lcomplex_ptr))uchar_ptr;
838 lcomplex_ptr = (typeof(lcomplex_ptr))short_ptr;
840 lcomplex_ptr = (typeof(lcomplex_ptr))ushort_ptr;
842 lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
844 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
846 lcomplex_ptr = (typeof(lcomplex_ptr))long_ptr;
848 lcomplex_ptr = (typeof(lcomplex_ptr))ulong_ptr;
850 lcomplex_ptr = (typeof(lcomplex_ptr))llong_ptr;
852 lcomplex_ptr = (typeof(lcomplex_ptr))ullong_ptr;
854 lcomplex_ptr = (typeof(lcomplex_ptr))float_ptr;
856 lcomplex_ptr = (typeof(lcomplex_ptr))double_ptr;
858 lcomplex_ptr = (typeof(lcomplex_ptr))ldouble_ptr;
860 lcomplex_ptr = (typeof(lcomplex_ptr))fcomplex_ptr;
861 lcomplex_ptr = (typeof(lcomplex_ptr))dcomplex_ptr;
862 lcomplex_ptr = (typeof(lcomplex_ptr))lcomplex_ptr;
863 lcomplex_ptr = (typeof(lcomplex_ptr))void_ptr;
865 lcomplex_ptr = (typeof(lcomplex_ptr))char_struct_ptr;
867 lcomplex_ptr = (typeof(lcomplex_ptr))double_struct_ptr;
869 lcomplex_ptr = (typeof(lcomplex_ptr))char_union_ptr;
871 lcomplex_ptr = (typeof(lcomplex_ptr))double_union_ptr;
873 lcomplex_ptr = (typeof(lcomplex_ptr))enum_ptr;
875 lcomplex_ptr = (typeof(lcomplex_ptr))double_array_ptr;
877 lcomplex_ptr = (typeof(lcomplex_ptr))func_ptr;
896 void_ptr = (typeof(void_ptr))lcomplex_ptr;
939 char_struct_ptr = (typeof(char_struct_ptr))lcomplex_ptr;
988 double_struct_ptr = (typeof(double_struct_ptr))lcomplex_ptr;
1037 char_union_ptr = (typeof(char_union_ptr))lcomplex_ptr;
1085 double_union_ptr = (typeof(double_union_ptr))lcomplex_ptr;
1129 enum_ptr = (typeof(enum_ptr))lcomplex_ptr;
1176 double_array_ptr = (typeof(double_array_ptr))lcomplex_ptr;
1226 func_ptr = (typeof(func_ptr))lcomplex_ptr;