Lines Matching refs:OP_ONCE
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()
646 case OP_ONCE: in next_opcode()
1077 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()
1105 case OP_ONCE: in set_private_data_ptrs()
1571 case OP_ONCE: in get_private_data_copy_length()
1751 case OP_ONCE: in copy_private_data()
2011 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3337 case OP_ONCE: in scan_prefix()
7049 opcode = OP_ONCE; in compile_bracket_matchingpath()
7068 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7074 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
7109 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
7117 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7152 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
7157 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
7377 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
7396 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
7424 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
7446 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
7449 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
7454 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
7497 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_matchingpath()
7502 else if (ket == OP_KETRMIN && opcode != OP_ONCE) in compile_bracket_matchingpath()
7517 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
8489 case OP_ONCE: in compile_matchingpath()
8914 opcode = OP_ONCE; in compile_bracket_backtrackingpath()
8919 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
8955 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
8958 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
8961 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_backtrackingpath()
8969 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
9014 if (SLJIT_UNLIKELY(opcode == OP_ONCE)) in compile_bracket_backtrackingpath()
9102 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
9119 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
9138 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
9164 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
9176 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
9246 else if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
9304 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
9307 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
9584 case OP_ONCE: in compile_backtrackingpath()