Lines Matching refs:OP_ASSERT
1786 case OP_ASSERT: in find_fixedlength()
2360 if (c == OP_ASSERT) in could_be_empty_branch()
3130 case OP_ASSERT: in compare_opcodes()
5869 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
6834 bravalue = OP_ASSERT; in compile_branch()
7520 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()
7669 else if (bravalue == OP_ASSERT && subreqcharflags >= 0) in compile_branch()
8414 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()
8532 else if (op == OP_ASSERT) in is_startline()
8623 case OP_ASSERT: in find_firstassertedchar()
8626 d = find_firstassertedchar(scode, &dflags, op == OP_ASSERT); in find_firstassertedchar()