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;
347 int_ptr = (typeof(int_ptr))lcomplex_ptr;
394 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
439 long_ptr = (typeof(long_ptr))lcomplex_ptr;
485 ulong_ptr = (typeof(ulong_ptr))lcomplex_ptr;
531 llong_ptr = (typeof(llong_ptr))lcomplex_ptr;
577 ullong_ptr = (typeof(ullong_ptr))lcomplex_ptr;
626 float_ptr = (typeof(float_ptr))lcomplex_ptr;
675 double_ptr = (typeof(double_ptr))lcomplex_ptr;
722 ldouble_ptr = (typeof(ldouble_ptr))lcomplex_ptr;
771 fcomplex_ptr = (typeof(fcomplex_ptr))lcomplex_ptr;
820 dcomplex_ptr = (typeof(dcomplex_ptr))lcomplex_ptr;
838 lcomplex_ptr = (typeof(lcomplex_ptr))bool_ptr;
839 lcomplex_ptr = (typeof(lcomplex_ptr))char_ptr;
841 lcomplex_ptr = (typeof(lcomplex_ptr))schar_ptr;
842 lcomplex_ptr = (typeof(lcomplex_ptr))uchar_ptr;
844 lcomplex_ptr = (typeof(lcomplex_ptr))short_ptr;
846 lcomplex_ptr = (typeof(lcomplex_ptr))ushort_ptr;
848 lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
850 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
852 lcomplex_ptr = (typeof(lcomplex_ptr))long_ptr;
854 lcomplex_ptr = (typeof(lcomplex_ptr))ulong_ptr;
856 lcomplex_ptr = (typeof(lcomplex_ptr))llong_ptr;
858 lcomplex_ptr = (typeof(lcomplex_ptr))ullong_ptr;
860 lcomplex_ptr = (typeof(lcomplex_ptr))float_ptr;
862 lcomplex_ptr = (typeof(lcomplex_ptr))double_ptr;
864 lcomplex_ptr = (typeof(lcomplex_ptr))ldouble_ptr;
866 lcomplex_ptr = (typeof(lcomplex_ptr))fcomplex_ptr;
868 lcomplex_ptr = (typeof(lcomplex_ptr))dcomplex_ptr;
869 lcomplex_ptr = (typeof(lcomplex_ptr))lcomplex_ptr;
870 lcomplex_ptr = (typeof(lcomplex_ptr))void_ptr;
872 lcomplex_ptr = (typeof(lcomplex_ptr))char_struct_ptr;
874 lcomplex_ptr = (typeof(lcomplex_ptr))double_struct_ptr;
876 lcomplex_ptr = (typeof(lcomplex_ptr))char_union_ptr;
878 lcomplex_ptr = (typeof(lcomplex_ptr))double_union_ptr;
880 lcomplex_ptr = (typeof(lcomplex_ptr))enum_ptr;
882 lcomplex_ptr = (typeof(lcomplex_ptr))double_array_ptr;
884 lcomplex_ptr = (typeof(lcomplex_ptr))func_ptr;
903 void_ptr = (typeof(void_ptr))lcomplex_ptr;
946 char_struct_ptr = (typeof(char_struct_ptr))lcomplex_ptr;
995 double_struct_ptr = (typeof(double_struct_ptr))lcomplex_ptr;
1044 char_union_ptr = (typeof(char_union_ptr))lcomplex_ptr;
1092 double_union_ptr = (typeof(double_union_ptr))lcomplex_ptr;
1138 enum_ptr = (typeof(enum_ptr))lcomplex_ptr;
1186 double_array_ptr = (typeof(double_array_ptr))lcomplex_ptr;
1236 func_ptr = (typeof(func_ptr))lcomplex_ptr;