Searched refs:XCL_NOT (Results 1 – 7 of 7) sorted by relevance
72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
1502 (xclassflags & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()1515 if (utf && (xclassflags & XCL_NOT) == 0) in set_start_bits()
689 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
770 if (list[1] == 0) return (*xclass_flags & XCL_NOT) == 0; in compare_opcodes()
1309 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
7508 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()7648 if ((cc[-1] & XCL_NOT) != 0) in compile_xclass_matchingpath()7682 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
6176 *code = negate_class? XCL_NOT:0; in compile_branch()
Completed in 98 milliseconds