Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c114 if (c == x) return !negated; in PRIV()
142 if (isprop) return !negated; in PRIV()
152 return !negated; in PRIV()
166 return !negated; in PRIV()
184 return !negated; in PRIV()
193 return !negated; in PRIV()
201 return !negated; in PRIV()
206 return !negated; in PRIV()
228 return !negated; in PRIV()
241 return !negated; in PRIV()
[all …]
H A Dpcre2_auto_possess.c197 BOOL negated) in check_char_prop() argument
207 prop->chartype == ucp_Lt) == negated; in check_char_prop()
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
213 return (pdata == prop->chartype) == negated; in check_char_prop()
216 return (pdata == prop->script) == negated; in check_char_prop()
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
234 return negated; in check_char_prop()
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
244 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
250 if (c < *p) return !negated; in check_char_prop()
[all …]
H A Dpcre2_compile.c3048 BOOL negated; in parse_regex() local
3050 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex()
3052 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3595 BOOL negated; in parse_regex() local
3597 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex()
3599 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
H A Dpcre2_jit_compile.c4046 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type() argument
4062 if (negated) in read_char7_type()
4083 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type() argument
4095 SLJIT_UNUSED_ARG(negated); in read_char8_type()
4107 if (!negated) in read_char8_type()
4149 if (common->invalid_utf && negated) in read_char8_type()
4164 if (common->utf && negated) in read_char8_type()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c442 sljit_s32 negated, ones, right; in logical_imm() local
472 negated = 0; in logical_imm()
474 negated = 1; in logical_imm()
498 if (negated) in logical_imm()

Completed in 75 milliseconds