Home | History | Annotate | Download | only in lint1

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;
364 uint_ptr = (typeof(uint_ptr))bool_ptr;
365 uint_ptr = (typeof(uint_ptr))char_ptr;
367 uint_ptr = (typeof(uint_ptr))schar_ptr;
368 uint_ptr = (typeof(uint_ptr))uchar_ptr;
370 uint_ptr = (typeof(uint_ptr))short_ptr;
372 uint_ptr = (typeof(uint_ptr))ushort_ptr;
373 uint_ptr = (typeof(uint_ptr))int_ptr;
374 uint_ptr = (typeof(uint_ptr))uint_ptr;
376 uint_ptr = (typeof(uint_ptr))long_ptr;
378 uint_ptr = (typeof(uint_ptr))ulong_ptr;
380 uint_ptr = (typeof(uint_ptr))llong_ptr;
382 uint_ptr = (typeof(uint_ptr))ullong_ptr;
384 uint_ptr = (typeof(uint_ptr))float_ptr;
386 uint_ptr = (typeof(uint_ptr))double_ptr;
388 uint_ptr = (typeof(uint_ptr))ldouble_ptr;
390 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
392 uint_ptr = (typeof(uint_ptr))dcomplex_ptr;
394 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
395 uint_ptr = (typeof(uint_ptr))void_ptr;
397 uint_ptr = (typeof(uint_ptr))char_struct_ptr;
399 uint_ptr = (typeof(uint_ptr))double_struct_ptr;
401 uint_ptr = (typeof(uint_ptr))char_union_ptr;
403 uint_ptr = (typeof(uint_ptr))double_union_ptr;
404 uint_ptr = (typeof(uint_ptr))enum_ptr;
406 uint_ptr = (typeof(uint_ptr))double_array_ptr;
408 uint_ptr = (typeof(uint_ptr))func_ptr;
423 long_ptr = (typeof(long_ptr))uint_ptr;
469 ulong_ptr = (typeof(ulong_ptr))uint_ptr;
515 llong_ptr = (typeof(llong_ptr))uint_ptr;
561 ullong_ptr = (typeof(ullong_ptr))uint_ptr;
607 float_ptr = (typeof(float_ptr))uint_ptr;
656 double_ptr = (typeof(double_ptr))uint_ptr;
703 ldouble_ptr = (typeof(ldouble_ptr))uint_ptr;
752 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
801 dcomplex_ptr = (typeof(dcomplex_ptr))uint_ptr;
850 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
893 void_ptr = (typeof(void_ptr))uint_ptr;
926 char_struct_ptr = (typeof(char_struct_ptr))uint_ptr;
975 double_struct_ptr = (typeof(double_struct_ptr))uint_ptr;
1024 char_union_ptr = (typeof(char_union_ptr))uint_ptr;
1073 double_union_ptr = (typeof(double_union_ptr))uint_ptr;
1118 enum_ptr = (typeof(enum_ptr))uint_ptr;
1167 double_array_ptr = (typeof(double_array_ptr))uint_ptr;
1216 func_ptr = (typeof(func_ptr))uint_ptr;