Searched refs:repeat_type (Results 1 – 6 of 6) sorted by relevance
5291 uint32_t repeat_type, op_type; in compile_branch() local6859 repeat_type = 0; /* Force greedy */ in compile_branch()6867 repeat_type = greedy_non_default; in compile_branch()6872 repeat_type = greedy_default; in compile_branch()6950 *code++ = OP_CRSTAR + repeat_type; in compile_branch()6952 *code++ = OP_CRPLUS + repeat_type; in compile_branch()6954 *code++ = OP_CRQUERY + repeat_type; in compile_branch()6957 *code++ = OP_CRRANGE + repeat_type; in compile_branch()7130 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()7145 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()[all …]
10223 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local10254 repeat_type = PRIVATE_DATA(matchingpath + 2); in compile_bracket_matchingpath()10256 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()10257 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()10259 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()10364 if (repeat_type != 0) in compile_bracket_matchingpath()10367 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()10377 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()10617 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()10639 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()[all …]
3674 static PyTypeObject repeat_type; variable3770 static PyTypeObject repeat_type = { variable4105 &repeat_type, in inititertools()
4228 static PyTypeObject repeat_type; variable4330 static PyTypeObject repeat_type = { variable4699 &repeat_type, in itertoolsmodule_exec()
664 Modules/itertoolsmodule.c:repeat_type static PyTypeObject repeat_type
1587 Modules/itertoolsmodule.c - repeat_type variable static PyTypeObject repeat_type