Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c447 compiler->last_return = -1; in sljit_create_compiler()
677 compiler->last_return = args & SLJIT_ARG_MASK; in set_emit_enter()
695 compiler->last_return = args & SLJIT_ARG_MASK; in set_set_context()
1172 CHECK_ARGUMENT(compiler->last_return == SLJIT_ARG_TYPE_VOID); in check_sljit_emit_return_void()
1188 switch (compiler->last_return) { in check_sljit_emit_return()
1693 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_call()
1801 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_icall()
H A DsljitLir.h512 sljit_s32 last_return; member

Completed in 32 milliseconds