Searched refs:NUM_TMPL_ARGS (Results 1 – 9 of 9) sorted by relevance
365 if (lvl_args && NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
8507 int nargs = inner_args ? NUM_TMPL_ARGS (inner_args) : 0; in coerce_template_parameter_pack()8725 nargs = inner_args ? NUM_TMPL_ARGS (inner_args) : 0; in coerce_template_parms()21408 for (i = NUM_TMPL_ARGS (explicit_targs); i--;) in fn_type_unification()21413 (targs, NUM_TMPL_ARGS (explicit_targs)); in fn_type_unification()
3594 #define NUM_TMPL_ARGS(NODE) \ macro
427 if (lvl_args && NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
8737 int nargs = inner_args ? NUM_TMPL_ARGS (inner_args) : 0; in coerce_template_parameter_pack()8955 nargs = inner_args ? NUM_TMPL_ARGS (inner_args) : 0; in coerce_template_parms()22224 for (i = NUM_TMPL_ARGS (explicit_targs); i--;) in fn_type_unification()22229 (targs, NUM_TMPL_ARGS (explicit_targs)); in fn_type_unification()
1483 (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.1492 (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.
3808 #define NUM_TMPL_ARGS(NODE) \ macro
2234 (NUM_TMPL_ARGS): NODE is always a TREE_VEC.
2752 (NUM_TMPL_ARGS): New macro.