Searched refs:OP_ASSERT (Results 1 – 8 of 8) sorted by relevance
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()[all …]
168 case OP_ASSERT: in find_minlength()930 case OP_ASSERT: in set_start_bits()
550 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()560 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()646 case OP_ASSERT: in next_opcode()1111 case OP_ASSERT: in set_private_data_ptrs()1554 case OP_ASSERT: in get_private_data_copy_length()1731 case OP_ASSERT: in copy_private_data()1983 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) in set_then_offsets()1995 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()3230 case OP_ASSERT: in scan_prefix()6447 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()[all …]
409 case OP_ASSERT: in pcre_printint()
2657 case OP_ASSERT: in internal_dfa_exec()2681 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_exec()2780 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_exec()
2060 OP_ASSERT, /* 125 Positive lookahead */ enumerator
476 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes
1524 case OP_ASSERT: in match()1924 if ((*prev >= OP_ASSERT && *prev <= OP_ASSERTBACK_NOT) || in match()