Searched refs:TMPL_ARGS_DEPTH (Results 1 – 16 of 16) sorted by relevance
1136 - TMPL_ARGS_DEPTH (TYPE_TI_ARGS (type)))) in associate_classtype_constraints()2860 depth = TMPL_ARGS_DEPTH (args); in get_mapped_args()2895 && TMPL_ARGS_DEPTH (args) == 1) in get_mapped_args()3178 gcc_assert (!args || TMPL_ARGS_DEPTH (args) == 1); in satisfy_declaration_constraints()3192 && (TMPL_ARGS_DEPTH (args) == 1 in satisfy_declaration_constraints()3248 gcc_assert (TMPL_ARGS_DEPTH (args) == 1); in satisfy_declaration_constraints()3260 && (TMPL_ARGS_DEPTH (args) == 1 in satisfy_declaration_constraints()
440 return (TMPL_ARGS_DEPTH (TI_ARGS (tinfo)) in instantiates_primary_template_p()441 > TMPL_ARGS_DEPTH (TI_ARGS (ctinfo))); in instantiates_primary_template_p()579 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()580 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()582 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i) in add_to_template_args()615 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args()619 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args()623 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()628 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()646 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()[all …]
419 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
2880 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
2750 * pt.c (TMPL_ARGS_DEPTH): Define using2911 (TMPL_ARGS_DEPTH): New macro.2917 (TMPL_ARGS_DEPTH): Likewise.
1180 * cp-tree.h (TMPL_ARGS_DEPTH): 0 for null args.
1482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
3786 #define TMPL_ARGS_DEPTH(NODE) \ macro
1717 for (int i = 0; i < TMPL_ARGS_DEPTH (args); ++i) in inherit_targ_abi_tags()
3362 TMPL_ARGS_DEPTH for clarity.
433 return (TMPL_ARGS_DEPTH (TI_ARGS (tinfo)) in instantiates_primary_template_p()434 > TMPL_ARGS_DEPTH (TI_ARGS (ctinfo))); in instantiates_primary_template_p()572 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()573 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()575 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i) in add_to_template_args()598 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args()602 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args()606 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()611 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()629 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()[all …]
1082 - TMPL_ARGS_DEPTH (TYPE_TI_ARGS (type)))) in associate_classtype_constraints()
2671 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
357 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
3574 #define TMPL_ARGS_DEPTH(NODE) \ macro
1625 for (int i = 0; i < TMPL_ARGS_DEPTH (args); ++i) in inherit_targ_abi_tags()