Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c538 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
541 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
544 compiler->status_flags_state = current_flags; in sljit_set_current_flags()
549 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_SET_Z | SLJIT_CURRENT_FLAGS_ALL)) == 0) { in sljit_set_current_flags()
550 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()
2482 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
2485 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
H A DsljitLir.h1539 sljit_s32 current_flags);

Completed in 24 milliseconds