Lines Matching refs:OP_BRA
6001 bravalue = OP_BRA; in compile_branch()
6612 op_previous = *previous = OP_BRA; in compile_branch()
6635 case OP_BRA: in compile_branch()
6715 *previous++ = OP_BRA; in compile_branch()
6820 *code++ = OP_BRA; in compile_branch()
6878 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6897 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7843 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
7981 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8235 case OP_BRA: in find_firstassertedcu()
9572 *code = OP_BRA; in pcre2_compile()
9671 *code = OP_BRA; in pcre2_compile()