Home
last modified time | relevance | path

Searched refs:NUM_TMPL_ARGS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Derror.c230 if (NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
H A Dpt.c4151 nargs = inner_args ? NUM_TMPL_ARGS (inner_args) : 0; in coerce_template_parms()
9757 incomplete = NUM_TMPL_ARGS (explicit_targs) != NUM_TMPL_ARGS (targs); in fn_type_unification()
9766 for (i = NUM_TMPL_ARGS (converted_args); i--;) in fn_type_unification()
H A Dcp-tree.h2209 #define NUM_TMPL_ARGS(NODE) \ macro
H A DChangeLog-19991483 (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.
H A DChangeLog-20032234 (NUM_TMPL_ARGS): NODE is always a TREE_VEC.
H A DChangeLog-19982752 (NUM_TMPL_ARGS): New macro.