Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7346 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
7591 invertcmp ^= 0x1; in compile_xclass_matchingpath()
7677 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7703 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7717 invertcmp ^= 0x1; in compile_xclass_matchingpath()
7722 if (!invertcmp) in compile_xclass_matchingpath()
7733 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7766 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7781 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
7834 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
[all …]

Completed in 32 milliseconds