Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c516 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args()
519 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
569 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()
582 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
601 return TMPL_ARGS_LEVEL (args, 1); in strip_innermost_template_args()
613 TMPL_ARGS_LEVEL (args, i)); in strip_innermost_template_args()
4731 a = TMPL_ARGS_LEVEL (args, i); in push_template_decl_real()
7103 a = TMPL_ARGS_LEVEL (arglist, i); in lookup_template_class_1()
18873 TMPL_ARGS_LEVEL (targs, i)); in get_mostly_instantiated_function_type()
19638 tree level = TMPL_ARGS_LEVEL (args, i + 1); in any_template_arguments_need_structural_equality_p()
[all …]
HDcp-tree.h2710 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro
2721 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
HDerror.c278 lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c540 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args()
543 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
593 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()
606 TMPL_ARGS_LEVEL (args, i + extra_levels)); in get_innermost_template_args()
625 return TMPL_ARGS_LEVEL (args, 1); in strip_innermost_template_args()
637 TMPL_ARGS_LEVEL (args, i)); in strip_innermost_template_args()
5734 a = TMPL_ARGS_LEVEL (args, i); in push_template_decl_real()
8607 l = TMPL_ARGS_LEVEL (args, cur_depth); in coerce_innermost_template_parms()
14368 && TREE_VEC_LENGTH (TMPL_ARGS_LEVEL (args, level)) > 0) in tsubst()
25531 tree level = TMPL_ARGS_LEVEL (args, i + 1); in any_template_arguments_need_structural_equality_p()
[all …]
HDcp-tree.h3408 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ macro
3419 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))
HDerror.c339 lvl_args = TMPL_ARGS_LEVEL (args, lvl); in dump_template_bindings()
HDdecl2.c2517 tree lev = TMPL_ARGS_LEVEL (args, i); in determine_visibility()
HDclass.c1566 tree level = TMPL_ARGS_LEVEL (args, i+1); in inherit_targ_abi_tags()