Home
last modified time | relevance | path

Searched refs:extra_levels (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1081 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints() local
1091 TREE_VEC_LENGTH (outer_gtargs) = extra_levels; in associate_classtype_constraints()
H A Dpt.c622 int extra_levels; in get_innermost_template_args() local
633 extra_levels = TMPL_ARGS_DEPTH (args) - n; in get_innermost_template_args()
634 gcc_assert (extra_levels >= 0); in get_innermost_template_args()
635 if (extra_levels == 0) in get_innermost_template_args()
642 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
651 strip_innermost_template_args (tree args, int extra_levels) in strip_innermost_template_args() argument
654 int n = TMPL_ARGS_DEPTH (args) - extra_levels; in strip_innermost_template_args()
665 gcc_assert (extra_levels >= 0); in strip_innermost_template_args()
666 if (extra_levels == 0) in strip_innermost_template_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1135 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints() local
1145 TREE_VEC_LENGTH (outer_gtargs) = extra_levels; in associate_classtype_constraints()
H A Dpt.cc639 int extra_levels; in get_innermost_template_args() local
650 extra_levels = TMPL_ARGS_DEPTH (args) - n; in get_innermost_template_args()
651 gcc_assert (extra_levels >= 0); in get_innermost_template_args()
652 if (extra_levels == 0) in get_innermost_template_args()
659 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
668 strip_innermost_template_args (tree args, int extra_levels) in strip_innermost_template_args() argument
671 int n = TMPL_ARGS_DEPTH (args) - extra_levels; in strip_innermost_template_args()
682 gcc_assert (extra_levels >= 0); in strip_innermost_template_args()
683 if (extra_levels == 0) in strip_innermost_template_args()