Searched refs:OP_FALSE (Results 1 – 8 of 8) sorted by relevance
263 case OP_FALSE: in find_minlength()1006 case OP_FALSE: in set_start_bits()
441 case OP_FALSE: in pcre2_printint()
4765 case OP_FALSE: in first_significant_code()4780 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()6358 OP_TRUE : OP_FALSE; in compile_branch()6361 OP_TRUE : OP_FALSE; in compile_branch()6516 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()7075 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()8402 case OP_FALSE: in is_startline()
1561 OP_FALSE, /* 148 Always false (used by DEFINE and VERSION) */ enumerator
2764 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
5376 case OP_FALSE: in match()
947 case OP_FALSE: in next_opcode()10271 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()10538 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
750 For a DEFINE condition, OP_FALSE is used (with no associated data). During754 changed to OP_FALSE, so the matcher never sees OP_DEFINE.758 or OP_FALSE.769 It is treated the same as OP_FALSE.