Searched refs:tt_argcount (Results 1 – 4 of 4) sorted by relevance
129 type->tt_argcount = 0; in get_list_type()158 type->tt_argcount = 0; in get_dict_type()175 type->tt_argcount = argcount; in alloc_func_type()385 type->tt_argcount = argcount; in typval2type_int()579 || actual->tt_argcount > expected->tt_argcount))) in check_type()624 if (!varargs && type->tt_argcount >= 0 && argcount > type->tt_argcount) in check_argument_types()921 type->tt_argcount = argcount; in parse_type()1012 || type1->tt_argcount != type2->tt_argcount) in equal_type()1014 if (type1->tt_argcount < 0 in equal_type()1071 if (type1->tt_argcount == type2->tt_argcount in common_type()[all …]
1033 && (actual->tt_member == &t_any || actual->tt_argcount < 0) in use_typecheck()2119 if (type->tt_argcount != -1) in generate_PCALL()2128 if (!varargs && argcount > type->tt_argcount) in generate_PCALL()2144 if (varargs && i >= type->tt_argcount - 1) in generate_PCALL()2146 type->tt_argcount - 1]->tt_member; in generate_PCALL()10322 ufunc->uf_func_type->tt_argcount = argcount + varargs; in set_function_type()
1416 int8_T tt_argcount; // for func, incl. vararg, -1 for unknown member
3286 && funcexe->check_type->tt_argcount != -1) in call_func()3292 check_type.tt_argcount += partial->pt_argc; in call_func()