Lines Matching refs:bra
6416 pcre_uchar bra = OP_BRA; in compile_assert_matchingpath() local
6438 bra = *cc; in compile_assert_matchingpath()
6452 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6573 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6649 if (conditional || bra == OP_BRAZERO) in compile_assert_matchingpath()
6655 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6668 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6678 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
6688 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6694 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6702 if (bra == OP_BRA) in compile_assert_matchingpath()
6715 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6721 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
6726 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6731 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6750 if (bra != OP_BRA) in compile_assert_matchingpath()
6764 if (bra != OP_BRA) in compile_assert_matchingpath()
6774 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6776 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6782 if (bra != OP_BRA) in compile_assert_matchingpath()
6942 pcre_uchar bra = OP_BRA; in compile_bracket_matchingpath() local
6956 bra = *cc; in compile_bracket_matchingpath()
6987 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7028 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7030 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7037 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7043 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7046 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
7333 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
7356 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
7404 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
7430 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7433 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
7454 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
8739 pcre_uchar bra = OP_BRA; in compile_assert_backtrackingpath() local
8745 bra = *cc; in compile_assert_backtrackingpath()
8749 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8759 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8768 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8792 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8812 pcre_uchar bra = OP_BRA; in compile_bracket_backtrackingpath() local
8828 bra = *cc; in compile_bracket_backtrackingpath()
8880 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
8889 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
8921 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9070 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
9093 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
9226 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
9230 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9249 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
9250 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
9253 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()