Home
last modified time | relevance | path

Searched refs:OP_ASSERT (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c225 case OP_ASSERT: in find_minlength()
1029 case OP_ASSERT: in set_start_bits()
Dpcre2_compile.c1014 case OP_ASSERT: in find_fixedlength()
1414 if (c == OP_ASSERT) in could_be_empty_branch()
5416 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
6458 bravalue = OP_ASSERT; in compile_branch()
7014 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT && in compile_branch()
7061 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()
7214 else if (bravalue == OP_ASSERT && subreqcuflags >= 0) in compile_branch()
7969 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()
8093 else if (op == OP_ASSERT) in is_startline()
8184 case OP_ASSERT: in find_firstassertedcu()
[all …]
Dpcre2_jit_compile.c582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
673 case OP_ASSERT: in next_opcode()
1331 case OP_ASSERT: in set_private_data_ptrs()
1800 case OP_ASSERT: in get_private_data_copy_length()
1980 case OP_ASSERT: in copy_private_data()
2232 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) in set_then_offsets()
2244 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3533 case OP_ASSERT: in scan_prefix()
7319 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
[all …]
Dpcre2_printint.c391 case OP_ASSERT: in pcre2_printint()
Dpcre2_auto_possess.c586 case OP_ASSERT: in compare_opcodes()
Dpcre2_dfa_match.c2571 case OP_ASSERT: in internal_dfa_match()
2595 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()
2715 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
Dpcre2_internal.h1528 OP_ASSERT, /* 126 Positive lookahead */ enumerator
Dpcre2_match.c1560 case OP_ASSERT: in match()
2004 if ((*prev >= OP_ASSERT && *prev <= OP_ASSERTBACK_NOT) || in match()
/external/pcre/dist2/
DHACKING508 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes