/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_247_portable.c | 44 static int *int_ptr; variable 79 bool_ptr = (typeof(bool_ptr))int_ptr; in all_casts() 124 char_ptr = (typeof(char_ptr))int_ptr; in all_casts() 156 schar_ptr = (typeof(schar_ptr))int_ptr; in all_casts() 201 uchar_ptr = (typeof(uchar_ptr))int_ptr; in all_casts() 232 short_ptr = (typeof(short_ptr))int_ptr; in all_casts() 280 ushort_ptr = (typeof(ushort_ptr))int_ptr; in all_casts() 320 int_ptr = (typeof(int_ptr))bool_ptr; in all_casts() 321 int_ptr in all_casts() [all...] |
H A D | msg_247_lp64_ldbl128.c | 41 static int *int_ptr; variable 76 bool_ptr = (typeof(bool_ptr))int_ptr; in all_casts() 121 char_ptr = (typeof(char_ptr))int_ptr; in all_casts() 153 schar_ptr = (typeof(schar_ptr))int_ptr; in all_casts() 198 uchar_ptr = (typeof(uchar_ptr))int_ptr; in all_casts() 229 short_ptr = (typeof(short_ptr))int_ptr; in all_casts() 277 ushort_ptr = (typeof(ushort_ptr))int_ptr; in all_casts() 317 int_ptr = (typeof(int_ptr))bool_ptr; in all_casts() 318 int_ptr in all_casts() [all...] |
H A D | msg_247_portable_int.c | 49 static int *int_ptr; variable 84 bool_ptr = (typeof(bool_ptr))int_ptr; in all_casts() 129 char_ptr = (typeof(char_ptr))int_ptr; in all_casts() 161 schar_ptr = (typeof(schar_ptr))int_ptr; in all_casts() 206 uchar_ptr = (typeof(uchar_ptr))int_ptr; in all_casts() 237 short_ptr = (typeof(short_ptr))int_ptr; in all_casts() 285 ushort_ptr = (typeof(ushort_ptr))int_ptr; in all_casts() 325 int_ptr = (typeof(int_ptr))bool_ptr; in all_casts() 326 int_ptr in all_casts() [all...] |
H A D | msg_247_ilp32_ldbl64.c | 41 static int *int_ptr; variable 76 bool_ptr = (typeof(bool_ptr))int_ptr; in all_casts() 121 char_ptr = (typeof(char_ptr))int_ptr; in all_casts() 153 schar_ptr = (typeof(schar_ptr))int_ptr; in all_casts() 198 uchar_ptr = (typeof(uchar_ptr))int_ptr; in all_casts() 229 short_ptr = (typeof(short_ptr))int_ptr; in all_casts() 277 ushort_ptr = (typeof(ushort_ptr))int_ptr; in all_casts() 317 int_ptr = (typeof(int_ptr))bool_ptr; in all_casts() 318 int_ptr in all_casts() [all...] |
H A D | queries.c | 79 int *int_ptr; 537 int_ptr = void_ptr; in Q20_void_pointer_conversion() 539 int_ptr = (int *)void_ptr; 544 int_ptr = void_ptr; 546 int_ptr = char_ptr; 548 char_ptr = int_ptr; 550 int_ptr = (void *)0; 77 int *int_ptr; global() variable
|
H A D | c11.c | 80 typedef int *int_ptr; typedef 81 const int_ptr constant_ptr;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_interface_test.cc | 33 int *int_ptr = Ident(new int); in TEST() local 39 EXPECT_EQ(true, __sanitizer_get_ownership(int_ptr)); in TEST() 40 EXPECT_EQ(sizeof(int), __sanitizer_get_allocated_size(int_ptr)); in TEST() 63 delete int_ptr; in TEST()
|
H A D | asan_test.cc | 423 int *int_ptr = new int[0]; in TEST() local 425 EXPECT_TRUE(NULL != int_ptr); in TEST() 427 EXPECT_NE(int_ptr, int_ptr2); in TEST() 428 delete[] int_ptr; in TEST() 439 int *int_ptr = Ident(new int); in TEST() local 442 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); in TEST() 448 delete int_ptr; in TEST()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 4571 int *int_ptr = new int; in TEST() local 4576 EXPECT_TRUE(__sanitizer_get_ownership(int_ptr)); in TEST() 4577 EXPECT_EQ(sizeof(*int_ptr), __sanitizer_get_allocated_size(int_ptr)); in TEST() 4594 delete int_ptr; in TEST() 4632 int *int_ptr = Ident(new int); in TEST() local 4635 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); in TEST() 4637 delete int_ptr; in TEST()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | gnulib-common.m4 | 754 [[typedef int *int_ptr; 755 int foo (int_ptr $ac_kw ip) { return ip[0]; }
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | c.m4 | 1745 [[typedef int * int_ptr; 1746 int foo (int_ptr $ac_kw ip) {
|
/netbsd-src/external/bsd/openpam/dist/ |
H A D | configure | 5448 typedef int *int_ptr; 5449 int foo (int_ptr $ac_kw ip) { return ip[0]; }
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | configure | 23544 typedef int * int_ptr; 23545 int foo (int_ptr $ac_kw ip) {
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | configure | 7542 typedef int *int_ptr; 7543 int foo (int_ptr $ac_kw ip) { return ip[0]; }
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/ |
H A D | configure | 48747 typedef int * int_ptr; 48748 int foo (int_ptr $ac_kw ip) {
|