Searched refs:TMPL_ARGS_DEPTH (Results 1 – 7 of 7) sorted by relevance
436 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()437 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()439 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i) in add_to_template_args()462 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args()466 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args()470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()475 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()493 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()497 extra_levels = TMPL_ARGS_DEPTH (args) - n; in get_innermost_template_args()846 gcc_assert (TMPL_ARGS_DEPTH (args) in retrieve_specialization()[all …]
227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
1771 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
2189 #define TMPL_ARGS_DEPTH(NODE) \ macro
2750 * pt.c (TMPL_ARGS_DEPTH): Define using2911 (TMPL_ARGS_DEPTH): New macro.2917 (TMPL_ARGS_DEPTH): Likewise.
1482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
3362 TMPL_ARGS_DEPTH for clarity.