Lines Matching refs:OP_SCOND

546 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));  in bracketend()
556 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
657 case OP_SCOND: in next_opcode()
808 case OP_SCOND: in check_opcode_types()
1110 case OP_SCOND: in set_private_data_ptrs()
1576 case OP_SCOND: in get_private_data_copy_length()
1756 case OP_SCOND: in copy_private_data()
2002 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
2011 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
7030 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF) in compile_bracket_matchingpath()
7043 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
7047 opcode = OP_SCOND; in compile_bracket_matchingpath()
7068 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7256 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7272 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
8496 case OP_SCOND: in compile_matchingpath()
8907 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
8912 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
9023 else if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
9061 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
9100 if (opcode != OP_COND && opcode != OP_SCOND) in compile_bracket_backtrackingpath()
9207 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); in compile_bracket_backtrackingpath()
9241 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()
9591 case OP_SCOND: in compile_backtrackingpath()