Searched refs:OP_CBRA (Results 1 – 10 of 10) sorted by relevance
96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
622 case OP_CBRA: in compare_opcodes()666 case OP_CBRA: in compare_opcodes()688 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
126 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()199 case OP_CBRA: in find_minlength()973 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()1114 case OP_CBRA: in set_start_bits()
404 case OP_CBRA: in pcre2_printint()
940 case OP_CBRA: in next_opcode()1255 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail()1256 SLJIT_ASSERT(*cc != OP_CBRA || common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] != 0); in detect_early_fail()1266 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_early_fail()1485 case OP_CBRA: in detect_early_fail()1494 …if (*end != OP_KET || (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0)) in detect_early_fail()1769 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()1833 case OP_CBRA: in set_private_data_ptrs()2017 case OP_CBRA: in get_framesize()2210 case OP_CBRA: in init_frame()[all …]
7177 case OP_CBRA: in compile_branch()7835 bravalue = OP_CBRA; in compile_branch()8163 if (*code == OP_CBRA) in compile_regex()8415 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()8553 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()8788 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()8800 case OP_CBRA: in find_firstassertedcu()
673 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()924 case OP_CBRA: in internal_dfa_match()
1566 OP_CBRA, /* 136 Start of capturing bracket */ enumerator
5288 case OP_CBRA: in match()5837 case OP_CBRA: in match()
658 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A