Lines Matching refs:OP_ONCE

258     /* For OP_ONCE. Less than 0 if not needed. */
550 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
560 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
650 case OP_ONCE:
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)
1115 case OP_ONCE:
1558 case OP_ONCE:
1735 case OP_ONCE:
1995 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND))
3281 case OP_ONCE:
6924 (?>|) OP_ONCE | OP_ALT ... [stack trace] M A
6997 opcode = OP_ONCE;
7016 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND)
7022 if (opcode == OP_ONCE)
7057 if (opcode == OP_ONCE || opcode >= OP_SBRA)
7065 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0)
7100 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0)
7105 if (opcode == OP_ONCE)
7323 if (opcode == OP_ONCE)
7342 if (has_alternatives && opcode != OP_ONCE)
7370 if (opcode != OP_ONCE)
7392 if (opcode != OP_ONCE)
7395 else if (opcode == OP_ONCE || opcode >= OP_SBRA)
7400 if (opcode != OP_ONCE)
7442 framesize is < 0, OP_ONCE will do the release itself. */
7443 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0)
7448 else if (ket == OP_KETRMIN && opcode != OP_ONCE)
7463 if (opcode == OP_ONCE)
8431 case OP_ONCE:
8856 opcode = OP_ONCE;
8861 if (opcode == OP_ONCE)
8897 if (opcode != OP_ONCE)
8900 else if (opcode >= OP_SBRA || opcode == OP_ONCE)
8903 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0)
8911 if (opcode != OP_ONCE)
8956 if (SLJIT_UNLIKELY(opcode == OP_ONCE))
9043 if (opcode != OP_ONCE)
9060 if (opcode == OP_ONCE)
9079 if (opcode != OP_ONCE)
9105 if (opcode != OP_ONCE)
9117 if (opcode != OP_ONCE)
9187 else if (opcode == OP_ONCE)
9242 /* OP_ONCE removes everything in case of a backtrack, so we don't
9245 if (opcode != OP_ONCE)
9248 if (opcode == OP_ONCE)
9525 case OP_ONCE: