Lines Matching refs:stacktype
6983 type_T *stacktype; in compile_assignment() local
6985 stacktype = stack->ga_len == 0 ? &t_void in compile_assignment()
6987 if (stacktype->tt_type == VAR_VOID) in compile_assignment()
6992 if (need_type(stacktype, &t_list_any, -1, 0, cctx, in compile_assignment()
6998 if (stacktype->tt_member != NULL) in compile_assignment()
6999 rhs_type = stacktype->tt_member; in compile_assignment()
7252 type_T *stacktype = NULL; in compile_assignment() local
7262 stacktype = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_assignment()
7266 !(expected == &t_float && (stacktype == &t_number in compile_assignment()
7267 || stacktype == &t_number_bool)) && in compile_assignment()
7269 need_type(stacktype, expected, -1, 0, cctx, in compile_assignment()
7282 operator_type(lhs.lhs_member_type, stacktype), in compile_assignment()
7283 lhs.lhs_member_type, stacktype, in compile_assignment()