Searched refs:NUM_TMPL_ARGS (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | error.c | 230 if (NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
|
| H A D | pt.c | 4151 nargs = inner_args ? NUM_TMPL_ARGS (inner_args) : 0; in coerce_template_parms() 9721 incomplete = NUM_TMPL_ARGS (explicit_targs) != NUM_TMPL_ARGS (targs); in fn_type_unification() 9730 for (i = NUM_TMPL_ARGS (converted_args); i--;) in fn_type_unification()
|
| H A D | cp-tree.h | 2200 #define NUM_TMPL_ARGS(NODE) \ macro
|
| H A D | ChangeLog-1999 | 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.
|
| H A D | ChangeLog-2003 | 2234 (NUM_TMPL_ARGS): NODE is always a TREE_VEC.
|
| H A D | ChangeLog-1998 | 2752 (NUM_TMPL_ARGS): New macro.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | error.c | 297 if (NUM_TMPL_ARGS (lvl_args) > arg_idx)
|
| H A D | cp-tree.h | 2358 #define NUM_TMPL_ARGS(NODE) \ macro
|
| H A D | pt.c | 3716 nargs = NUM_TMPL_ARGS (inner_args);
|
| H A D | ChangeLog.2 | 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. 9540 (NUM_TMPL_ARGS): New macro.
|