Home
last modified time | relevance | path

Searched refs:TMPL_ARGS_DEPTH (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1136 - 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()
H A Dpt.cc440 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 …]
H A Derror.cc419 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
H A Ddecl2.cc2880 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
H A DChangeLog-19982750 * pt.c (TMPL_ARGS_DEPTH): Define using
2911 (TMPL_ARGS_DEPTH): New macro.
2917 (TMPL_ARGS_DEPTH): Likewise.
H A DChangeLog1180 * cp-tree.h (TMPL_ARGS_DEPTH): 0 for null args.
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 Dcp-tree.h3786 #define TMPL_ARGS_DEPTH(NODE) \ macro
H A Dclass.cc1717 for (int i = 0; i < TMPL_ARGS_DEPTH (args); ++i) in inherit_targ_abi_tags()
H A DChangeLog-20003362 TMPL_ARGS_DEPTH for clarity.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c433 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 …]
H A Dconstraint.cc1082 - TMPL_ARGS_DEPTH (TYPE_TI_ARGS (type)))) in associate_classtype_constraints()
H A Ddecl2.c2671 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
H A Derror.c357 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
H A Dcp-tree.h3574 #define TMPL_ARGS_DEPTH(NODE) \ macro
H A Dclass.c1625 for (int i = 0; i < TMPL_ARGS_DEPTH (args); ++i) in inherit_targ_abi_tags()