• Home
  • Raw
  • Download

Lines Matching refs:OP_BRA

906   case OP_BRA:  in next_opcode()
1270 if (*cc != OP_BRA && *cc != OP_CBRA) in detect_fast_forward_skip()
1299 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA); in detect_fast_fail()
1336 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA)) in detect_fast_fail()
1431 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1544 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1601 case OP_BRA: in set_private_data_ptrs()
5128 case OP_BRA: in scan_prefix()
9744 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
9791 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
10053 if (bra == OP_BRA) in compile_assert_matchingpath()
10105 if (bra != OP_BRA) in compile_assert_matchingpath()
10119 if (bra != OP_BRA) in compile_assert_matchingpath()
10137 if (bra != OP_BRA) in compile_assert_matchingpath()
10334 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath()
10484 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10727 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10750 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10789 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12043 case OP_BRA: in compile_matchingpath()
12328 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath()
12403 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath()
12666 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
12689 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
13130 case OP_BRA: in compile_backtrackingpath()
13213 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
13231 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()
13555 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()