/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | linker.c | 702 struct bfd_link_hash_entry **pun; in bfd_link_repair_undef_list() local 704 pun = &table->undefs; in bfd_link_repair_undef_list() 705 while (*pun != NULL) in bfd_link_repair_undef_list() 707 struct bfd_link_hash_entry *h = *pun; in bfd_link_repair_undef_list() 712 *pun = h->u.undef.next; in bfd_link_repair_undef_list() 716 if (pun == &table->undefs) in bfd_link_repair_undef_list() 722 ((char *) pun - ((char *) &h->u.undef.next - (char *) h)); in bfd_link_repair_undef_list() 727 pun = &h->u.undef.next; in bfd_link_repair_undef_list()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | linker.c | 705 struct bfd_link_hash_entry **pun; in bfd_link_repair_undef_list() local 707 pun = &table->undefs; in bfd_link_repair_undef_list() 708 while (*pun != NULL) in bfd_link_repair_undef_list() 710 struct bfd_link_hash_entry *h = *pun; in bfd_link_repair_undef_list() 715 *pun = h->u.undef.next; in bfd_link_repair_undef_list() 719 if (pun == &table->undefs) in bfd_link_repair_undef_list() 725 ((char *) pun - ((char *) &h->u.undef.next - (char *) h)); in bfd_link_repair_undef_list() 730 pun = &h->u.undef.next; in bfd_link_repair_undef_list()
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | diskio.c | 46 u_int8_t pun[16]; member
|
/netbsd-src/sys/arch/atari/stand/tostools/aptck/ |
H A D | diskio.c | 46 u_int8_t pun[16]; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa.c | 1885 gimple *pun in execute_update_addresses_taken() local 1889 gsi_insert_before (&gsi, pun, GSI_SAME_STMT); in execute_update_addresses_taken() 1941 gimple *pun in execute_update_addresses_taken() local 1945 gsi_insert_before (&gsi, pun, GSI_SAME_STMT); in execute_update_addresses_taken()
|
H A D | tree-vect-stmts.c | 7988 gimple *pun in vectorizable_store() local 7991 vect_finish_stmt_generation (stmt_info, pun, gsi); in vectorizable_store()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa.cc | 2052 gimple *pun in execute_update_addresses_taken() local 2056 gsi_insert_before (&gsi, pun, GSI_SAME_STMT); in execute_update_addresses_taken() 2108 gimple *pun in execute_update_addresses_taken() local 2112 gsi_insert_before (&gsi, pun, GSI_SAME_STMT); in execute_update_addresses_taken()
|
H A D | tree-vect-stmts.cc | 8109 gimple *pun in vectorizable_store() local 8112 vect_finish_stmt_generation (vinfo, stmt_info, pun, gsi); in vectorizable_store()
|
H A D | ChangeLog | 2465 lvalue DFmode pseudo into DImode, use a DImode pseudo and pun it into 5248 (vectorizable_live_operation): Do not pun to the SLP
|
H A D | ChangeLog-1998 | 4997 on MODE_FLOAT; pun to MODE_INT if possible. 9050 * real.h (REAL_VALUE_TO_TARGET_SINGLE): Use a union to pun types.
|
H A D | ChangeLog-2002 | 6895 Use a union to pun integer array. 29695 pun complex values as integers; use gen_lowpart instead of
|
H A D | ChangeLog-2000 | 5501 * expmed.c (store_bit_field): Move integer pun code down after
|
H A D | ChangeLog-2012 | 25777 memory reads when the result is a constant we can pun.
|
H A D | ChangeLog-2007 | 5407 Ramana Radhakrishnan <ramana@hercules.pun.celunite.com>
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 7109 tree pun /* = NULL_TREE */, in find_flexarrays() argument 7114 if (!pun && TREE_CODE (t) == UNION_TYPE) in find_flexarrays() 7115 pun = t; in find_flexarrays() 7162 if (fmem->array && !fmem->after[bool (pun)]) in find_flexarrays() 7166 fmem->after[bool (pun)] = fld; in find_flexarrays() 7190 find_flexarrays (eltype, fmem, false, pun, in find_flexarrays() 7221 if (fmem->array && !fmem->after[bool (pun)]) in find_flexarrays() 7222 fmem->after[bool (pun)] = fld; in find_flexarrays() 7238 if (!fmem->after[bool (pun)]) in find_flexarrays() 7239 fmem->after[bool (pun)] = fld; in find_flexarrays() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 6997 tree pun /* = NULL_TREE */, in find_flexarrays() argument 7002 if (!pun && TREE_CODE (t) == UNION_TYPE) in find_flexarrays() 7003 pun = t; in find_flexarrays() 7050 if (fmem->array && !fmem->after[bool (pun)]) in find_flexarrays() 7054 fmem->after[bool (pun)] = fld; in find_flexarrays() 7078 find_flexarrays (eltype, fmem, false, pun, in find_flexarrays() 7109 if (fmem->array && !fmem->after[bool (pun)]) in find_flexarrays() 7110 fmem->after[bool (pun)] = fld; in find_flexarrays() 7126 if (!fmem->after[bool (pun)]) in find_flexarrays() 7127 fmem->after[bool (pun)] = fld; in find_flexarrays() [all …]
|
/netbsd-src/games/fortune/ |
H A D | Notes | 114 justification (er, no pun intended). And no right margin justification,
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | ChangeLog | 303 * decBasic.c (decFloatCompareTotal): Avoid type-pun violation.
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | ChangeLog | 303 * decBasic.c (decFloatCompareTotal): Avoid type-pun violation.
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | ChangeLog | 383 * decBasic.c (decFloatCompareTotal): Avoid type-pun violation.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/ |
H A D | ChangeLog | 1939 Include François' wonderful pun to highlight warning text.
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2 | 25661 Immanuel doesn't pun, he Kant. 41234 The beauty of a pun is in the "Oy!" of the beholder. 41651 The courtroom was pregnant (pun intended) with anxious silence as the 44465 The quality of a pun is in the "Oy!" of the beholder. 49088 Use a pun, go to jail.
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | autoconf.texi | 10866 I should give some credit to the @samp{@@&t@@} pun. The @samp{&} is my 10880 invention, and I suppose it could have been a common pun around the
|
H A D | autoconf.info | 8720 I should give some credit to the `@&t@' pun. The `&' is my own 8731 invention, and I suppose it could have been a common pun around the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | invoke.texi | 6289 Takes care of the common pun+dereference pattern in the front end:
|