Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c462 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()
846 gcc_assert (TMPL_ARGS_DEPTH (args) in retrieve_specialization()
1654 TMPL_ARGS_DEPTH (*targs_out), in determine_specialization()
3234 if (TMPL_ARGS_DEPTH (args) != i) in push_template_decl_real()
3237 i, decl, TMPL_ARGS_DEPTH (args)); in push_template_decl_real()
5617 > TMPL_ARGS_DEPTH (args)) in tsubst_friend_class()
6249 - TMPL_ARGS_DEPTH (args)), in tsubst_template_parms()
7375 levels = TMPL_ARGS_DEPTH (args); in tsubst()
11365 TMPL_ARGS_DEPTH (deduced_args), in get_class_bindings()
[all …]
H A Derror.c227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
H A Ddecl2.c1771 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
H A Dcp-tree.h2189 #define TMPL_ARGS_DEPTH(NODE) \ macro
H A DChangeLog-19982750 * pt.c (TMPL_ARGS_DEPTH): Define using
2911 (TMPL_ARGS_DEPTH): New macro.
2917 (TMPL_ARGS_DEPTH): Likewise.
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 DChangeLog-20003362 TMPL_ARGS_DEPTH for clarity.