Lines Matching refs:OP_BRAMINZERO
997 case OP_BRAMINZERO: in next_opcode()
1736 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1937 case OP_BRAMINZERO: in set_private_data_ptrs()
10194 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
10212 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10517 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10539 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10556 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10605 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10821 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
10847 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
10890 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10899 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10908 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
11352 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
11374 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO || (has_alternatives && repeat_typ… in compile_bracket_matchingpath()
12675 case OP_BRAMINZERO: in compile_matchingpath()
12986 SLJIT_ASSERT(*cc != OP_BRAMINZERO); in compile_assert_backtrackingpath()
13072 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13133 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13539 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
13540 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13870 case OP_BRAMINZERO: in compile_backtrackingpath()