Lines Matching refs:OP_SCOND
582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
688 case OP_SCOND: in next_opcode()
844 case OP_SCOND: in check_opcode_types()
1340 case OP_SCOND: in set_private_data_ptrs()
1809 case OP_SCOND: in get_private_data_copy_length()
1989 case OP_SCOND: in copy_private_data()
2235 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
2244 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
7882 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
7890 opcode = OP_SCOND; in compile_bracket_matchingpath()
7911 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
8099 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
8115 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
9549 case OP_SCOND: in compile_matchingpath()
9944 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
9949 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
10060 else if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
10098 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
10137 if (opcode != OP_COND && opcode != OP_SCOND) in compile_bracket_backtrackingpath()
10244 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); in compile_bracket_backtrackingpath()
10278 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()
10630 case OP_SCOND: in compile_backtrackingpath()