Searched refs:TMPL_ARGS_DEPTH (Results 1 – 7 of 7) sorted by relevance
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()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 …]
227 if (TMPL_ARGS_DEPTH (args) >= lvl) in dump_template_bindings()
1771 int depth = TMPL_ARGS_DEPTH (args); in determine_visibility()
2189 #define TMPL_ARGS_DEPTH(NODE) \ macro
2750 * pt.c (TMPL_ARGS_DEPTH): Define using2911 (TMPL_ARGS_DEPTH): New macro.2917 (TMPL_ARGS_DEPTH): Likewise.
1482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
3362 TMPL_ARGS_DEPTH for clarity.