Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c440 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args()
443 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
493 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()
506 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
3242 a = TMPL_ARGS_LEVEL (args, i); in push_template_decl_real()
12629 TMPL_ARGS_LEVEL (targs, i)); in get_mostly_instantiated_function_type()
13190 tree level = TMPL_ARGS_LEVEL (args, i + 1); in any_dependent_template_arguments_p()
H A Dcp-tree.h2194 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro
2205 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
H A Derror.c229 tree lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
H A DChangeLog-19991482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
H A DChangeLog-20024427 (TMPL_ARGS_LEVEL): Likewise.
H A DChangeLog-20003332 * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
H A DChangeLog-19982913 (TMPL_ARGS_LEVEL): New macro.