Home | History | Annotate | Download | only in cp

Lines Matching refs:binding_value

7558   tree binding_value, tmpl, tinfo;
7564 binding_value = binding->value ? binding->value : binding->type;
7567 /* BINDING_VALUE must be a template parm. */
7568 if (binding_value == NULL_TREE
7569 || (!DECL_P (binding_value)
7570 || !DECL_TEMPLATE_PARM_P (binding_value)))
7573 /* The level of BINDING_VALUE. */
7575 template_type_parameter_p (binding_value)
7577 (TREE_TYPE (binding_value)))
7578 : TEMPLATE_PARM_LEVEL (DECL_INITIAL (binding_value));
7587 /* If the level of the parm BINDING_VALUE equals the depth of TMPL,
7588 then BINDING_VALUE is a parameter of TMPL. */