Searched refs:next_uid (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
| H A D | box.cpp | 268 int box::next_uid = 0; member in box 270 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) in box() 344 next_uid = 0; in top_level()
|
| H A D | box.h | 28 static int next_uid;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cselib.c | 165 static unsigned int next_uid; variable 588 next_uid = num; in cselib_reset_table() 598 return next_uid; in cselib_get_next_uid() 1485 gcc_assert (next_uid); in new_cselib_val() 1488 e->uid = next_uid++; in new_cselib_val() 1591 mem_elt = new_cselib_val (next_uid, mode, x); in cselib_lookup_mem() 2068 e = new_cselib_val (next_uid, GET_MODE (x), x); in cselib_subst_to_values() 2227 e = new_cselib_val (next_uid, GET_MODE (x), x); in cselib_lookup_1() 3026 cselib_reset_table (next_uid); in cselib_process_insn() 3086 cselib_reset_table (next_uid); in cselib_process_insn() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cselib.cc | 166 static unsigned int next_uid; variable 589 next_uid = num; in cselib_reset_table() 599 return next_uid; in cselib_get_next_uid() 1554 gcc_assert (next_uid); in new_cselib_val() 1557 e->uid = next_uid++; in new_cselib_val() 1660 mem_elt = new_cselib_val (next_uid, mode, x); in cselib_lookup_mem() 2136 e = new_cselib_val (next_uid, GET_MODE (x), x); in cselib_subst_to_values() 2295 e = new_cselib_val (next_uid, GET_MODE (x), x); in cselib_lookup_1() 3094 cselib_reset_table (next_uid); in cselib_process_insn() 3154 cselib_reset_table (next_uid); in cselib_process_insn() [all …]
|
| H A D | ChangeLog-2010 | 38957 * cselib.c (next_uid): Renamed from... 38967 (cselib_lookup_mem): Pass next_uid as hash. 38970 (cselib_lookup): Pass next_uid as hash. Adjust. 38972 (cselib_init): Initialize next_uid.
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | dhcpleasequery.c | 62 next_uid(const struct lease *lease) { in next_uid() function 304 get_newest_lease(&lease, tmp_lease, next_uid); in dhcpleasequery() 306 next_uid, in dhcpleasequery()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | supergraph.cc | 118 unsigned next_uid = m_old_stmt_uids.length (); in make_uid_unique() local 120 stmt->uid = next_uid; in make_uid_unique()
|