Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7512 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
7772 invertcmp ^= 0x1; in compile_xclass_matchingpath()
7811 invertcmp ^= 0x1; in compile_xclass_matchingpath()
7855 invertcmp ^= 0x1; in compile_xclass_matchingpath()
7916 if (invertcmp) in compile_xclass_matchingpath()
7921 invertcmp ^= 0x1; in compile_xclass_matchingpath()
7982 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8008 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
8022 invertcmp ^= 0x1; in compile_xclass_matchingpath()
8027 if (!invertcmp) in compile_xclass_matchingpath()
[all …]

Completed in 29 milliseconds