Searched refs:OP_TRUE (Results 1 – 7 of 7) sorted by relevance
264 case OP_TRUE: in find_minlength()1007 case OP_TRUE: in set_start_bits()
476 case OP_TRUE: in pcre2_printint()
1586 OP_TRUE, /* 149 Always true (used by VERSION) */ enumerator
4874 case OP_TRUE: in first_significant_code()6469 OP_TRUE : OP_FALSE; in compile_branch()6472 OP_TRUE : OP_FALSE; in compile_branch()8529 case OP_TRUE: in is_startline()
2826 else if (condcode == OP_TRUE) in internal_dfa_match()
953 case OP_TRUE: in next_opcode()10502 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()10504 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()10758 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()10764 if (*matchingpath == OP_TRUE) in compile_bracket_matchingpath()
5589 case OP_TRUE: in match()
Completed in 158 milliseconds