Home
last modified time | relevance | path

Searched refs:max_arity (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.c10715 int max_arity = 2; in check_literal_operator_args() local
10755 max_arity = 1; in check_literal_operator_args()
10760 max_arity = 1; in check_literal_operator_args()
10764 max_arity = 1; in check_literal_operator_args()
10766 max_arity = 1; in check_literal_operator_args()
10768 max_arity = 1; in check_literal_operator_args()
10770 max_arity = 1; in check_literal_operator_args()
10772 max_arity = 1; in check_literal_operator_args()
10779 if (arity != max_arity) in check_literal_operator_args()
H A Dtypeck.cc11307 int max_arity = 2; in check_literal_operator_args() local
11347 max_arity = 1; in check_literal_operator_args()
11352 max_arity = 1; in check_literal_operator_args()
11356 max_arity = 1; in check_literal_operator_args()
11358 max_arity = 1; in check_literal_operator_args()
11360 max_arity = 1; in check_literal_operator_args()
11362 max_arity = 1; in check_literal_operator_args()
11364 max_arity = 1; in check_literal_operator_args()
11371 if (arity != max_arity) in check_literal_operator_args()
H A Dcall.cc3495 int min_arity = 0, max_arity = 0; in add_template_candidate_real() local
3502 max_arity = -1; in add_template_candidate_real()
3507 ++max_arity; in add_template_candidate_real()
3509 ++min_arity, ++max_arity; in add_template_candidate_real()
3515 /*least_p=*/(max_arity == -1)); in add_template_candidate_real()
3518 else if (max_arity != -1 && ia > (unsigned)max_arity) in add_template_candidate_real()
3521 reason = arity_rejection (NULL_TREE, max_arity, ia); in add_template_candidate_real()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c10715 int max_arity = 2; in check_literal_operator_args() local
10755 max_arity = 1; in check_literal_operator_args()
10760 max_arity = 1; in check_literal_operator_args()
10764 max_arity = 1; in check_literal_operator_args()
10766 max_arity = 1; in check_literal_operator_args()
10768 max_arity = 1; in check_literal_operator_args()
10770 max_arity = 1; in check_literal_operator_args()
10772 max_arity = 1; in check_literal_operator_args()
10779 if (arity != max_arity) in check_literal_operator_args()