Searched refs:XCL_NOT (Results 1 – 8 of 8) sorted by relevance
72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
1452 (tcode[1 + LINK_SIZE] & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
656 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
741 if (list[1] == 0) return (*xclass_flags & XCL_NOT) == 0; in compare_opcodes()
1275 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
7579 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()7703 if ((cc[-1] & XCL_NOT) != 0) in compile_xclass_matchingpath()7731 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
5939 *code = negate_class? XCL_NOT:0; in compile_branch()
589 XCL_NOT indicates that this is a negative class, and XCL_MAP indicates that a603 When XCL_NOT is set, the bit map, if present, contains bits for characters that