Lines Matching refs:bra

9636 PCRE2_UCHAR bra = OP_BRA;  in compile_assert_matchingpath()  local
9658 bra = *cc; in compile_assert_matchingpath()
9672 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9683 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
9814 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9890 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
9896 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9909 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9919 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
9931 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9937 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9945 if (bra == OP_BRA) in compile_assert_matchingpath()
9958 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9965 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
9970 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9975 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
9998 if (bra != OP_BRA) in compile_assert_matchingpath()
10012 if (bra != OP_BRA) in compile_assert_matchingpath()
10022 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10024 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
10030 if (bra != OP_BRA) in compile_assert_matchingpath()
10227 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath() local
10241 bra = *cc; in compile_bracket_matchingpath()
10265 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
10308 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10310 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10317 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
10323 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10326 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
10623 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10646 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10709 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
10735 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10738 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
10760 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12363 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath() local
12369 bra = *cc; in compile_assert_backtrackingpath()
12373 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12383 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12392 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12418 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12438 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath() local
12453 bra = *cc; in compile_bracket_backtrackingpath()
12503 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12512 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12544 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12698 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
12721 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
12860 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
12864 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12883 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
12884 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12887 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()