Home
last modified time | relevance | path

Searched refs:OP_COND (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c951 case OP_COND: in find_fixedlength()
1505 c == OP_COND || c == OP_SCOND) in could_be_empty_branch()
1514 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch()
5416 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5427 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
5699 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
5711 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
5717 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
6095 bravalue = OP_COND; /* Conditional group */ in compile_branch()
7041 ((bravalue == OP_COND)?1:0), /* Depth of condition subpatterns */ in compile_branch()
[all …]
Dpcre2_study.c133 case OP_COND: in find_minlength()
918 case OP_COND: in set_start_bits()
Dpcre2_printint.c397 case OP_COND: in pcre2_printint()
Dpcre2_jit_compile.c683 case OP_COND: in next_opcode()
843 case OP_COND: in check_opcode_types()
1307 …heck && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1353 case OP_COND: in set_private_data_ptrs()
1828 case OP_COND: in get_private_data_copy_length()
2015 case OP_COND: in copy_private_data()
2235 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
7882 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
7889 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath()
8115 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
[all …]
Dpcre2_internal.h1544 OP_COND, /* 136 Conditional group */ enumerator
Dpcre2_dfa_match.c2601 case OP_COND: in internal_dfa_match()
Dpcre2_match.c1299 case OP_COND: in match()
/external/pcre/dist2/
DHACKING520 These are like other subpatterns, but they start with the opcode OP_COND, or
547 must start with an assertion, whose opcode normally immediately follows OP_COND