Searched refs:SKIP_NOT (Results 1 – 1 of 1) sorted by relevance
28 SKIP_NOT, // condition is a constant, produce code enumerator2840 cctx->ctx_skip = SKIP_NOT; in generate_ppconst()5533 (op_falsy ? const_value : !const_value) ? SKIP_YES : SKIP_NOT; in compile_expr1()5605 ? SKIP_YES : SKIP_NOT; in compile_expr1()7746 cctx->ctx_skip = v ? SKIP_NOT : SKIP_YES; in compile_if()7783 cctx->ctx_skip = SKIP_NOT; in compile_if()7812 if (cctx->ctx_skip == SKIP_NOT) in compile_elseif()7919 cctx->ctx_skip = v ? SKIP_NOT : SKIP_YES; in compile_elseif()7964 if (cctx->ctx_skip == SKIP_NOT in compile_else()7974 cctx->ctx_skip = SKIP_NOT; in compile_else()[all …]