Home
last modified time | relevance | path

Searched refs:stack_type (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c5673 type_T *stack_type; in compile_return() local
5701 stack_type = ((type_T **)stack->ga_data)[stack->ga_len - 1]; in compile_return()
5708 cctx->ctx_ufunc->uf_ret_type = stack_type; in compile_return()
5713 && stack_type->tt_type != VAR_VOID in compile_return()
5714 && stack_type->tt_type != VAR_UNKNOWN) in compile_return()
5719 if (need_type(stack_type, cctx->ctx_ufunc->uf_ret_type, -1, in compile_return()