Lines Matching refs:compile_type
1940 func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type) in func_needs_compiling() argument
1952 switch (compile_type) in func_needs_compiling()
5796 compiletype_T compile_type; in compile_nested_function() local
5863 compile_type = COMPILE_TYPE(ufunc); in compile_nested_function()
5868 compile_type = CT_PROFILE; in compile_nested_function()
5870 if (func_needs_compiling(ufunc, compile_type) in compile_nested_function()
5871 && compile_def_function(ufunc, TRUE, compile_type, cctx) == FAIL) in compile_nested_function()
5880 if (compile_type == CT_PROFILE && func_needs_compiling(ufunc, CT_NONE)) in compile_nested_function()
9548 compiletype_T compile_type, in compile_def_function() argument
9578 switch (compile_type) in compile_def_function()
9603 cctx.ctx_compile_type = compile_type; in compile_def_function()