Searched refs:OP_FALSE (Results 1 – 8 of 8) sorted by relevance
239 case OP_FALSE: in find_minlength()920 case OP_FALSE: in set_start_bits()
439 case OP_FALSE: in pcre2_printint()
1037 case OP_FALSE: in find_fixedlength()1314 case OP_FALSE: in first_significant_code()5427 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()6236 OP_TRUE : OP_FALSE; in compile_branch()6239 OP_TRUE : OP_FALSE; in compile_branch()7095 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()8059 case OP_FALSE: in is_startline()
1561 OP_FALSE, /* 146 Always false (used by DEFINE and VERSION) */ enumerator
2671 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
693 case OP_FALSE: in next_opcode()7884 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()8156 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
1410 case OP_FALSE: in match()
536 For a DEFINE condition, OP_FALSE is used (with no associated data). During540 changed to OP_FALSE, so the matcher never sees OP_DEFINE.544 or OP_FALSE.555 It is treated the same as OP_FALSE.