Lines Matching defs:void_ptr

54 static void *void_ptr;
99 bool_ptr = (typeof(bool_ptr))void_ptr;
133 char_ptr = (typeof(char_ptr))void_ptr;
176 schar_ptr = (typeof(schar_ptr))void_ptr;
210 uchar_ptr = (typeof(uchar_ptr))void_ptr;
252 short_ptr = (typeof(short_ptr))void_ptr;
300 ushort_ptr = (typeof(ushort_ptr))void_ptr;
346 int_ptr = (typeof(int_ptr))void_ptr;
391 uint_ptr = (typeof(uint_ptr))void_ptr;
436 long_ptr = (typeof(long_ptr))void_ptr;
481 ulong_ptr = (typeof(ulong_ptr))void_ptr;
528 llong_ptr = (typeof(llong_ptr))void_ptr;
576 ullong_ptr = (typeof(ullong_ptr))void_ptr;
625 float_ptr = (typeof(float_ptr))void_ptr;
673 double_ptr = (typeof(double_ptr))void_ptr;
719 ldouble_ptr = (typeof(ldouble_ptr))void_ptr;
767 fcomplex_ptr = (typeof(fcomplex_ptr))void_ptr;
815 dcomplex_ptr = (typeof(dcomplex_ptr))void_ptr;
863 lcomplex_ptr = (typeof(lcomplex_ptr))void_ptr;
879 void_ptr = (typeof(void_ptr))bool_ptr;
880 void_ptr = (typeof(void_ptr))char_ptr;
881 void_ptr = (typeof(void_ptr))schar_ptr;
882 void_ptr = (typeof(void_ptr))uchar_ptr;
883 void_ptr = (typeof(void_ptr))short_ptr;
884 void_ptr = (typeof(void_ptr))ushort_ptr;
885 void_ptr = (typeof(void_ptr))int_ptr;
886 void_ptr = (typeof(void_ptr))uint_ptr;
887 void_ptr = (typeof(void_ptr))long_ptr;
888 void_ptr = (typeof(void_ptr))ulong_ptr;
889 void_ptr = (typeof(void_ptr))llong_ptr;
890 void_ptr = (typeof(void_ptr))ullong_ptr;
891 void_ptr = (typeof(void_ptr))float_ptr;
892 void_ptr = (typeof(void_ptr))double_ptr;
893 void_ptr = (typeof(void_ptr))ldouble_ptr;
894 void_ptr = (typeof(void_ptr))fcomplex_ptr;
895 void_ptr = (typeof(void_ptr))dcomplex_ptr;
896 void_ptr = (typeof(void_ptr))lcomplex_ptr;
897 void_ptr = (typeof(void_ptr))void_ptr;
898 void_ptr = (typeof(void_ptr))char_struct_ptr;
899 void_ptr = (typeof(void_ptr))double_struct_ptr;
900 void_ptr = (typeof(void_ptr))char_union_ptr;
901 void_ptr = (typeof(void_ptr))double_union_ptr;
902 void_ptr = (typeof(void_ptr))enum_ptr;
903 void_ptr = (typeof(void_ptr))double_array_ptr;
904 void_ptr = (typeof(void_ptr))func_ptr;
940 char_struct_ptr = (typeof(char_struct_ptr))void_ptr;
989 double_struct_ptr = (typeof(double_struct_ptr))void_ptr;
1038 char_union_ptr = (typeof(char_union_ptr))void_ptr;
1086 double_union_ptr = (typeof(double_union_ptr))void_ptr;
1130 enum_ptr = (typeof(enum_ptr))void_ptr;
1177 double_array_ptr = (typeof(double_array_ptr))void_ptr;
1227 func_ptr = (typeof(func_ptr))void_ptr;