Searched refs:OP_FALSE (Results 1 – 7 of 7) sorted by relevance
264 case OP_FALSE: in find_minlength()1010 case OP_FALSE: in set_start_bits()
483 case OP_FALSE: in pcre2_printint()
5088 case OP_FALSE: in first_significant_code()5103 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()6733 OP_TRUE : OP_FALSE; in compile_branch()6736 OP_TRUE : OP_FALSE; in compile_branch()6893 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()7454 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()8825 case OP_FALSE: in is_startline()
1611 OP_FALSE, /* 149 Always false (used by DEFINE and VERSION) */ enumerator
2868 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
5687 case OP_FALSE: in match()
994 case OP_FALSE: in next_opcode()10853 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()11138 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
Completed in 160 milliseconds