Searched refs:extra_levels (Results 1 – 4 of 4) sorted by relevance
1081 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints() local1091 TREE_VEC_LENGTH (outer_gtargs) = extra_levels; in associate_classtype_constraints()
622 int extra_levels; in get_innermost_template_args() local633 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() argument654 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()
1135 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints() local1145 TREE_VEC_LENGTH (outer_gtargs) = extra_levels; in associate_classtype_constraints()
639 int extra_levels; in get_innermost_template_args() local650 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() argument671 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()