Searched refs:OP_NOT (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_auto_possess.c | 350 list[0] = OP_NOT; in get_chr_property_list() 388 case OP_NOT: in get_chr_property_list() 396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list() 956 case OP_NOT: in compare_opcodes() 1280 case OP_NOT: in PRIV()
|
H A D | pcre2_find_bracket.c | 155 case OP_NOT: in PRIV()
|
H A D | pcre2_pattern_info.c | 307 case OP_NOT: in pcre2_callout_enumerate()
|
H A D | pcre2_study.c | 298 case OP_NOT: in find_minlength() 1020 case OP_NOT: in set_start_bits()
|
H A D | pcre2_printint.c | 532 case OP_NOT: in pcre2_printint()
|
H A D | pcre2_internal.h | 1386 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
H A D | pcre2_compile.c | 5584 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch() 6897 case OP_NOT: in compile_branch() 7567 case OP_NOT: in compile_branch() 8563 case OP_NOT: in find_recurse()
|
H A D | pcre2_jit_compile.c | 965 case OP_NOT: in next_opcode() 1315 case OP_NOT: in detect_early_fail() 2068 case OP_NOT: in get_framesize() 5542 case OP_NOT: in scan_prefix() 8696 case OP_NOT: in compile_char1_matchingpath() 8710 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 8736 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 11002 *type = OP_NOT; in get_iterator_parameters() 11831 case OP_NOT: in compile_matchingpath()
|
H A D | pcre2_dfa_match.c | 2331 case OP_NOT: in internal_dfa_match()
|
H A D | pcre2_match.c | 1042 case OP_NOT: in match()
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 83 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 130 milliseconds