Searched refs:subelt (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cse.cc | 1663 struct table_elt *subelt, *subelt_prev; in insert_with_costs() local 1669 subelt = lookup (subexp, subhash, mode); in insert_with_costs() 1670 if (subelt == 0) in insert_with_costs() 1671 subelt = insert (subexp, NULL, subhash, mode); in insert_with_costs() 1673 if (subelt->related_value == 0) in insert_with_costs() 1674 subelt->related_value = subelt; in insert_with_costs() 1676 subelt_prev = subelt; in insert_with_costs() 1677 while (subelt_prev->related_value != subelt) in insert_with_costs()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cse.c | 1684 struct table_elt *subelt, *subelt_prev; in insert_with_costs() local 1690 subelt = lookup (subexp, subhash, mode); in insert_with_costs() 1691 if (subelt == 0) in insert_with_costs() 1692 subelt = insert (subexp, NULL, subhash, mode); in insert_with_costs() 1694 if (subelt->related_value == 0) in insert_with_costs() 1695 subelt->related_value = subelt; in insert_with_costs() 1697 subelt_prev = subelt; in insert_with_costs() 1698 while (subelt_prev->related_value != subelt) in insert_with_costs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 29639 tree subelt = NULL_TREE; in collect_ctor_idx_types() local 29641 subelt = TREE_TYPE (ftype); in collect_ctor_idx_types() 29642 list = collect_ctor_idx_types (val, list, subelt); in collect_ctor_idx_types()
|