Lines Matching defs:uint_ptr
42 static unsigned int *uint_ptr;
78 bool_ptr = (typeof(bool_ptr))uint_ptr;
122 char_ptr = (typeof(char_ptr))uint_ptr;
155 schar_ptr = (typeof(schar_ptr))uint_ptr;
199 uchar_ptr = (typeof(uchar_ptr))uint_ptr;
231 short_ptr = (typeof(short_ptr))uint_ptr;
279 ushort_ptr = (typeof(ushort_ptr))uint_ptr;
327 int_ptr = (typeof(int_ptr))uint_ptr;
362 uint_ptr = (typeof(uint_ptr))bool_ptr;
363 uint_ptr = (typeof(uint_ptr))char_ptr;
365 uint_ptr = (typeof(uint_ptr))schar_ptr;
366 uint_ptr = (typeof(uint_ptr))uchar_ptr;
368 uint_ptr = (typeof(uint_ptr))short_ptr;
370 uint_ptr = (typeof(uint_ptr))ushort_ptr;
371 uint_ptr = (typeof(uint_ptr))int_ptr;
372 uint_ptr = (typeof(uint_ptr))uint_ptr;
373 uint_ptr = (typeof(uint_ptr))long_ptr;
374 uint_ptr = (typeof(uint_ptr))ulong_ptr;
376 uint_ptr = (typeof(uint_ptr))llong_ptr;
378 uint_ptr = (typeof(uint_ptr))ullong_ptr;
380 uint_ptr = (typeof(uint_ptr))float_ptr;
382 uint_ptr = (typeof(uint_ptr))double_ptr;
384 uint_ptr = (typeof(uint_ptr))ldouble_ptr;
386 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
388 uint_ptr = (typeof(uint_ptr))dcomplex_ptr;
390 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
391 uint_ptr = (typeof(uint_ptr))void_ptr;
393 uint_ptr = (typeof(uint_ptr))char_struct_ptr;
395 uint_ptr = (typeof(uint_ptr))double_struct_ptr;
397 uint_ptr = (typeof(uint_ptr))char_union_ptr;
399 uint_ptr = (typeof(uint_ptr))double_union_ptr;
400 uint_ptr = (typeof(uint_ptr))enum_ptr;
402 uint_ptr = (typeof(uint_ptr))double_array_ptr;
404 uint_ptr = (typeof(uint_ptr))func_ptr;
417 long_ptr = (typeof(long_ptr))uint_ptr;
462 ulong_ptr = (typeof(ulong_ptr))uint_ptr;
509 llong_ptr = (typeof(llong_ptr))uint_ptr;
557 ullong_ptr = (typeof(ullong_ptr))uint_ptr;
605 float_ptr = (typeof(float_ptr))uint_ptr;
654 double_ptr = (typeof(double_ptr))uint_ptr;
700 ldouble_ptr = (typeof(ldouble_ptr))uint_ptr;
747 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
796 dcomplex_ptr = (typeof(dcomplex_ptr))uint_ptr;
844 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
886 void_ptr = (typeof(void_ptr))uint_ptr;
919 char_struct_ptr = (typeof(char_struct_ptr))uint_ptr;
968 double_struct_ptr = (typeof(double_struct_ptr))uint_ptr;
1017 char_union_ptr = (typeof(char_union_ptr))uint_ptr;
1066 double_union_ptr = (typeof(double_union_ptr))uint_ptr;
1111 enum_ptr = (typeof(enum_ptr))uint_ptr;
1158 double_array_ptr = (typeof(double_array_ptr))uint_ptr;
1206 func_ptr = (typeof(func_ptr))uint_ptr;