Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c567 extra_depth = TMPL_ARGS_DEPTH (extra_args);
568 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
570 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i)
595 my_friendly_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args),
600 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args))
604 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args);
609 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args);
629 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args));
633 extra_levels = TMPL_ARGS_DEPTH (args) - n;
881 my_friendly_assert (TMPL_ARGS_DEPTH (args)
[all …]
Derror.c294 if (TMPL_ARGS_DEPTH (args) >= lvl)
Dcp-tree.h2333 #define TMPL_ARGS_DEPTH(NODE) \ macro
DChangeLog.21482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
9538 * pt.c (TMPL_ARGS_DEPTH): Define using
9699 (TMPL_ARGS_DEPTH): New macro.
9705 (TMPL_ARGS_DEPTH): Likewise.
DChangeLog13234 TMPL_ARGS_DEPTH for clarity.
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c436 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()
437 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()
439 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i) in add_to_template_args()
462 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args()
466 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args()
470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()
475 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()
493 return TMPL_ARGS_LEVEL (args, TMPL_ARGS_DEPTH (args)); in get_innermost_template_args()
497 extra_levels = TMPL_ARGS_DEPTH (args) - n; in get_innermost_template_args()
846 gcc_assert (TMPL_ARGS_DEPTH (args) in retrieve_specialization()
[all …]
Derror.c227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
Ddecl2.c1762 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
Dcp-tree.h2180 #define TMPL_ARGS_DEPTH(NODE) \ macro
DChangeLog-19982750 * pt.c (TMPL_ARGS_DEPTH): Define using
2911 (TMPL_ARGS_DEPTH): New macro.
2917 (TMPL_ARGS_DEPTH): Likewise.
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.
DChangeLog-20003362 TMPL_ARGS_DEPTH for clarity.