Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.c508 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
511 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
514 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_I32_OP | SLJIT_SET_Z)) == 0) { in sljit_set_current_flags()
515 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()
2058 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
2061 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
H A DsljitLir.h1390 sljit_s32 current_flags);

Completed in 17 milliseconds