Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
Dpcre_printint.c658 if ((*ccode & XCL_NOT) != 0) in pcre_printint()
Dpcre_study.c1279 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
Dpcre_internal.h1816 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
DHACKING338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
Dpcre_jit_compile.c4736 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()
Dpcre_compile.c5450 *code = negate_class? XCL_NOT:0; in compile_branch()