Home
last modified time | relevance | path

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

/php-src/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()
980 case OP_NOT: in compare_opcodes()
1308 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.c301 case OP_NOT: in find_minlength()
1024 case OP_NOT: in set_start_bits()
H A Dpcre2_printint.c574 case OP_NOT: in pcre2_printint()
H A Dpcre2_internal.h1435 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
H A Dpcre2_compile.c5943 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
7274 case OP_NOT: in compile_branch()
7941 case OP_NOT: in compile_branch()
8985 case OP_NOT: in find_recurse()
H A Dpcre2_jit_compile.c1014 case OP_NOT: in next_opcode()
1372 case OP_NOT: in detect_early_fail()
2167 case OP_NOT: in get_framesize()
5774 case OP_NOT: in scan_prefix()
9148 case OP_NOT: in compile_char1_matchingpath()
9162 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
9188 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
11636 *type = OP_NOT; in get_iterator_parameters()
12466 case OP_NOT: in compile_matchingpath()
H A Dpcre2_dfa_match.c2435 case OP_NOT: in internal_dfa_match()
H A Dpcre2_match.c1110 case OP_NOT: in match()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c83 OP_NOT, enumerator
3396 if(GET_OPCODE(ie)==OP_NOT){
3467 e->u.s.info=luaK_codeABC(fs,OP_NOT,0,e->u.s.info,0);
5060 case OP_NOT:{

Completed in 138 milliseconds