Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro5 int func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type);
/vim-8.2.3635/src/
H A Dvim9execute.c300 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc))) in call_dfunc()
847 if (func_needs_compiling(ufunc, compile_type) in call_ufunc()
4692 || (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in call_def_function()
5892 if (func_needs_compiling(ufunc, compile_type) in ex_disassemble()
H A Dvim9compile.c1940 func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type) in func_needs_compiling() function
2033 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in generate_CALL()
3109 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in generate_funcref()
5870 if (func_needs_compiling(ufunc, compile_type) in compile_nested_function()
5880 if (compile_type == CT_PROFILE && func_needs_compiling(ufunc, CT_NONE)) in compile_nested_function()