Lines Matching refs:ctx_had_return
191 int ctx_had_return; // last seen statement was "return" member
7809 if (!cctx->ctx_had_return) in compile_elseif()
7957 if (!cctx->ctx_had_return) in compile_else()
7987 if (!cctx->ctx_had_return in compile_else()
8029 if (!cctx->ctx_had_return) in compile_endif()
8055 cctx->ctx_had_return = ifscope->is_had_return && ifscope->is_seen_else; in compile_endif()
9947 if (cctx.ctx_had_return in compile_def_function()
9990 cctx.ctx_had_return = TRUE; in compile_def_function()
10022 cctx.ctx_had_return = FALSE; in compile_def_function()
10026 cctx.ctx_had_return = FALSE; in compile_def_function()
10037 cctx.ctx_had_return = FALSE; in compile_def_function()
10045 cctx.ctx_had_return = FALSE; in compile_def_function()
10059 cctx.ctx_had_return = FALSE; in compile_def_function()
10063 cctx.ctx_had_return = FALSE; in compile_def_function()
10067 cctx.ctx_had_return = FALSE; in compile_def_function()
10198 if (!cctx.ctx_had_return) in compile_def_function()