Lines Matching refs:OP_BRA
936 case OP_BRA: in next_opcode()
1253 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail()
1482 case OP_BRA: in detect_early_fail()
1653 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1767 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1827 case OP_BRA: in set_private_data_ptrs()
5545 case OP_BRA: in scan_prefix()
9705 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
9752 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
10014 if (bra == OP_BRA) in compile_assert_matchingpath()
10067 if (bra != OP_BRA) in compile_assert_matchingpath()
10081 if (bra != OP_BRA) in compile_assert_matchingpath()
10099 if (bra != OP_BRA) in compile_assert_matchingpath()
10296 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath()
10446 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10692 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10715 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10767 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12146 case OP_BRA: in compile_matchingpath()
12432 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath()
12507 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath()
12767 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
12790 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
13235 case OP_BRA: in compile_backtrackingpath()
13318 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
13335 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()
13662 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()