Lines Matching refs:OP_BRA
6807 bravalue = OP_BRA; in compile_branch()
7413 op_previous = *previous = OP_BRA; in compile_branch()
7439 case OP_BRA: in compile_branch()
7525 *previous++ = OP_BRA; in compile_branch()
7626 *code++ = OP_BRA; in compile_branch()
7685 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7705 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8703 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8841 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
9095 case OP_BRA: in find_firstassertedcu()
10590 *code = OP_BRA; in pcre2_compile()
10696 *code = OP_BRA; in pcre2_compile()