Lines Matching refs:dest_type
2434 vartype_T dest_type = iptr->isn_arg.vartype; in exec_instructions() local
2445 if (dest_type == VAR_ANY) in exec_instructions()
2447 dest_type = tv_dest->v_type; in exec_instructions()
2448 if (dest_type == VAR_DICT) in exec_instructions()
2450 else if (dest_type == VAR_LIST in exec_instructions()
2457 else if (dest_type != tv_dest->v_type) in exec_instructions()
2461 vartype_name(dest_type), in exec_instructions()
2466 if (status == OK && dest_type == VAR_LIST) in exec_instructions()
2506 else if (status == OK && dest_type == VAR_DICT) in exec_instructions()
2541 else if (status == OK && dest_type == VAR_BLOB) in exec_instructions()
2576 semsg(_(e_cannot_index_str), vartype_name(dest_type)); in exec_instructions()