Searched refs:OP_CBRA (Results 1 – 10 of 10) sorted by relevance
123 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()191 case OP_CBRA: in find_minlength()933 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()1071 case OP_CBRA: in set_start_bits()
96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
601 case OP_CBRA: in compare_opcodes()630 case OP_CBRA: in compare_opcodes()652 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
721 case OP_CBRA: in next_opcode()1075 if (*cc != OP_BRA && *cc != OP_CBRA) in detect_fast_forward_skip()1081 if (*cc == OP_CBRA) in detect_fast_forward_skip()1104 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA); in detect_fast_fail()1106 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_fail()1117 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_fast_fail()1141 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA)) in detect_fast_fail()1349 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()1409 case OP_CBRA: in set_private_data_ptrs()1593 case OP_CBRA: in get_framesize()[all …]
373 case OP_CBRA: in pcre2_printint()
6636 case OP_CBRA: in compile_branch()7296 bravalue = OP_CBRA; in compile_branch()7582 if (*code == OP_CBRA) in compile_regex()7852 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()7990 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()8225 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()8237 case OP_CBRA: in find_firstassertedcu()
661 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()912 case OP_CBRA: in internal_dfa_match()
1496 OP_CBRA, /* 133 Start of capturing bracket */ enumerator
5006 case OP_CBRA: in match()5533 case OP_CBRA: in match()
656 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A