Searched refs:stree (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/zlib/
H A Dtrees.c485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/haiku-buildtools/binutils/zlib/
H A Dtrees.c485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c12143 resolve_typebound_user_op (gfc_symtree* stree) argument
12148 gcc_assert (stree && stree->n.tb);
12150 if (stree->n.tb->error)
12154 gcc_assert (stree->n.tb->is_generic);
12162 stree->name, true, NULL);
12165 stree->n.tb->overridden = overridden->n.tb;
12168 stree->n.tb->overridden = NULL;
12171 if (!resolve_tb_generic_targets (super_type, stree->n.tb, stree
12198 resolve_typebound_procedure(gfc_symtree* stree) argument
[all...]
H A Ddecl.c4899 gfc_symtree *stree; local
4901 gfc_get_sym_tree ("ppr@", gfc_current_ns, &stree, false);
4905 gfc_get_sym_tree ("ppr@", gfc_current_ns->parent, &stree, false);
4907 st2->n.sym = stree->n.sym;
4909 sym->result = stree->n.sym;
8370 gfc_symtree* stree; local
8499 stree = gfc_find_symtree (ns->tb_sym_root, name);
8500 if (stree && stree->n.tb)
8509 if (!stree)
[all...]
H A Dparse.c4081 gfc_symtree *stree; local
4088 stree = new_st.ext.iterator->var->symtree;
4090 stree = NULL;
4098 s.do_variable = stree;
H A Dmatch.c2414 gfc_symtree* stree; local
2428 stree = gfc_find_symtree_in_proc (name, gfc_current_ns);
2429 if (!stree)
2436 sym = stree->n.sym;

Completed in 481 milliseconds