Lines Matching refs:repeat_type

10146 int repeat_type = 0, repeat_count = 0;  in compile_bracket_matchingpath()  local
10177 repeat_type = PRIVATE_DATA(matchingpath + 2); in compile_bracket_matchingpath()
10179 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
10180 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
10182 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10287 if (repeat_type != 0) in compile_bracket_matchingpath()
10290 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
10300 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10540 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10562 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10611 if (repeat_type != 0) in compile_bracket_matchingpath()
10644 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
10650 else if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
12357 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; in compile_bracket_backtrackingpath() local
12386 repeat_type = PRIVATE_DATA(ccbegin + 2); in compile_bracket_backtrackingpath()
12388 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); in compile_bracket_backtrackingpath()
12389 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
12391 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
12413 if (ket != OP_KET && repeat_type != 0) in compile_bracket_backtrackingpath()
12418 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
12438 if (repeat_type != 0) in compile_bracket_backtrackingpath()
12464 if (repeat_type != 0) in compile_bracket_backtrackingpath()
12473 else if (repeat_type == OP_EXACT) in compile_bracket_backtrackingpath()
12615 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
12637 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
12774 if (repeat_type == OP_EXACT) in compile_bracket_backtrackingpath()