Lines Matching refs:OP_SCOND

623 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));  in bracketend()
633 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
728 case OP_SCOND: in next_opcode()
885 case OP_SCOND: in check_opcode_types()
1381 case OP_SCOND: in set_private_data_ptrs()
1957 case OP_SCOND: in get_recurse_data_length()
2280 case OP_SCOND: in copy_recurse_data()
2547 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
2556 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
8973 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
8981 opcode = OP_SCOND; in compile_bracket_matchingpath()
9000 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
9188 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
9204 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
10642 case OP_SCOND: in compile_matchingpath()
11034 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
11039 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
11149 else if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
11187 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) in compile_bracket_backtrackingpath()
11228 if (opcode != OP_COND && opcode != OP_SCOND) in compile_bracket_backtrackingpath()
11335 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); in compile_bracket_backtrackingpath()
11371 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()
11725 case OP_SCOND: in compile_backtrackingpath()