Lines Matching refs:OP_BRAMINZERO
696 case OP_BRAMINZERO: in next_opcode()
1189 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1374 case OP_BRAMINZERO: in set_private_data_ptrs()
7307 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
7324 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7588 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7609 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7625 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7672 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7852 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
7878 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7923 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7932 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7941 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
8335 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
8356 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
9524 case OP_BRAMINZERO: in compile_matchingpath()
9837 SLJIT_ASSERT(*cc != OP_BRAMINZERO); in compile_assert_backtrackingpath()
9921 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
9984 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
10347 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
10348 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
10649 case OP_BRAMINZERO: in compile_backtrackingpath()