Searched refs:TMPL_ARGS_LEVEL (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 576 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 D | cp-tree.h | 3579 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro 3590 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
|
| H A D | decl2.c | 2680 tree lev = TMPL_ARGS_LEVEL (args, i); in determine_visibility()
|
| H A D | error.c | 358 lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
|
| H A D | class.c | 1627 tree level = TMPL_ARGS_LEVEL (args, i+1); in inherit_targ_abi_tags()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 583 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 D | constraint.cc | 2898 tree level = TMPL_ARGS_LEVEL (args, 1); in get_mapped_args()
|
| H A D | cp-tree.h | 3793 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro 3804 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
|
| H A D | error.cc | 420 lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
|
| H A D | decl2.cc | 2889 tree lev = TMPL_ARGS_LEVEL (args, i); in determine_visibility()
|
| 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 | class.cc | 1719 tree level = TMPL_ARGS_LEVEL (args, i+1); in inherit_targ_abi_tags()
|
| 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.
|