Searched refs:OP_ASSERT (Results 1 – 8 of 8) sorted by relevance
247 case OP_ASSERT: in find_minlength()1122 case OP_ASSERT: in set_start_bits()
422 case OP_ASSERT: in pcre2_printint()
642 case OP_ASSERT: in compare_opcodes()
6487 bravalue = OP_ASSERT; in compile_branch()6590 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NA) in compile_branch()6740 else if ((bravalue == OP_ASSERT || bravalue == OP_ASSERT_NA) && in compile_branch()7166 case OP_ASSERT: in compile_branch()8423 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_anchored()8561 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_startline()8802 case OP_ASSERT: in find_firstassertedcu()8807 ((op == OP_ASSERT || op == OP_ASSERT_NA)?1:0)); in find_firstassertedcu()
930 case OP_ASSERT: in next_opcode()1793 case OP_ASSERT: in set_private_data_ptrs()2400 case OP_ASSERT: in get_recurse_data_length()2749 case OP_ASSERT: in copy_recurse_data()3043 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) in set_then_offsets()5493 case OP_ASSERT: in scan_prefix()9898 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()10118 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()12278 case OP_ASSERT: in compile_matchingpath()12636 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()[all …]
2743 case OP_ASSERT: in internal_dfa_match()2782 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()2882 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
1551 OP_ASSERT, /* 126 Positive lookahead */ enumerator
5395 case OP_ASSERT: in match()5586 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()5783 case OP_ASSERT: in match()
Completed in 109 milliseconds