Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c367 list[0] = OP_NOT; in get_chr_property_list()
405 case OP_NOT: in get_chr_property_list()
413 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
468 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
974 case OP_NOT: in compare_opcodes()
1302 case OP_NOT: in PRIV()
H A Dpcre2_find_bracket.c155 case OP_NOT: in PRIV()
H A Dpcre2_pattern_info.c307 case OP_NOT: in pcre2_callout_enumerate()
H A Dpcre2_study.c298 case OP_NOT: in find_minlength()
1020 case OP_NOT: in set_start_bits()
H A Dpcre2_printint.c563 case OP_NOT: in pcre2_printint()
H A Dpcre2_internal.h1410 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
H A Dpcre2_compile.c5692 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
7009 case OP_NOT: in compile_branch()
7684 case OP_NOT: in compile_branch()
8690 case OP_NOT: in find_recurse()
H A Dpcre2_jit_compile.c970 case OP_NOT: in next_opcode()
1322 case OP_NOT: in detect_early_fail()
2069 case OP_NOT: in get_framesize()
5620 case OP_NOT: in scan_prefix()
9004 case OP_NOT: in compile_char1_matchingpath()
9018 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
9044 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
11310 *type = OP_NOT; in get_iterator_parameters()
12139 case OP_NOT: in compile_matchingpath()
H A Dpcre2_dfa_match.c2388 case OP_NOT: in internal_dfa_match()
H A Dpcre2_match.c1059 case OP_NOT: in match()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c83 OP_NOT, enumerator
3395 if(GET_OPCODE(ie)==OP_NOT){
3466 e->u.s.info=luaK_codeABC(fs,OP_NOT,0,e->u.s.info,0);
5059 case OP_NOT:{

Completed in 121 milliseconds