Lines Matching refs:OP_BRAZERO

996   case OP_BRAZERO:  in next_opcode()
1736 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1762 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1936 case OP_BRAZERO: in set_private_data_ptrs()
10194 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
10390 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10469 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
10475 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10488 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10498 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
10510 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10546 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
10551 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10603 if (bra == OP_BRAZERO) 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()
10892 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10905 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
11323 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
11349 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
11374 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO || (has_alternatives && repeat_typ… in compile_bracket_matchingpath()
12706 case OP_BRAZERO: in compile_matchingpath()
12987 if (*cc == OP_BRAZERO) in compile_assert_backtrackingpath()
12993 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
13003 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
13012 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
13038 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
13072 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
13124 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13165 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13516 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
13520 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13543 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13855 case OP_BRAZERO: in compile_backtrackingpath()