Home | History | Annotate | Download | only in src

Lines Matching refs:OP_ONCE

272     /* For OP_ONCE. Less than 0 if not needed. */
582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
677 case OP_ONCE:
1307 if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND))
1335 case OP_ONCE:
1804 case OP_ONCE:
1984 case OP_ONCE:
2244 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND))
3584 case OP_ONCE:
7822 (?>|) OP_ONCE | OP_ALT ... [stack trace] M A
7892 opcode = OP_ONCE;
7911 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND)
7917 if (opcode == OP_ONCE)
7952 if (opcode == OP_ONCE || opcode >= OP_SBRA)
7960 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0)
7995 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0)
8000 if (opcode == OP_ONCE)
8225 if (opcode == OP_ONCE)
8244 if (has_alternatives && opcode != OP_ONCE)
8272 if (opcode != OP_ONCE)
8294 if (opcode != OP_ONCE)
8297 else if (opcode == OP_ONCE || opcode >= OP_SBRA)
8302 if (opcode != OP_ONCE)
8344 framesize is < 0, OP_ONCE will do the release itself. */
8345 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0)
8350 else if (ket == OP_KETRMIN && opcode != OP_ONCE)
8364 if (opcode == OP_ONCE)
9542 case OP_ONCE:
9951 opcode = OP_ONCE;
9956 if (opcode == OP_ONCE)
9992 if (opcode != OP_ONCE)
9995 else if (opcode >= OP_SBRA || opcode == OP_ONCE)
9998 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0)
10006 if (opcode != OP_ONCE)
10051 if (SLJIT_UNLIKELY(opcode == OP_ONCE))
10139 if (opcode != OP_ONCE)
10156 if (opcode == OP_ONCE)
10175 if (opcode != OP_ONCE)
10201 if (opcode != OP_ONCE)
10213 if (opcode != OP_ONCE)
10283 else if (opcode == OP_ONCE)
10340 /* OP_ONCE removes everything in case of a backtrack, so we don't
10343 if (opcode != OP_ONCE)
10346 if (opcode == OP_ONCE)
10623 case OP_ONCE: