Searched refs:non_default_args_count (Results 1 – 3 of 3) sorted by relevance
4271 int non_default_args_count = -1; in expand_template_argument_pack() local4302 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()
4401 int non_default_args_count = -1; in expand_template_argument_pack() local4432 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()
3665 non_default_args_count calculation.