Searched refs:OP_ASSERT (Results 1 – 8 of 8) sorted by relevance
1816 case OP_ASSERT: in find_fixedlength()2413 if (c == OP_ASSERT) in could_be_empty_branch()3186 case OP_ASSERT: in compare_opcodes()5971 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()6974 bravalue = OP_ASSERT; in compile_branch()7676 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT && in compile_branch()7724 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()7873 else if (bravalue == OP_ASSERT && subreqcharflags >= 0) in compile_branch()8625 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()8744 else if (op == OP_ASSERT) in is_startline()[all …]
173 case OP_ASSERT: in find_minlength()972 case OP_ASSERT: in set_start_bits()
546 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()556 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()642 case OP_ASSERT: in next_opcode()1101 case OP_ASSERT: in set_private_data_ptrs()1567 case OP_ASSERT: in get_private_data_copy_length()1747 case OP_ASSERT: in copy_private_data()1999 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) in set_then_offsets()2011 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()3286 case OP_ASSERT: in scan_prefix()6499 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()2781 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_exec()
2068 OP_ASSERT, /* 125 Positive lookahead */ enumerator
476 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes
1527 case OP_ASSERT: in match()1931 if ((*prev >= OP_ASSERT && *prev <= OP_ASSERTBACK_NOT) || in match()