Home
last modified time | relevance | path

Searched refs:TMPL_ARGS_DEPTH (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDpt.c436 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 …]
HDerror.c227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
HDdecl2.c1771 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
HDcp-tree.h2189 #define TMPL_ARGS_DEPTH(NODE) \ macro
HDChangeLog-19982750 * pt.c (TMPL_ARGS_DEPTH): Define using
2911 (TMPL_ARGS_DEPTH): New macro.
2917 (TMPL_ARGS_DEPTH): Likewise.
HDChangeLog-19991482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
HDChangeLog-20003362 TMPL_ARGS_DEPTH for clarity.