Lines Matching defs:void_ptr
57 static void *void_ptr;
102 bool_ptr = (typeof(bool_ptr))void_ptr;
136 char_ptr = (typeof(char_ptr))void_ptr;
179 schar_ptr = (typeof(schar_ptr))void_ptr;
213 uchar_ptr = (typeof(uchar_ptr))void_ptr;
255 short_ptr = (typeof(short_ptr))void_ptr;
303 ushort_ptr = (typeof(ushort_ptr))void_ptr;
351 int_ptr = (typeof(int_ptr))void_ptr;
398 uint_ptr = (typeof(uint_ptr))void_ptr;
445 long_ptr = (typeof(long_ptr))void_ptr;
493 ulong_ptr = (typeof(ulong_ptr))void_ptr;
541 llong_ptr = (typeof(llong_ptr))void_ptr;
589 ullong_ptr = (typeof(ullong_ptr))void_ptr;
638 float_ptr = (typeof(float_ptr))void_ptr;
687 double_ptr = (typeof(double_ptr))void_ptr;
734 ldouble_ptr = (typeof(ldouble_ptr))void_ptr;
783 fcomplex_ptr = (typeof(fcomplex_ptr))void_ptr;
832 dcomplex_ptr = (typeof(dcomplex_ptr))void_ptr;
881 lcomplex_ptr = (typeof(lcomplex_ptr))void_ptr;
897 void_ptr = (typeof(void_ptr))bool_ptr;
898 void_ptr = (typeof(void_ptr))char_ptr;
899 void_ptr = (typeof(void_ptr))schar_ptr;
900 void_ptr = (typeof(void_ptr))uchar_ptr;
901 void_ptr = (typeof(void_ptr))short_ptr;
902 void_ptr = (typeof(void_ptr))ushort_ptr;
903 void_ptr = (typeof(void_ptr))int_ptr;
904 void_ptr = (typeof(void_ptr))uint_ptr;
905 void_ptr = (typeof(void_ptr))long_ptr;
906 void_ptr = (typeof(void_ptr))ulong_ptr;
907 void_ptr = (typeof(void_ptr))llong_ptr;
908 void_ptr = (typeof(void_ptr))ullong_ptr;
909 void_ptr = (typeof(void_ptr))float_ptr;
910 void_ptr = (typeof(void_ptr))double_ptr;
911 void_ptr = (typeof(void_ptr))ldouble_ptr;
912 void_ptr = (typeof(void_ptr))fcomplex_ptr;
913 void_ptr = (typeof(void_ptr))dcomplex_ptr;
914 void_ptr = (typeof(void_ptr))lcomplex_ptr;
915 void_ptr = (typeof(void_ptr))void_ptr;
916 void_ptr = (typeof(void_ptr))char_struct_ptr;
917 void_ptr = (typeof(void_ptr))double_struct_ptr;
918 void_ptr = (typeof(void_ptr))char_union_ptr;
919 void_ptr = (typeof(void_ptr))double_union_ptr;
920 void_ptr = (typeof(void_ptr))enum_ptr;
921 void_ptr = (typeof(void_ptr))double_array_ptr;
922 void_ptr = (typeof(void_ptr))func_ptr;
958 char_struct_ptr = (typeof(char_struct_ptr))void_ptr;
1007 double_struct_ptr = (typeof(double_struct_ptr))void_ptr;
1056 char_union_ptr = (typeof(char_union_ptr))void_ptr;
1104 double_union_ptr = (typeof(double_union_ptr))void_ptr;
1150 enum_ptr = (typeof(enum_ptr))void_ptr;
1198 double_array_ptr = (typeof(double_array_ptr))void_ptr;
1248 func_ptr = (typeof(func_ptr))void_ptr;