Searched refs:NO_INSERT (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/contrib/binutils/include/
H A Dhashtab.h147 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dhashtab.h147 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/freebsd-10.0-release/contrib/gdb/include/
H A Dhashtab.h134 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/freebsd-10.0-release/contrib/gcc/
H A Dtree-sra.c544 if (!slot && insert == NO_INSERT)
1108 struct sra_elt *elt = lookup_element (NULL, var, NULL, NO_INSERT);
1527 struct sra_elt *elt = lookup_element (NULL, var, NULL, NO_INSERT);
1689 c = lookup_element (elt, integer_zero_node, NULL, NO_INSERT);
1691 c = lookup_element (elt, integer_one_node, NULL, NO_INSERT);
1728 sc = lookup_element (src, dc->element, NULL, NO_INSERT);
1843 sub = lookup_element (elt, lower, NULL, NO_INSERT);
1854 sub = lookup_element (elt, purpose, NULL, NO_INSERT);
2237 struct sra_elt *elt = lookup_element (NULL, var, NULL, NO_INSERT);
H A Dtlink.c123 create ? INSERT : NO_INSERT);
165 create ? INSERT : NO_INSERT);
H A Dtree-ssa-uncprop.c353 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT);
511 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT);
H A Dtree-vn.c303 slot = htab_find_slot_with_hash (value_table, &vep, vep.hashcode, NO_INSERT);
H A Dtree-nested.c1281 field = lookup_field_for_decl (info, t, NO_INSERT);
1447 tree field = lookup_field_for_decl (info, decl, NO_INSERT);
1813 field = lookup_field_for_decl (root, p, NO_INSERT);
1847 field = lookup_tramp_for_decl (root, i->context, NO_INSERT);
H A Dtree-ssa-threadupdate.c787 lookup_redirection_data (e, NULL, NO_INSERT)->do_not_duplicate = true;
H A Dvar-tracking.c2042 NO_INSERT);
2057 NO_INSERT);
2223 NO_INSERT);
2280 NO_INSERT);
H A Dcgraph.c557 slot = htab_find_slot (cgraph_hash, node, NO_INSERT);
H A Dcselib.c986 hashval, create ? INSERT : NO_INSERT);
H A Dggc-common.c914 NO_INSERT);
H A Dtree-ssa-reassoc.c197 slot = htab_find_slot (operand_rank, &vrd, NO_INSERT);
H A Dexcept.c1174 TREE_HASH (type), NO_INSERT);
2181 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT);
2296 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT);
H A Dtree-eh.c143 NO_INSERT);
H A Dtree-into-ssa.c605 slot = htab_find_slot (repl_tbl, (void *) &m, NO_INSERT);
H A Dtree-ssa-dom.c1946 (insert ? INSERT : NO_INSERT));
H A Dgcse.c5179 slot = htab_find_slot (pre_ldst_table, &e, NO_INSERT);
H A Dtree-cfg.c774 slot = htab_find_slot (edge_to_cases, &elt, NO_INSERT);
H A Dtree-ssa-pre.c439 NO_INSERT);
H A Dtree-ssa-structalias.c4396 sbi.hashcode, NO_INSERT);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dhashtab.c601 insert=NO_INSERT, then call htab_clear_slot on the slot returned
658 if (insert == NO_INSERT)
702 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dhashtab.c601 insert=NO_INSERT, then call htab_clear_slot on the slot returned
658 if (insert == NO_INSERT)
702 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck2.c194 (hashval_t)TYPE_UID (type), NO_INSERT);

Completed in 263 milliseconds

12