Searched refs:INSERT (Results 226 - 250 of 471) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtask.c242 &task->depend[i], INSERT);
2209 *htab_find_slot (&new_htab, n, INSERT) = n;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinespec.c1136 slot = htab_find_slot (set, &e, INSERT);
3420 slot = htab_find_slot (m_unique_syms.get (), sym, INSERT);
3682 slot = htab_find_slot (m_symtab_table.get (), symtab, INSERT);
H A Dctfread.c258 slot = (struct ctf_tid_and_type **) htab_find_slot (htab, &ids, INSERT);
H A Dtarget-descriptions.c1116 void **slot = htab_find_slot (reg_hash.get (), reg.get (), INSERT);
H A Dgnu-v3-abi.c860 slot = htab_find_slot (offset_hash, &search_vo, INSERT);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r2.h890 #define MATCH_R2_INSERT MATCH_R2_OPX (INSERT, 0, 0, 0)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c1665 INSERT);
H A Dnds32-asm.c1633 htab_find_slot_with_hash (field_htab, fld->name, hash, INSERT);
1683 htab_find_slot_with_hash (htab, kw->name, hash, INSERT);
1816 INSERT);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlra-remat.c223 entry_ptr = htab_find_slot (cand_table, cand, INSERT);
H A Dtree-ssa-tail-merge.c741 slot = same_succ_htab->find_slot_with_hash (same, same->hashval, INSERT);
H A Dfunction.c715 *temp_slot_address_table->find_slot_with_hash (t, t->hash, INSERT) = t;
5715 rtx *slot = hash->find_slot (tmp, INSERT);
5739 slot = hash->find_slot (copy, INSERT);
6392 slot = types_used_by_vars_hash->find_slot (&e, INSERT);
H A Dcgraph.c189 *cgraph_fnver_htab->find_slot (version_info_node, INSERT)
701 (call, cgraph_edge_hasher::hash (call), INSERT) = e;
714 (e->call_stmt, cgraph_edge_hasher::hash (e->call_stmt), INSERT);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-gen.c1533 INSERT);
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnios2r2.h890 #define MATCH_R2_INSERT MATCH_R2_OPX (INSERT, 0, 0, 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dctfread.c240 slot = (struct ctf_tid_and_type **) htab_find_slot (htab, &ids, INSERT);
H A Dgnu-v3-abi.c860 slot = htab_find_slot (offset_hash, &search_vo, INSERT);
H A Dtarget-descriptions.c1130 void **slot = htab_find_slot (reg_hash, reg.get (), INSERT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlra-remat.cc223 entry_ptr = htab_find_slot (cand_table, cand, INSERT);
H A Dfunction.cc719 *temp_slot_address_table->find_slot_with_hash (t, t->hash, INSERT) = t;
5718 rtx *slot = hash->find_slot (tmp, INSERT);
5742 slot = hash->find_slot (copy, INSERT);
6510 slot = types_used_by_vars_hash->find_slot (&e, INSERT);
H A Dtree-ssa-tail-merge.cc741 slot = same_succ_htab->find_slot_with_hash (same, same->hashval, INSERT);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-gen.c1569 INSERT);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnios2r2.h890 #define MATCH_R2_INSERT MATCH_R2_OPX (INSERT, 0, 0, 0)
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r2.h890 #define MATCH_R2_INSERT MATCH_R2_OPX (INSERT, 0, 0, 0)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-gen.c1604 INSERT);
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc181 tree_node **slot = preserved.find_slot (t, INSERT);
204 const char **slot = file_names.find_slot (filename, INSERT);
700 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);

Completed in 465 milliseconds

1234567891011>>