Lines Matching refs:ga_data
226 lvp = ((lvar_T *)cctx->ctx_locals.ga_data) + idx; in lookup_local()
553 isn = ((isn_T *)instr->ga_data) + instr->ga_len; in generate_instr()
590 ((type_T **)stack->ga_data)[stack->ga_len] = type == NULL ? &t_any : type; in generate_instr_type()
603 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in generate_instr_debug()
627 type = ((type_T **)stack->ga_data) + stack->ga_len + offset; in may_generate_2STRING()
734 (((type_T **)stack->ga_data)[stack->ga_len - 1]) = &t_list_any; in generate_add_instr()
774 type1 = ((type_T **)stack->ga_data)[stack->ga_len - 2]; in generate_two_op()
775 type2 = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in generate_two_op()
830 ((type_T **)stack->ga_data)[stack->ga_len - 1] = type; in generate_two_op()
922 type1 = ((type_T **)stack->ga_data)[stack->ga_len - 2]->tt_type; in generate_COMPARE()
923 type2 = ((type_T **)stack->ga_data)[stack->ga_len - 1]->tt_type; in generate_COMPARE()
937 ((type_T **)stack->ga_data)[stack->ga_len - 1] = &t_bool; in generate_COMPARE()
960 ((type_T **)stack->ga_data)[stack->ga_len + offset] = &t_bool; in generate_2BOOL()
979 ((type_T **)stack->ga_data)[stack->ga_len - 1] = &t_bool; in generate_COND2BOOL()
1002 ((type_T **)stack->ga_data)[stack->ga_len + offset] = expected; in generate_TYPECHECK()
1115 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in bool_on_stack()
1143 ((type_T **)stack->ga_data)[stack->ga_len - 1] = &t_number_bool; in generate_PUSHNR()
1301 type_T *type = ((type_T **)stack->ga_data)[stack->ga_len in generate_GETITEM()
1322 ((type_T **)stack->ga_data)[stack->ga_len] = item_type; in generate_GETITEM()
1614 ((type_T **)stack->ga_data) + stack->ga_len, count, 1, in generate_NEWLIST()
1624 ((type_T **)stack->ga_data)[stack->ga_len] = type; in generate_NEWLIST()
1650 ((type_T **)stack->ga_data) + stack->ga_len, count, 2, in generate_NEWDICT()
1660 ((type_T **)stack->ga_data)[stack->ga_len] = type; in generate_NEWDICT()
1688 ((type_T **)stack->ga_data)[stack->ga_len] = in generate_FUNCREF()
1794 ((type_T **)stack->ga_data)[stack->ga_len] = &t_any; in generate_FOR()
1848 argtypes = ((type_T **)stack->ga_data) + stack->ga_len - argcount; in generate_BCALL()
1875 ((type_T **)stack->ga_data)[stack->ga_len] = in generate_BCALL()
1900 list_type = ((type_T **)stack->ga_data)[stack->ga_len - 2]; in generate_LISTAPPEND()
1901 item_type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in generate_LISTAPPEND()
1924 item_type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in generate_BLOBAPPEND()
1949 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in func_needs_compiling()
2007 actual = ((type_T **)stack->ga_data)[stack->ga_len - argcount + i]; in generate_CALL()
2066 ((type_T **)stack->ga_data)[stack->ga_len] = ufunc->uf_ret_type; in generate_CALL()
2091 ((type_T **)stack->ga_data)[stack->ga_len] = &t_any; in generate_UCALL()
2140 type_T *actual = ((type_T **)stack->ga_data)[ in generate_PCALL()
2180 ((type_T **)stack->ga_data)[stack->ga_len - 1] = ret_type; in generate_PCALL()
2206 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in generate_STRINGMEMBER()
2219 ((type_T **)stack->ga_data)[stack->ga_len - 1] = in generate_STRINGMEMBER()
2299 ((type_T **)stack->ga_data)[stack->ga_len] = &t_any; in generate_LEGACY_EVAL()
2331 ((type_T **)stack->ga_data)[stack->ga_len] = &t_number; in generate_RANGE()
2389 && ((isn_T *)instr->ga_data)[instr->ga_len - 1].isn_type in misplaced_cmdmod()
2410 if (cctx->ctx_has_cmdmod && ((isn_T *)instr->ga_data)[idx - 1] in current_instr_idx()
2417 if (((isn_T *)instr->ga_data)[idx - 1].isn_type == ISN_PROF_START) in current_instr_idx()
2423 if (((isn_T *)instr->ga_data)[idx - 1].isn_type == ISN_DEBUG) in current_instr_idx()
2465 lvar = ((lvar_T *)cctx->ctx_locals.ga_data) + cctx->ctx_locals.ga_len++; in reserve_local()
2472 dfunc = ((dfunc_T *)def_functions.ga_data) + cctx->ctx_ufunc->uf_dfunc_idx; in reserve_local()
2482 ((char_u **)dfunc->df_var_names.ga_data)[lvar->lv_idx] = in reserve_local()
2502 lvar = ((lvar_T *)cctx->ctx_locals.ga_data) + idx; in unwind_locals()
2562 sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in get_script_item_idx()
2577 sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in get_script_item_idx()
2602 imported_T *import = ((imported_T *)cctx->ctx_imports.ga_data) in find_imported()
2625 imported_T *import = ((imported_T *)si->sn_imports.ga_data) + idx; in find_imported_in_script()
2645 imported_T *import = ((imported_T *)cctx->ctx_imports.ga_data) + idx; in free_imported()
2664 char_u *line = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[lnum]; in peek_next_line_from_context()
2719 line = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[cctx->ctx_lnum]; in next_line_from_context()
2894 typep = ((type_T **)stack->ga_data) + stack->ga_len in compile_member()
2897 idxtype = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_member()
2907 idxtype = ((type_T **)stack->ga_data)[stack->ga_len - 2]; in compile_member()
3026 svar_T *sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in compile_load_scriptvar()
3284 delete_instr(((isn_T *)gap->ga_data) + idx); in clear_instr_ga()
3309 cctx->ctx_instr.ga_data = NULL; in compile_string()
3328 instr = cctx->ctx_instr.ga_data; in compile_string()
3373 isn_T *isn = ((isn_T *)cctx->ctx_instr.ga_data) + instr_count; in compile_arguments()
3511 type_T *type = ((type_T **)stack->ga_data)[ in compile_call()
3560 type_T *type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_call()
3742 size_t off = *arg - ((char_u **)gap->ga_data)[gap->ga_len - 1]; in compile_lambda()
3744 *arg = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[cctx->ctx_lnum] in compile_lambda()
3848 isn = ((isn_T *)instr->ga_data) + instr->ga_len - 1; in compile_dict()
4234 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_leader()
4363 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_subscript()
4441 mch_memmove(isn, ((isn_T *)cctx->ctx_instr.ga_data) in compile_subscript()
4444 mch_memmove(((isn_T *)cctx->ctx_instr.ga_data) in compile_subscript()
4446 ((isn_T *)cctx->ctx_instr.ga_data) + expr_isn_end, in compile_subscript()
4448 mch_memmove(((isn_T *)cctx->ctx_instr.ga_data) in compile_subscript()
4453 type = ((type_T **)stack->ga_data)[type_idx_start]; in compile_subscript()
4454 mch_memmove(((type_T **)stack->ga_data) + type_idx_start, in compile_subscript()
4455 ((type_T **)stack->ga_data) + type_idx_start + 1, in compile_subscript()
4458 ((type_T **)stack->ga_data)[stack->ga_len - 1] = type; in compile_subscript()
4461 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_subscript()
4929 actual = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_expr7t()
5329 *(((int *)end_ga.ga_data) + end_ga.ga_len) = instr->ga_len; in compile_and_or()
5391 isn = ((isn_T *)instr->ga_data) in compile_and_or()
5392 + *(((int *)end_ga.ga_data) + end_ga.ga_len); in compile_and_or()
5552 type1 = ((type_T **)stack->ga_data)[stack->ga_len]; in compile_expr1()
5569 type1 = ((type_T **)stack->ga_data)[stack->ga_len]; in compile_expr1()
5575 isn = ((isn_T *)instr->ga_data) + alt_idx; in compile_expr1()
5619 typep = ((type_T **)stack->ga_data) + stack->ga_len - 1; in compile_expr1()
5623 isn = ((isn_T *)instr->ga_data) + end_idx; in compile_expr1()
5701 stack_type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_return()
5770 p = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[cctx->ctx_lnum]; in exarg_getline()
6224 isn_T *isn = ((isn_T *)instr->ga_data) + instr->ga_len - 1; in generate_store_lhs()
6415 ((svar_T *)si->sn_var_vals.ga_data) in compile_lhs()
6709 : ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_load_lhs()
6804 type = ((type_T **)stack->ga_data)[stack->ga_len - 2]; in compile_assign_unlet()
6809 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_assign_unlet()
6986 : ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_assignment()
7112 : ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_assignment()
7262 stacktype = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_assignment()
7614 isn = ((isn_T *)instr->ga_data) + cur->el_end_label; in compile_fill_jump_to_end()
7835 if (((isn_T *)instr->ga_data)[instr->ga_len - 1].isn_type == ISN_CMDMOD) in compile_elseif()
7839 ((isn_T *)instr->ga_data)[instr->ga_len] = in compile_elseif()
7840 ((isn_T *)instr->ga_data)[instr->ga_len - 1]; in compile_elseif()
7848 && ((isn_T *)instr->ga_data)[instr->ga_len - 1] in compile_elseif()
7852 debug_isn = ((isn_T *)instr->ga_data)[instr->ga_len]; in compile_elseif()
7860 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_if.is_if_label; in compile_elseif()
7871 ((isn_T *)instr->ga_data)[instr->ga_len] = debug_isn; in compile_elseif()
7965 && ((isn_T *)instr->ga_data)[instr->ga_len - 1] in compile_else()
7998 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_if.is_if_label; in compile_else()
8035 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_if.is_if_label; in compile_endif()
8130 && ((isn_T *)instr->ga_data)[instr->ga_len - 1] in compile_for()
8134 prev_lnum = ((isn_T *)instr->ga_data)[instr->ga_len] in compile_for()
8166 vartype = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_for()
8214 ((type_T **)stack->ga_data)[stack->ga_len] = in compile_for()
8349 isn = ((isn_T *)instr->ga_data) + forscope->fs_top_label; in compile_endfor()
8664 && ((isn_T *)instr->ga_data)[instr->ga_len - 1] in compile_catch()
8674 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_catch()
8680 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_catch_label; in compile_catch()
8774 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_finally()
8784 && ((isn_T *)instr->ga_data)[this_instr - 1] in compile_finally()
8791 if (this_instr > 0 && ((isn_T *)instr->ga_data)[this_instr - 1] in compile_finally()
8808 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_catch_label; in compile_finally()
8850 try_isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_endtry()
8862 && ((isn_T *)instr->ga_data)[instr->ga_len - 1] in compile_endtry()
8877 isn_T *isn = ((isn_T *)instr->ga_data) in compile_endtry()
8977 type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_mult_expr()
9097 isn_T *isn = ((isn_T *)instr->ga_data) + instr->ga_len - 1; in compile_exec()
9323 cctx->ctx_instr.ga_data = NULL; in compile_substitute()
9344 instr = cctx->ctx_instr.ga_data; in compile_substitute()
9519 dfunc = ((dfunc_T *)def_functions.ga_data) + def_functions.ga_len; in add_def_function()
9574 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in compile_def_function()
9657 arg = ((char_u **)(ufunc->uf_def_args.ga_data))[i]; in compile_def_function()
9666 val_type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_def_function()
9681 isn = ((isn_T *)instr->ga_data) + jump_instr_idx; in compile_def_function()
10216 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in compile_def_function()
10223 dfunc->df_instr_prof = instr->ga_data; in compile_def_function()
10230 dfunc->df_instr_debug = instr->ga_data; in compile_def_function()
10235 dfunc->df_instr = instr->ga_data; in compile_def_function()
10250 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in compile_def_function()
10443 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in delete_instr()
10454 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in delete_instr()
10653 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in unlink_def_function()
10673 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) in link_def_function()
10691 dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data) + idx; in free_def_functions()