Searched refs:should_flip_negation (Results 1 – 1 of 1) sorted by relevance
5729 BOOL should_flip_negation; in compile_branch() local6000 should_flip_negation = match_all_or_no_wide_chars = FALSE; in compile_branch()6041 should_flip_negation = local_negate; /* Note negative special */ in compile_branch()6180 should_flip_negation = TRUE; in compile_branch()6190 should_flip_negation = TRUE; in compile_branch()6207 should_flip_negation = TRUE; in compile_branch()6411 xclass_has_prop || !should_flip_negation)) in compile_branch()6417 should_flip_negation && !negate_class && (options & PCRE2_UCP) == 0)) in compile_branch()6473 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
Completed in 32 milliseconds