Lines Matching refs:OP_BRAMINZERO
955 case OP_BRAMINZERO: in next_opcode()
1650 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1839 case OP_BRAMINZERO: in set_private_data_ptrs()
9886 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
9903 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10168 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10189 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10206 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10255 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10470 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
10496 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
10539 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10548 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10557 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
10969 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
10991 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12286 case OP_BRAMINZERO: in compile_matchingpath()
12597 SLJIT_ASSERT(*cc != OP_BRAMINZERO); in compile_assert_backtrackingpath()
12682 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12743 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13114 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
13115 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13421 case OP_BRAMINZERO: in compile_backtrackingpath()