Lines Matching refs:OP_BRAMINZERO

950   case OP_BRAMINZERO:  in next_opcode()
1651 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1838 case OP_BRAMINZERO: in set_private_data_ptrs()
9578 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
9595 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9860 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9881 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9898 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9947 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10162 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
10188 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
10231 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10240 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10249 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
10661 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
10683 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
11978 case OP_BRAMINZERO: in compile_matchingpath()
12289 SLJIT_ASSERT(*cc != OP_BRAMINZERO); in compile_assert_backtrackingpath()
12374 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12435 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12806 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
12807 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13113 case OP_BRAMINZERO: in compile_backtrackingpath()