Searched refs:first_optional (Results 1 – 1 of 1) sorted by relevance
823 int first_optional = -1; in parse_type() local840 if (first_optional == -1) in parse_type()841 first_optional = argcount; in parse_type()849 else if (first_optional != -1) in parse_type()913 if (flags == 0 && first_optional == -1 && argcount <= 0) in parse_type()922 type->tt_min_argcount = first_optional == -1 in parse_type()923 ? argcount : first_optional; in parse_type()