Lines Matching refs:OP_BRA
6295 bravalue = OP_BRA; in compile_branch()
6906 op_previous = *previous = OP_BRA; in compile_branch()
6930 case OP_BRA: in compile_branch()
7010 *previous++ = OP_BRA; in compile_branch()
7115 *code++ = OP_BRA; in compile_branch()
7173 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7193 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8151 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8289 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8543 case OP_BRA: in find_firstassertedcu()
9884 *code = OP_BRA; in pcre2_compile()
9983 *code = OP_BRA; in pcre2_compile()