Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4999 BOOL should_flip_negation; in compile_branch() local
5226 should_flip_negation = match_all_or_no_wide_chars = FALSE; in compile_branch()
5267 should_flip_negation = local_negate; /* Note negative special */ in compile_branch()
5402 should_flip_negation = TRUE; in compile_branch()
5411 should_flip_negation = TRUE; in compile_branch()
5427 should_flip_negation = TRUE; in compile_branch()
5627 xclass_has_prop || !should_flip_negation)) in compile_branch()
5633 should_flip_negation && !negate_class && (options & PCRE2_UCP) == 0)) in compile_branch()
5686 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()