Lines Matching defs:lcomplex_ptr

56 static long double _Complex *lcomplex_ptr;
101 bool_ptr = (typeof(bool_ptr))lcomplex_ptr;
135 char_ptr = (typeof(char_ptr))lcomplex_ptr;
178 schar_ptr = (typeof(schar_ptr))lcomplex_ptr;
212 uchar_ptr = (typeof(uchar_ptr))lcomplex_ptr;
254 short_ptr = (typeof(short_ptr))lcomplex_ptr;
302 ushort_ptr = (typeof(ushort_ptr))lcomplex_ptr;
350 int_ptr = (typeof(int_ptr))lcomplex_ptr;
397 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
444 long_ptr = (typeof(long_ptr))lcomplex_ptr;
492 ulong_ptr = (typeof(ulong_ptr))lcomplex_ptr;
540 llong_ptr = (typeof(llong_ptr))lcomplex_ptr;
588 ullong_ptr = (typeof(ullong_ptr))lcomplex_ptr;
637 float_ptr = (typeof(float_ptr))lcomplex_ptr;
686 double_ptr = (typeof(double_ptr))lcomplex_ptr;
733 ldouble_ptr = (typeof(ldouble_ptr))lcomplex_ptr;
782 fcomplex_ptr = (typeof(fcomplex_ptr))lcomplex_ptr;
831 dcomplex_ptr = (typeof(dcomplex_ptr))lcomplex_ptr;
849 lcomplex_ptr = (typeof(lcomplex_ptr))bool_ptr;
850 lcomplex_ptr = (typeof(lcomplex_ptr))char_ptr;
852 lcomplex_ptr = (typeof(lcomplex_ptr))schar_ptr;
853 lcomplex_ptr = (typeof(lcomplex_ptr))uchar_ptr;
855 lcomplex_ptr = (typeof(lcomplex_ptr))short_ptr;
857 lcomplex_ptr = (typeof(lcomplex_ptr))ushort_ptr;
859 lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
861 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
863 lcomplex_ptr = (typeof(lcomplex_ptr))long_ptr;
865 lcomplex_ptr = (typeof(lcomplex_ptr))ulong_ptr;
867 lcomplex_ptr = (typeof(lcomplex_ptr))llong_ptr;
869 lcomplex_ptr = (typeof(lcomplex_ptr))ullong_ptr;
871 lcomplex_ptr = (typeof(lcomplex_ptr))float_ptr;
873 lcomplex_ptr = (typeof(lcomplex_ptr))double_ptr;
875 lcomplex_ptr = (typeof(lcomplex_ptr))ldouble_ptr;
877 lcomplex_ptr = (typeof(lcomplex_ptr))fcomplex_ptr;
879 lcomplex_ptr = (typeof(lcomplex_ptr))dcomplex_ptr;
880 lcomplex_ptr = (typeof(lcomplex_ptr))lcomplex_ptr;
881 lcomplex_ptr = (typeof(lcomplex_ptr))void_ptr;
883 lcomplex_ptr = (typeof(lcomplex_ptr))char_struct_ptr;
885 lcomplex_ptr = (typeof(lcomplex_ptr))double_struct_ptr;
887 lcomplex_ptr = (typeof(lcomplex_ptr))char_union_ptr;
889 lcomplex_ptr = (typeof(lcomplex_ptr))double_union_ptr;
891 lcomplex_ptr = (typeof(lcomplex_ptr))enum_ptr;
893 lcomplex_ptr = (typeof(lcomplex_ptr))double_array_ptr;
895 lcomplex_ptr = (typeof(lcomplex_ptr))func_ptr;
914 void_ptr = (typeof(void_ptr))lcomplex_ptr;
957 char_struct_ptr = (typeof(char_struct_ptr))lcomplex_ptr;
1006 double_struct_ptr = (typeof(double_struct_ptr))lcomplex_ptr;
1055 char_union_ptr = (typeof(char_union_ptr))lcomplex_ptr;
1103 double_union_ptr = (typeof(double_union_ptr))lcomplex_ptr;
1149 enum_ptr = (typeof(enum_ptr))lcomplex_ptr;
1197 double_array_ptr = (typeof(double_array_ptr))lcomplex_ptr;
1247 func_ptr = (typeof(func_ptr))lcomplex_ptr;