Searched refs:parm_depth (Results 1 – 5 of 5) sorted by relevance
113 int parm_depth; member2803 ++G.parm_depth; in write_bare_function_type()2807 --G.parm_depth; in write_bare_function_type()3091 int delta = G.parm_depth - level + 1; in write_expression()
3163 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_specialization() local3165 if (arg_depth > parm_depth) in check_explicit_specialization()3175 new_targs = make_tree_vec (parm_depth); in check_explicit_specialization()3176 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()3177 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()9949 int parm_depth; in lookup_template_class_1() local9964 parm_depth = TMPL_PARMS_DEPTH (parmlist); in lookup_template_class_1()9967 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class_1()9987 gcc_assert (parm_depth == arg_depth); in lookup_template_class_1()
4688 * mangle.c (struct globals): Add parm_depth field.
112 int parm_depth; member2718 ++G.parm_depth; in write_bare_function_type()2722 --G.parm_depth; in write_bare_function_type()2938 int delta = G.parm_depth - level + 1; in write_expression()
3118 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_specialization() local3120 if (arg_depth > parm_depth) in check_explicit_specialization()3130 new_targs = make_tree_vec (parm_depth); in check_explicit_specialization()3131 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()3132 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()9721 int parm_depth; in lookup_template_class_1() local9733 parm_depth = TMPL_PARMS_DEPTH (parmlist); in lookup_template_class_1()9736 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class_1()9756 gcc_assert (parm_depth == arg_depth); in lookup_template_class_1()