Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c365 if (lvl_args && NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
H A Dpt.c8507 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()
H A Dcp-tree.h3594 #define NUM_TMPL_ARGS(NODE) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc427 if (lvl_args && NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
H A Dpt.cc8737 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()
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 Dcp-tree.h3808 #define NUM_TMPL_ARGS(NODE) \ macro
H A DChangeLog-20032234 (NUM_TMPL_ARGS): NODE is always a TREE_VEC.
H A DChangeLog-19982752 (NUM_TMPL_ARGS): New macro.