Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDerror.c230 if (NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
HDpt.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()
HDcp-tree.h2209 #define NUM_TMPL_ARGS(NODE) \ macro
HDChangeLog-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.
HDChangeLog-20032234 (NUM_TMPL_ARGS): NODE is always a TREE_VEC.
HDChangeLog-19982752 (NUM_TMPL_ARGS): New macro.