Home
last modified time | relevance | path

Searched refs:parm_depth (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc113 int parm_depth; member
2803 ++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()
H A Dpt.cc3163 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_specialization() local
3165 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() local
9964 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()
H A DChangeLog-20114688 * mangle.c (struct globals): Add parm_depth field.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c112 int parm_depth; member
2718 ++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()
H A Dpt.c3118 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_specialization() local
3120 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() local
9733 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()