Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c3333 tree first_arg_without_in_chrg = first_arg; in add_template_candidate_real() local
3348 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3349 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
3361 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3362 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
3398 nargs_without_in_chrg = ((first_arg_without_in_chrg != NULL_TREE ? 1 : 0) in add_template_candidate_real()
3402 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3404 args_without_in_chrg[ia] = first_arg_without_in_chrg; in add_template_candidate_real()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc3405 tree first_arg_without_in_chrg = first_arg; in add_template_candidate_real() local
3420 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3421 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
3433 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3434 first_arg_without_in_chrg = NULL_TREE; in add_template_candidate_real()
3470 nargs_without_in_chrg = ((first_arg_without_in_chrg != NULL_TREE ? 1 : 0) in add_template_candidate_real()
3474 if (first_arg_without_in_chrg != NULL_TREE) in add_template_candidate_real()
3476 args_without_in_chrg[ia] = first_arg_without_in_chrg; in add_template_candidate_real()