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;
348 int_ptr = (typeof(int_ptr))void_ptr;
395 uint_ptr = (typeof(uint_ptr))void_ptr;
440 long_ptr = (typeof(long_ptr))void_ptr;
486 ulong_ptr = (typeof(ulong_ptr))void_ptr;
532 llong_ptr = (typeof(llong_ptr))void_ptr;
578 ullong_ptr = (typeof(ullong_ptr))void_ptr;
627 float_ptr = (typeof(float_ptr))void_ptr;
676 double_ptr = (typeof(double_ptr))void_ptr;
723 ldouble_ptr = (typeof(ldouble_ptr))void_ptr;
772 fcomplex_ptr = (typeof(fcomplex_ptr))void_ptr;
821 dcomplex_ptr = (typeof(dcomplex_ptr))void_ptr;
870 lcomplex_ptr = (typeof(lcomplex_ptr))void_ptr;
886 void_ptr = (typeof(void_ptr))bool_ptr;
887 void_ptr = (typeof(void_ptr))char_ptr;
888 void_ptr = (typeof(void_ptr))schar_ptr;
889 void_ptr = (typeof(void_ptr))uchar_ptr;
890 void_ptr = (typeof(void_ptr))short_ptr;
891 void_ptr = (typeof(void_ptr))ushort_ptr;
892 void_ptr = (typeof(void_ptr))int_ptr;
893 void_ptr = (typeof(void_ptr))uint_ptr;
894 void_ptr = (typeof(void_ptr))long_ptr;
895 void_ptr = (typeof(void_ptr))ulong_ptr;
896 void_ptr = (typeof(void_ptr))llong_ptr;
897 void_ptr = (typeof(void_ptr))ullong_ptr;
898 void_ptr = (typeof(void_ptr))float_ptr;
899 void_ptr = (typeof(void_ptr))double_ptr;
900 void_ptr = (typeof(void_ptr))ldouble_ptr;
901 void_ptr = (typeof(void_ptr))fcomplex_ptr;
902 void_ptr = (typeof(void_ptr))dcomplex_ptr;
903 void_ptr = (typeof(void_ptr))lcomplex_ptr;
904 void_ptr = (typeof(void_ptr))void_ptr;
905 void_ptr = (typeof(void_ptr))char_struct_ptr;
906 void_ptr = (typeof(void_ptr))double_struct_ptr;
907 void_ptr = (typeof(void_ptr))char_union_ptr;
908 void_ptr = (typeof(void_ptr))double_union_ptr;
909 void_ptr = (typeof(void_ptr))enum_ptr;
910 void_ptr = (typeof(void_ptr))double_array_ptr;
911 void_ptr = (typeof(void_ptr))func_ptr;
947 char_struct_ptr = (typeof(char_struct_ptr))void_ptr;
996 double_struct_ptr = (typeof(double_struct_ptr))void_ptr;
1045 char_union_ptr = (typeof(char_union_ptr))void_ptr;
1093 double_union_ptr = (typeof(double_union_ptr))void_ptr;
1139 enum_ptr = (typeof(enum_ptr))void_ptr;
1187 double_array_ptr = (typeof(double_array_ptr))void_ptr;
1237 func_ptr = (typeof(func_ptr))void_ptr;