Searched refs:OP_NOT (Results 1 – 11 of 11) sorted by relevance
/PHP-8.1/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() 957 case OP_NOT: in compare_opcodes() 1285 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 | 5606 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch() 6919 case OP_NOT: in compile_branch() 7589 case OP_NOT: in compile_branch() 8595 case OP_NOT: in find_recurse()
|
H A D | pcre2_jit_compile.c | 965 case OP_NOT: in next_opcode() 1317 case OP_NOT: in detect_early_fail() 2064 case OP_NOT: in get_framesize() 5546 case OP_NOT: in scan_prefix() 8773 case OP_NOT: in compile_char1_matchingpath() 8787 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 8813 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 11079 *type = OP_NOT; in get_iterator_parameters() 11908 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 | 1044 case OP_NOT: in match()
|
/PHP-8.1/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 102 milliseconds