Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c595 my_friendly_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args),
600 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args))
1325 TMPL_ARGS_DEPTH (*targs_out),
2869 if (TMPL_ARGS_DEPTH (args) != i)
2872 i, decl, TMPL_ARGS_DEPTH (args));
4245 arg_depth = TMPL_ARGS_DEPTH (arglist);
5150 > TMPL_ARGS_DEPTH (args))
5804 - TMPL_ARGS_DEPTH (args)),
6149 args_depth = TMPL_ARGS_DEPTH (args);
6772 levels = TMPL_ARGS_DEPTH (args);
[all …]
H A Derror.c294 if (TMPL_ARGS_DEPTH (args) >= lvl)
H A Dcp-tree.h2333 #define TMPL_ARGS_DEPTH(NODE) \ macro
H A 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.
H A DChangeLog13234 TMPL_ARGS_DEPTH for clarity.
/openbsd/gnu/gcc/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()
5608 > TMPL_ARGS_DEPTH (args)) in tsubst_friend_class()
6240 - TMPL_ARGS_DEPTH (args)), in tsubst_template_parms()
7366 levels = TMPL_ARGS_DEPTH (args); in tsubst()
11327 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.c1762 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
H A Dcp-tree.h2180 #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.