Searched refs:SET_TMPL_ARGS_LEVEL (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 2563 SET_TMPL_ARGS_LEVEL (args, i + 1, level); in get_mapped_args()
|
H A D | pt.c | 576 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args() 579 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args() 641 SET_TMPL_ARGS_LEVEL (new_args, i, in get_innermost_template_args() 672 SET_TMPL_ARGS_LEVEL (new_args, i, in strip_innermost_template_args() 2494 SET_TMPL_ARGS_LEVEL (*targs_out, in determine_specialization() 9068 SET_TMPL_ARGS_LEVEL (coerced_args, cur_depth, l); in coerce_innermost_template_parms() 24574 SET_TMPL_ARGS_LEVEL (deduced_args, in get_partial_spec_bindings()
|
H A D | cp-tree.h | 3585 #define SET_TMPL_ARGS_LEVEL(ARGS, LEVEL, VAL) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 2889 SET_TMPL_ARGS_LEVEL (args, i + 1, level); in get_mapped_args()
|
H A D | pt.cc | 583 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i)); in add_to_template_args() 586 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args() 658 SET_TMPL_ARGS_LEVEL (new_args, i, in get_innermost_template_args() 689 SET_TMPL_ARGS_LEVEL (new_args, i, in strip_innermost_template_args() 9298 SET_TMPL_ARGS_LEVEL (coerced_args, cur_depth, l); in coerce_innermost_template_parms() 25484 SET_TMPL_ARGS_LEVEL (deduced_args, in get_partial_spec_bindings()
|
H A D | ChangeLog-1999 | 1482 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise. 1491 (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
|
H A D | cp-tree.h | 3799 #define SET_TMPL_ARGS_LEVEL(ARGS, LEVEL, VAL) \ macro
|
H A D | ChangeLog-2002 | 4428 (SET_TMPL_ARGS_LEVEL): Likewise.
|
H A D | ChangeLog-1998 | 2914 (SET_TMPL_ARGS_LEVEL): Likewise.
|