Searched refs:sljit_set_current_flags (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 1404 sljit_set_current_flags(compiler, SLJIT_SET_OVERFLOW); in fast_forward_char_simd() 1592 sljit_set_current_flags(compiler, SLJIT_SET_OVERFLOW); in fast_requested_char_simd() 1814 sljit_set_current_flags(compiler, SLJIT_SET_OVERFLOW); in fast_forward_char_pair_simd()
|
H A D | pcre2_jit_compile.c | 4368 sljit_set_current_flags(compiler, SLJIT_SET_Z); in check_newlinechar() 8287 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_simple_assertion_matchingpath() 8349 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_simple_assertion_matchingpath() 8896 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_char1_matchingpath() 8911 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_char1_matchingpath()
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1716 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler,
|
H A D | sljitLir.c | 547 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags() function 2888 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags() function
|
Completed in 83 milliseconds