Searched refs:TMPL_ARGS_LEVEL (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | pt.c | 440 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 D | cp-tree.h | 2194 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro 2205 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
|
| H A D | error.c | 229 tree lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
|
| H A D | ChangeLog-1999 | 1482 (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 D | ChangeLog-2002 | 4427 (TMPL_ARGS_LEVEL): Likewise.
|
| H A D | ChangeLog-2000 | 3332 * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
|
| H A D | ChangeLog-1998 | 2913 (TMPL_ARGS_LEVEL): New macro.
|