• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:bra

7288 PCRE2_UCHAR bra = OP_BRA;  in compile_assert_matchingpath()  local
7310 bra = *cc; in compile_assert_matchingpath()
7324 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7335 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
7465 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7541 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
7547 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7560 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7570 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
7582 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7588 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7596 if (bra == OP_BRA) in compile_assert_matchingpath()
7609 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7615 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
7620 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7625 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7646 if (bra != OP_BRA) in compile_assert_matchingpath()
7660 if (bra != OP_BRA) in compile_assert_matchingpath()
7670 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7672 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
7678 if (bra != OP_BRA) in compile_assert_matchingpath()
7840 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath() local
7854 bra = *cc; in compile_bracket_matchingpath()
7878 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7923 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7925 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7932 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7938 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7941 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
8235 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
8258 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
8306 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
8332 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
8335 if (bra == OP_BRAMINZERO) in compile_bracket_matchingpath()
8356 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
9834 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath() local
9840 bra = *cc; in compile_assert_backtrackingpath()
9844 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9854 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9863 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9887 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
9907 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath() local
9923 bra = *cc; in compile_bracket_backtrackingpath()
9975 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9984 if (bra != OP_BRAMINZERO) in compile_bracket_backtrackingpath()
10016 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
10166 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
10189 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
10324 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
10328 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
10347 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
10348 else if (bra == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
10351 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()