Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c155 return !negated; in PRIV()
176 return !negated; in PRIV()
194 return !negated; in PRIV()
204 return !negated; in PRIV()
212 return !negated; in PRIV()
217 return !negated; in PRIV()
223 return !negated; in PRIV()
251 return !negated; in PRIV()
265 return !negated; in PRIV()
276 return !negated; in PRIV()
[all …]
H A Dpcre2_auto_possess.c200 BOOL negated) in check_char_prop() argument
211 prop->chartype == ucp_Lt) == negated; in check_char_prop()
214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
217 return (pdata == prop->chartype) == negated; in check_char_prop()
220 return (pdata == prop->script) == negated; in check_char_prop()
225 return ok == negated; in check_char_prop()
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
243 return negated; in check_char_prop()
253 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
259 if (c < *p) return !negated; in check_char_prop()
[all …]
H A Dpcre2_compile.c3332 BOOL negated; in parse_regex() local
3334 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex()
3336 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3862 BOOL negated; in parse_regex() local
3864 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex()
3866 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
H A Dpcre2_jit_compile.c4267 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type() argument
4283 if (negated) in read_char7_type()
4305 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type() argument
4317 SLJIT_UNUSED_ARG(negated); in read_char8_type()
4329 if (!negated) in read_char8_type()
4371 if (common->invalid_utf && negated) in read_char8_type()
4386 if (common->utf && negated) in read_char8_type()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c502 sljit_s32 negated; in logical_imm() local
533 negated = 0; in logical_imm()
535 negated = 1; in logical_imm()
559 if (negated) in logical_imm()

Completed in 62 milliseconds