Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4477 BOOL should_flip_negation; in compile_branch() local
4820 should_flip_negation = FALSE; in compile_branch()
4918 should_flip_negation = TRUE; /* Note negative special */ in compile_branch()
5093 should_flip_negation = TRUE; in compile_branch()
5102 should_flip_negation = TRUE; in compile_branch()
5118 should_flip_negation = TRUE; in compile_branch()
5441 if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) in compile_branch()
5443 if (xclass && !should_flip_negation) in compile_branch()
5481 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()