Symbol: int_ptr
tests/usr.bin/xlint/lint1/c11.c
81
const int_ptr constant_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
1015
char_union_ptr = (typeof(char_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
1064
double_union_ptr = (typeof(double_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
1110
enum_ptr = (typeof(enum_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
1156
double_array_ptr = (typeof(double_array_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
1204
func_ptr = (typeof(func_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
121
char_ptr = (typeof(char_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
153
schar_ptr = (typeof(schar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
198
uchar_ptr = (typeof(uchar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
229
short_ptr = (typeof(short_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
277
ushort_ptr = (typeof(ushort_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
317
int_ptr = (typeof(int_ptr))bool_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
318
int_ptr = (typeof(int_ptr))char_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
320
int_ptr = (typeof(int_ptr))schar_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
321
int_ptr = (typeof(int_ptr))uchar_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
323
int_ptr = (typeof(int_ptr))short_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
325
int_ptr = (typeof(int_ptr))ushort_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
326
int_ptr = (typeof(int_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
327
int_ptr = (typeof(int_ptr))uint_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
328
int_ptr = (typeof(int_ptr))long_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
329
int_ptr = (typeof(int_ptr))ulong_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
331
int_ptr = (typeof(int_ptr))llong_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
333
int_ptr = (typeof(int_ptr))ullong_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
335
int_ptr = (typeof(int_ptr))float_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
337
int_ptr = (typeof(int_ptr))double_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
339
int_ptr = (typeof(int_ptr))ldouble_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
341
int_ptr = (typeof(int_ptr))fcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
343
int_ptr = (typeof(int_ptr))dcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
345
int_ptr = (typeof(int_ptr))lcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
346
int_ptr = (typeof(int_ptr))void_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
348
int_ptr = (typeof(int_ptr))char_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
350
int_ptr = (typeof(int_ptr))double_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
352
int_ptr = (typeof(int_ptr))char_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
354
int_ptr = (typeof(int_ptr))double_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
355
int_ptr = (typeof(int_ptr))enum_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
357
int_ptr = (typeof(int_ptr))double_array_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
359
int_ptr = (typeof(int_ptr))func_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
371
uint_ptr = (typeof(uint_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
41
static int *int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
416
long_ptr = (typeof(long_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
461
ulong_ptr = (typeof(ulong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
507
llong_ptr = (typeof(llong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
555
ullong_ptr = (typeof(ullong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
603
float_ptr = (typeof(float_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
652
double_ptr = (typeof(double_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
698
ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
745
fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
76
bool_ptr = (typeof(bool_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
794
dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
842
lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
885
void_ptr = (typeof(void_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
917
char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_ilp32_ldbl64.c
966
double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
1022
char_union_ptr = (typeof(char_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
1071
double_union_ptr = (typeof(double_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
1117
enum_ptr = (typeof(enum_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
1165
double_array_ptr = (typeof(double_array_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
121
char_ptr = (typeof(char_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
1214
func_ptr = (typeof(func_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
153
schar_ptr = (typeof(schar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
198
uchar_ptr = (typeof(uchar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
229
short_ptr = (typeof(short_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
277
ushort_ptr = (typeof(ushort_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
317
int_ptr = (typeof(int_ptr))bool_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
318
int_ptr = (typeof(int_ptr))char_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
320
int_ptr = (typeof(int_ptr))schar_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
321
int_ptr = (typeof(int_ptr))uchar_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
323
int_ptr = (typeof(int_ptr))short_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
325
int_ptr = (typeof(int_ptr))ushort_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
326
int_ptr = (typeof(int_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
327
int_ptr = (typeof(int_ptr))uint_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
329
int_ptr = (typeof(int_ptr))long_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
331
int_ptr = (typeof(int_ptr))ulong_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
333
int_ptr = (typeof(int_ptr))llong_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
335
int_ptr = (typeof(int_ptr))ullong_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
337
int_ptr = (typeof(int_ptr))float_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
339
int_ptr = (typeof(int_ptr))double_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
341
int_ptr = (typeof(int_ptr))ldouble_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
343
int_ptr = (typeof(int_ptr))fcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
345
int_ptr = (typeof(int_ptr))dcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
347
int_ptr = (typeof(int_ptr))lcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
348
int_ptr = (typeof(int_ptr))void_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
350
int_ptr = (typeof(int_ptr))char_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
352
int_ptr = (typeof(int_ptr))double_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
354
int_ptr = (typeof(int_ptr))char_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
356
int_ptr = (typeof(int_ptr))double_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
357
int_ptr = (typeof(int_ptr))enum_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
359
int_ptr = (typeof(int_ptr))double_array_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
361
int_ptr = (typeof(int_ptr))func_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
373
uint_ptr = (typeof(uint_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
41
static int *int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
421
long_ptr = (typeof(long_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
467
ulong_ptr = (typeof(ulong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
513
llong_ptr = (typeof(llong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
559
ullong_ptr = (typeof(ullong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
605
float_ptr = (typeof(float_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
654
double_ptr = (typeof(double_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
701
ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
750
fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
76
bool_ptr = (typeof(bool_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
799
dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
848
lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
892
void_ptr = (typeof(void_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
924
char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_lp64_ldbl128.c
973
double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
1033
char_union_ptr = (typeof(char_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
1082
double_union_ptr = (typeof(double_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
1128
enum_ptr = (typeof(enum_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
1176
double_array_ptr = (typeof(double_array_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
1225
func_ptr = (typeof(func_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
124
char_ptr = (typeof(char_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
156
schar_ptr = (typeof(schar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
201
uchar_ptr = (typeof(uchar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
232
short_ptr = (typeof(short_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
280
ushort_ptr = (typeof(ushort_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
320
int_ptr = (typeof(int_ptr))bool_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
321
int_ptr = (typeof(int_ptr))char_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
323
int_ptr = (typeof(int_ptr))schar_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
324
int_ptr = (typeof(int_ptr))uchar_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
326
int_ptr = (typeof(int_ptr))short_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
328
int_ptr = (typeof(int_ptr))ushort_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
329
int_ptr = (typeof(int_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
330
int_ptr = (typeof(int_ptr))uint_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
332
int_ptr = (typeof(int_ptr))long_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
334
int_ptr = (typeof(int_ptr))ulong_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
336
int_ptr = (typeof(int_ptr))llong_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
338
int_ptr = (typeof(int_ptr))ullong_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
340
int_ptr = (typeof(int_ptr))float_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
342
int_ptr = (typeof(int_ptr))double_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
344
int_ptr = (typeof(int_ptr))ldouble_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
346
int_ptr = (typeof(int_ptr))fcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
348
int_ptr = (typeof(int_ptr))dcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
350
int_ptr = (typeof(int_ptr))lcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
351
int_ptr = (typeof(int_ptr))void_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
353
int_ptr = (typeof(int_ptr))char_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
355
int_ptr = (typeof(int_ptr))double_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
357
int_ptr = (typeof(int_ptr))char_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
359
int_ptr = (typeof(int_ptr))double_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
360
int_ptr = (typeof(int_ptr))enum_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
362
int_ptr = (typeof(int_ptr))double_array_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
364
int_ptr = (typeof(int_ptr))func_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
376
uint_ptr = (typeof(uint_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
424
long_ptr = (typeof(long_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
44
static int *int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
472
ulong_ptr = (typeof(ulong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
520
llong_ptr = (typeof(llong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
568
ullong_ptr = (typeof(ullong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
616
float_ptr = (typeof(float_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
665
double_ptr = (typeof(double_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
712
ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
761
fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
79
bool_ptr = (typeof(bool_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
810
dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
859
lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
903
void_ptr = (typeof(void_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
935
char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable.c
984
double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
1038
char_union_ptr = (typeof(char_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
1087
double_union_ptr = (typeof(double_union_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
1133
enum_ptr = (typeof(enum_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
1181
double_array_ptr = (typeof(double_array_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
1230
func_ptr = (typeof(func_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
129
char_ptr = (typeof(char_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
161
schar_ptr = (typeof(schar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
206
uchar_ptr = (typeof(uchar_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
237
short_ptr = (typeof(short_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
285
ushort_ptr = (typeof(ushort_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
325
int_ptr = (typeof(int_ptr))bool_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
326
int_ptr = (typeof(int_ptr))char_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
328
int_ptr = (typeof(int_ptr))schar_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
329
int_ptr = (typeof(int_ptr))uchar_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
331
int_ptr = (typeof(int_ptr))short_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
333
int_ptr = (typeof(int_ptr))ushort_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
334
int_ptr = (typeof(int_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
335
int_ptr = (typeof(int_ptr))uint_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
337
int_ptr = (typeof(int_ptr))long_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
339
int_ptr = (typeof(int_ptr))ulong_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
341
int_ptr = (typeof(int_ptr))llong_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
343
int_ptr = (typeof(int_ptr))ullong_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
345
int_ptr = (typeof(int_ptr))float_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
347
int_ptr = (typeof(int_ptr))double_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
349
int_ptr = (typeof(int_ptr))ldouble_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
351
int_ptr = (typeof(int_ptr))fcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
353
int_ptr = (typeof(int_ptr))dcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
355
int_ptr = (typeof(int_ptr))lcomplex_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
356
int_ptr = (typeof(int_ptr))void_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
358
int_ptr = (typeof(int_ptr))char_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
360
int_ptr = (typeof(int_ptr))double_struct_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
362
int_ptr = (typeof(int_ptr))char_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
364
int_ptr = (typeof(int_ptr))double_union_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
365
int_ptr = (typeof(int_ptr))enum_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
367
int_ptr = (typeof(int_ptr))double_array_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
369
int_ptr = (typeof(int_ptr))func_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
381
uint_ptr = (typeof(uint_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
429
long_ptr = (typeof(long_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
477
ulong_ptr = (typeof(ulong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
49
static int *int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
525
llong_ptr = (typeof(llong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
573
ullong_ptr = (typeof(ullong_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
621
float_ptr = (typeof(float_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
670
double_ptr = (typeof(double_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
717
ldouble_ptr = (typeof(ldouble_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
766
fcomplex_ptr = (typeof(fcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
815
dcomplex_ptr = (typeof(dcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
84
bool_ptr = (typeof(bool_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
864
lcomplex_ptr = (typeof(lcomplex_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
908
void_ptr = (typeof(void_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
940
char_struct_ptr = (typeof(char_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/msg_247_portable_int.c
989
double_struct_ptr = (typeof(double_struct_ptr))int_ptr;
tests/usr.bin/xlint/lint1/queries.c
537
int_ptr = void_ptr;
tests/usr.bin/xlint/lint1/queries.c
539
int_ptr = (int *)void_ptr;
tests/usr.bin/xlint/lint1/queries.c
544
int_ptr = void_ptr;
tests/usr.bin/xlint/lint1/queries.c
546
int_ptr = char_ptr;
tests/usr.bin/xlint/lint1/queries.c
548
char_ptr = int_ptr;
tests/usr.bin/xlint/lint1/queries.c
550
int_ptr = (void *)0;
tests/usr.bin/xlint/lint1/queries.c
79
int *int_ptr;