Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c493 compiler->last_return = -1; in sljit_create_compiler()
723 compiler->last_return = args & SLJIT_ARG_MASK; in set_emit_enter()
741 compiler->last_return = args & SLJIT_ARG_MASK; in set_set_context()
1319 CHECK_ARGUMENT(compiler->last_return == SLJIT_ARG_TYPE_RET_VOID); in check_sljit_emit_return_void()
1335 switch (compiler->last_return) { in check_sljit_emit_return()
2134 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_call()
2248 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_icall()
H A DsljitLir.h564 sljit_s32 last_return; member

Completed in 24 milliseconds