Lines Matching refs:bra

7264 pcre_uchar bra = OP_BRA;  in compile_assert_matchingpath()  local
7286 bra = *cc; in compile_assert_matchingpath()
7300 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7311 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
7441 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7517 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
7523 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7536 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7546 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
7558 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7564 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7572 if (bra == OP_BRA) in compile_assert_matchingpath()
7585 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7591 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
7596 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7601 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7622 if (bra != OP_BRA) in compile_assert_matchingpath()
7636 if (bra != OP_BRA) in compile_assert_matchingpath()
7646 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7648 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7654 if (bra != OP_BRA) in compile_assert_matchingpath()
7816 pcre_uchar bra = OP_BRA; in compile_bracket_matchingpath() local
7830 bra = *cc; in compile_bracket_matchingpath()
7861 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7902 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7904 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7911 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7917 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7920 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
8209 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
8232 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
8280 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
8306 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
8309 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
8330 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
9806 pcre_uchar bra = OP_BRA; in compile_assert_backtrackingpath() local
9812 bra = *cc; in compile_assert_backtrackingpath()
9816 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9826 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9835 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9859 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9879 pcre_uchar bra = OP_BRA; in compile_bracket_backtrackingpath() local
9895 bra = *cc; in compile_bracket_backtrackingpath()
9947 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9956 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
9988 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
10138 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
10161 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
10296 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
10300 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
10319 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
10320 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
10323 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()