Lines Matching refs:need_type
1089 need_type( in need_type() function
1124 return need_type(type, &t_bool, -1, 0, cctx, FALSE, FALSE); in bool_on_stack()
1903 if (need_type(item_type, expected, -1, 0, cctx, FALSE, FALSE) == FAIL) in generate_LISTAPPEND()
1925 if (need_type(item_type, &t_number, -1, 0, cctx, FALSE, FALSE) == FAIL) in generate_BLOBAPPEND()
2026 if (need_type(actual, expected, -argcount + i, i + 1, cctx, in generate_CALL()
2152 if (need_type(actual, expected, offset, i + 1, in generate_PCALL()
2903 if (need_type(idxtype, &t_number, -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_member()
2908 if (need_type(idxtype, &t_number, -2, 0, cctx, in compile_member()
2930 if (need_type(*typep, &t_dict_any, -2, 0, cctx, in compile_member()
4235 if (need_type(type, &t_number, -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_leader()
4932 if (need_type(actual, want_type, -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_expr7t()
5682 if (need_type(&t_any, cctx->ctx_ufunc->uf_ret_type, -1, in compile_return()
5719 if (need_type(stack_type, cctx->ctx_ufunc->uf_ret_type, -1, in compile_return()
6713 && need_type(rhs_type, lhs->lhs_type->tt_member, -2, 0, cctx, in compile_load_lhs()
6805 if (need_type(type, &t_number, in compile_assign_unlet()
6811 && need_type(type, &t_number, in compile_assign_unlet()
6992 if (need_type(stacktype, &t_list_any, -1, 0, cctx, in compile_assignment()
7039 && need_type(&t_list_string, lhs.lhs_type, in compile_assignment()
7174 if (*p != '=' && need_type(rhs_type, lhs_type, in compile_assignment()
7269 need_type(stacktype, expected, -1, 0, cctx, in compile_assignment()
8277 ? need_type(item_type, lhs_type, in compile_for()