Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c576 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args()
579 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
629 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()
642 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
661 return TMPL_ARGS_LEVEL (args, 1); in strip_innermost_template_args()
673 TMPL_ARGS_LEVEL (args, i)); in strip_innermost_template_args()
5953 a = TMPL_ARGS_LEVEL (args, i); in push_template_decl_real()
9063 l = TMPL_ARGS_LEVEL (args, cur_depth); in coerce_innermost_template_parms()
10595 WALK_SUBTREE (TMPL_ARGS_LEVEL (dargs, i+1)); in any_template_parm_r()
15353 && TREE_VEC_LENGTH (TMPL_ARGS_LEVEL (args, level)) > 0) in tsubst()
[all …]
H A Dcp-tree.h3579 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro
3590 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
H A Ddecl2.c2680 tree lev = TMPL_ARGS_LEVEL (args, i); in determine_visibility()
H A Derror.c358 lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
H A Dclass.c1627 tree level = TMPL_ARGS_LEVEL (args, i+1); in inherit_targ_abi_tags()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc583 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args()
586 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
646 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()
659 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
678 return TMPL_ARGS_LEVEL (args, 1); in strip_innermost_template_args()
690 TMPL_ARGS_LEVEL (args, i)); in strip_innermost_template_args()
6098 a = TMPL_ARGS_LEVEL (args, i); in push_template_decl()
9293 l = TMPL_ARGS_LEVEL (args, cur_depth); in coerce_innermost_template_parms()
15876 && TREE_VEC_LENGTH (TMPL_ARGS_LEVEL (args, level)) > 0) in tsubst()
28440 tree level = TMPL_ARGS_LEVEL (args, i + 1); in any_template_arguments_need_structural_equality_p()
[all …]
H A Dconstraint.cc2898 tree level = TMPL_ARGS_LEVEL (args, 1); in get_mapped_args()
H A Dcp-tree.h3793 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro
3804 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
H A Derror.cc420 lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
H A Ddecl2.cc2889 tree lev = TMPL_ARGS_LEVEL (args, i); in determine_visibility()
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 Dclass.cc1719 tree level = TMPL_ARGS_LEVEL (args, i+1); in inherit_targ_abi_tags()
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.