Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c547 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
550 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
553 compiler->status_flags_state = current_flags; in sljit_set_current_flags()
558 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_SET_Z | SLJIT_CURRENT_FLAGS_ALL)) == 0) { in sljit_set_current_flags()
559 compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_32 | SLJIT_SET_Z)); in sljit_set_current_flags()
2535 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
2538 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
H A DsljitLir.h1587 sljit_s32 current_flags);

Completed in 1873 milliseconds