Lines Matching refs:negate_class
3232 BOOL negate_class; in scan_for_captures() local
3341 negate_class = FALSE; in scan_for_captures()
3354 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in scan_for_captures()
3355 negate_class = TRUE; in scan_for_captures()
3942 BOOL negate_class; in compile_branch() local
4281 negate_class = FALSE; in compile_branch()
4294 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in compile_branch()
4295 negate_class = TRUE; in compile_branch()
4307 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
4889 if (negate_class) in compile_branch()
5017 *code = negate_class? XCL_NOT:0; in compile_branch()
5028 if (negate_class && !xclass_has_prop) in compile_branch()
5048 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
5051 if (negate_class) in compile_branch()