Lines Matching refs:OP_BRA

980   case OP_BRA:  in next_opcode()
1302 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail()
1567 case OP_BRA: in detect_early_fail()
1741 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1855 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1927 case OP_BRA: in set_private_data_ptrs()
5704 case OP_BRA: in scan_prefix()
10175 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
10226 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
10525 if (bra == OP_BRA) in compile_assert_matchingpath()
10579 if (bra != OP_BRA) in compile_assert_matchingpath()
10593 if (bra != OP_BRA) in compile_assert_matchingpath()
10611 if (bra != OP_BRA) in compile_assert_matchingpath()
10808 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath()
10959 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
11237 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
11260 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
11312 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12697 case OP_BRA: in compile_matchingpath()
12983 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath()
13058 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath()
13345 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
13368 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
13846 case OP_BRA: in compile_backtrackingpath()
13933 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
13948 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()
14275 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()