Home | History | Annotate | Download | only in cp

Lines Matching defs:bindings

1110    along with the bindings of parameters to their arguments, for
1116 /* Parameter bindings environment. A TREE_VEC of arguments. */
1117 tree bindings;
1426 return cp_tree_equal (lhs->bindings, rhs->bindings);
3090 new_call.bindings
3094 /* We build up the bindings list before we know whether we already have this
3095 call cached. If we don't end up saving these bindings, ggc_free them when
3099 tree *bindings;
3101 free_bindings (tree &b): bindings (&b) { }
3102 ~free_bindings () { if (bindings) ggc_free (*bindings); }
3103 void preserve () { bindings = NULL; }
3104 } fb (new_call.bindings);
3172 new_obj = TREE_VEC_ELT (new_call.bindings, 0);
3184 tree cur_obj = TREE_VEC_ELT (ctx->call->bindings, 0);
3204 = iterative_hash_template_arg (new_call.bindings, new_call.hash);
3275 /* Associate the bindings with the remapped parms. */
3276 tree bound = new_call.bindings;