Home
last modified time | relevance | path

Searched refs:OP_TRUE (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c251 case OP_TRUE: in find_minlength()
964 case OP_TRUE: in set_start_bits()
Dpcre2_printint.c442 case OP_TRUE: in pcre2_printint()
Dpcre2_internal.h1516 OP_TRUE, /* 146 Always true (used by VERSION) */ enumerator
Dpcre2_compile.c4404 case OP_TRUE: in first_significant_code()
5941 OP_TRUE : OP_FALSE; in compile_branch()
5944 OP_TRUE : OP_FALSE; in compile_branch()
7966 case OP_TRUE: in is_startline()
Dpcre2_dfa_match.c2755 else if (condcode == OP_TRUE) in internal_dfa_match()
Dpcre2_jit_compile.c734 case OP_TRUE: in next_opcode()
8975 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
8977 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
9234 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
9240 if (*matchingpath == OP_TRUE) in compile_bracket_matchingpath()
Dpcre2_match.c5304 case OP_TRUE: in match()
/external/pcre/dist2/
DHACKING753 tests the PCRE2 version number. This compiles into one of the opcodes OP_TRUE