Lines Matching refs:bra

6468 pcre_uchar bra = OP_BRA;  in compile_assert_matchingpath()  local
6490 bra = *cc; in compile_assert_matchingpath()
6504 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6625 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6701 if (conditional || bra == OP_BRAZERO) in compile_assert_matchingpath()
6707 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6720 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6730 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
6740 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6746 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6754 if (bra == OP_BRA) in compile_assert_matchingpath()
6767 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6773 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
6778 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6783 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6802 if (bra != OP_BRA) in compile_assert_matchingpath()
6816 if (bra != OP_BRA) in compile_assert_matchingpath()
6826 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6828 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6834 if (bra != OP_BRA) in compile_assert_matchingpath()
6994 pcre_uchar bra = OP_BRA; in compile_bracket_matchingpath() local
7008 bra = *cc; in compile_bracket_matchingpath()
7039 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7080 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7082 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7089 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7095 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7098 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
7387 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
7410 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
7458 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
7484 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7487 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
7508 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
8797 pcre_uchar bra = OP_BRA; in compile_assert_backtrackingpath() local
8803 bra = *cc; in compile_assert_backtrackingpath()
8807 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8817 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8826 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8850 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8870 pcre_uchar bra = OP_BRA; in compile_bracket_backtrackingpath() local
8886 bra = *cc; in compile_bracket_backtrackingpath()
8938 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
8947 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
8979 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9129 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
9152 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
9285 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
9289 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9308 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
9309 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
9312 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()