Home
last modified time | relevance | path

Searched refs:non_default_args_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c4271 int non_default_args_count = -1; in expand_template_argument_pack() local
4302 non_default_args_count = in expand_template_argument_pack()
4313 if (non_default_args_count > 0) in expand_template_argument_pack()
4314 non_default_args_count += num_packed - 1; in expand_template_argument_pack()
4322 if (non_default_args_count >= 0) in expand_template_argument_pack()
4323 SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT (result_args, non_default_args_count); in expand_template_argument_pack()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc4401 int non_default_args_count = -1; in expand_template_argument_pack() local
4432 non_default_args_count = in expand_template_argument_pack()
4443 if (non_default_args_count > 0) in expand_template_argument_pack()
4444 non_default_args_count += num_packed - 1; in expand_template_argument_pack()
4452 if (non_default_args_count >= 0) in expand_template_argument_pack()
4453 SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT (result_args, non_default_args_count); in expand_template_argument_pack()
H A DChangeLog-20143665 non_default_args_count calculation.