Searched refs:max_arity (Results 1 – 2 of 2) sorted by relevance
11322 int max_arity = 2; in check_literal_operator_args() local11362 max_arity = 1; in check_literal_operator_args()11367 max_arity = 1; in check_literal_operator_args()11371 max_arity = 1; in check_literal_operator_args()11373 max_arity = 1; in check_literal_operator_args()11375 max_arity = 1; in check_literal_operator_args()11377 max_arity = 1; in check_literal_operator_args()11379 max_arity = 1; in check_literal_operator_args()11386 if (arity != max_arity) in check_literal_operator_args()
3495 int min_arity = 0, max_arity = 0; in add_template_candidate_real() local3502 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()