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.c3943 BOOL should_flip_negation; in compile_branch() local
4320 should_flip_negation = match_all_or_no_wide_chars = FALSE; in compile_branch()
4413 should_flip_negation = TRUE; /* Note negative special */ in compile_branch()
4608 should_flip_negation = TRUE; in compile_branch()
4617 should_flip_negation = TRUE; in compile_branch()
4633 should_flip_negation = TRUE; in compile_branch()
5002 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch()
5005 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
5048 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()