Searched refs:XCL_NOT (Results 1 – 7 of 7) sorted by relevance
70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
658 if ((*ccode & XCL_NOT) != 0) in pcre_printint()
1279 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
1816 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
4736 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()4851 read_char_range(common, min, max, (cc[-1] & XCL_NOT) != 0); in compile_xclass_matchingpath()4876 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_C_GREATER, TMP2, 0, SL… in compile_xclass_matchingpath()
5450 *code = negate_class? XCL_NOT:0; in compile_branch()