Home
last modified time | relevance | path

Searched refs:first_arg_without_in_chrg (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcall.c2845 tree first_arg_without_in_chrg = first_arg; in add_template_candidate_real() local
2860 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
2861 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
2870 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
2871 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
2879 nargs_without_in_chrg = ((first_arg_without_in_chrg != NULL_TREE ? 1 : 0) in add_template_candidate_real()
2883 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
2885 args_without_in_chrg[ia] = first_arg_without_in_chrg; in add_template_candidate_real()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c3103 tree first_arg_without_in_chrg = first_arg; in add_template_candidate_real() local
3117 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3118 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
3130 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3131 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
3167 nargs_without_in_chrg = ((first_arg_without_in_chrg != NULL_TREE ? 1 : 0) in add_template_candidate_real()
3171 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3173 args_without_in_chrg[ia] = first_arg_without_in_chrg; in add_template_candidate_real()