Lines Matching refs:VAR_ANY
641 case VAR_ANY: in may_generate_2STRING()
680 if (!((type1 == VAR_NUMBER || type1 == VAR_FLOAT || type1 == VAR_ANY) in check_number_or_float()
682 || type2 == VAR_ANY))) in check_number_or_float()
715 && type1->tt_type != VAR_ANY in generate_add_instr()
716 && type2->tt_type != VAR_ANY in generate_add_instr()
755 return VAR_ANY; in operator_type()
804 case '%': if ((type1->tt_type != VAR_ANY in generate_two_op()
806 || (type2->tt_type != VAR_ANY in generate_two_op()
820 if (vartype == VAR_ANY) in generate_two_op()
846 type1 = VAR_ANY; in get_compare_isn()
848 type2 = VAR_ANY; in get_compare_isn()
866 else if (type1 == VAR_ANY || type2 == VAR_ANY in get_compare_isn()
1028 if (actual->tt_type == VAR_ANY in use_typecheck()
2115 if (type->tt_type == VAR_ANY) in generate_PCALL()
6464 && lhs->lhs_type->tt_type != VAR_ANY) in compile_lhs()
6785 dest_type = VAR_ANY; in compile_assign_unlet()
6826 || dest_type == VAR_BLOB || dest_type == VAR_ANY) in compile_assign_unlet()
7232 case VAR_ANY: in compile_assignment()
8168 && vartype->tt_type != VAR_BLOB && vartype->tt_type != VAR_ANY) in compile_for()
8181 && vartype->tt_member->tt_type != VAR_ANY) in compile_for()
8186 && vartype->tt_member->tt_member->tt_type != VAR_ANY) in compile_for()