Lines Matching defs:uint_ptr
45 static unsigned int *uint_ptr;
81 bool_ptr = (typeof(bool_ptr))uint_ptr;
125 char_ptr = (typeof(char_ptr))uint_ptr;
158 schar_ptr = (typeof(schar_ptr))uint_ptr;
202 uchar_ptr = (typeof(uchar_ptr))uint_ptr;
234 short_ptr = (typeof(short_ptr))uint_ptr;
282 ushort_ptr = (typeof(ushort_ptr))uint_ptr;
330 int_ptr = (typeof(int_ptr))uint_ptr;
367 uint_ptr = (typeof(uint_ptr))bool_ptr;
368 uint_ptr = (typeof(uint_ptr))char_ptr;
370 uint_ptr = (typeof(uint_ptr))schar_ptr;
371 uint_ptr = (typeof(uint_ptr))uchar_ptr;
373 uint_ptr = (typeof(uint_ptr))short_ptr;
375 uint_ptr = (typeof(uint_ptr))ushort_ptr;
376 uint_ptr = (typeof(uint_ptr))int_ptr;
377 uint_ptr = (typeof(uint_ptr))uint_ptr;
379 uint_ptr = (typeof(uint_ptr))long_ptr;
381 uint_ptr = (typeof(uint_ptr))ulong_ptr;
383 uint_ptr = (typeof(uint_ptr))llong_ptr;
385 uint_ptr = (typeof(uint_ptr))ullong_ptr;
387 uint_ptr = (typeof(uint_ptr))float_ptr;
389 uint_ptr = (typeof(uint_ptr))double_ptr;
391 uint_ptr = (typeof(uint_ptr))ldouble_ptr;
393 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
395 uint_ptr = (typeof(uint_ptr))dcomplex_ptr;
397 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
398 uint_ptr = (typeof(uint_ptr))void_ptr;
400 uint_ptr = (typeof(uint_ptr))char_struct_ptr;
402 uint_ptr = (typeof(uint_ptr))double_struct_ptr;
404 uint_ptr = (typeof(uint_ptr))char_union_ptr;
406 uint_ptr = (typeof(uint_ptr))double_union_ptr;
407 uint_ptr = (typeof(uint_ptr))enum_ptr;
409 uint_ptr = (typeof(uint_ptr))double_array_ptr;
411 uint_ptr = (typeof(uint_ptr))func_ptr;
426 long_ptr = (typeof(long_ptr))uint_ptr;
474 ulong_ptr = (typeof(ulong_ptr))uint_ptr;
522 llong_ptr = (typeof(llong_ptr))uint_ptr;
570 ullong_ptr = (typeof(ullong_ptr))uint_ptr;
618 float_ptr = (typeof(float_ptr))uint_ptr;
667 double_ptr = (typeof(double_ptr))uint_ptr;
714 ldouble_ptr = (typeof(ldouble_ptr))uint_ptr;
763 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
812 dcomplex_ptr = (typeof(dcomplex_ptr))uint_ptr;
861 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
904 void_ptr = (typeof(void_ptr))uint_ptr;
937 char_struct_ptr = (typeof(char_struct_ptr))uint_ptr;
986 double_struct_ptr = (typeof(double_struct_ptr))uint_ptr;
1035 char_union_ptr = (typeof(char_union_ptr))uint_ptr;
1084 double_union_ptr = (typeof(double_union_ptr))uint_ptr;
1129 enum_ptr = (typeof(enum_ptr))uint_ptr;
1178 double_array_ptr = (typeof(double_array_ptr))uint_ptr;
1227 func_ptr = (typeof(func_ptr))uint_ptr;