Lines Matching refs:OP_ONCE
865 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
875 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
978 case OP_ONCE: in next_opcode()
1302 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail()
1855 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1884 case OP_ONCE: in set_private_data_ptrs()
2507 case OP_ONCE: in get_recurse_data_length()
2856 case OP_ONCE: in copy_recurse_data()
3164 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
5703 case OP_ONCE: in scan_prefix()
10878 else if (opcode == OP_ASSERT_NA || opcode == OP_ASSERTBACK_NA || opcode == OP_ONCE || opcode == OP_… in compile_bracket_matchingpath()
10884 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10917 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10925 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
10964 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
11222 case OP_ONCE: in compile_bracket_matchingpath()
11246 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
11282 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
11309 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
11318 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
11362 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_matchingpath()
11368 else if (ket == OP_KETRMIN && opcode != OP_ONCE) in compile_bracket_matchingpath()
11379 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
12695 case OP_ONCE: in compile_matchingpath()
13105 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13141 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13144 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13147 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_backtrackingpath()
13155 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13200 if (SLJIT_UNLIKELY(opcode == OP_ONCE)) in compile_bracket_backtrackingpath()
13297 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13335 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13354 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13380 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13397 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13475 else if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13535 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
13538 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13844 case OP_ONCE: in compile_backtrackingpath()