Lines Matching refs:has_alternatives
2970 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; in set_then_offsets() local
2977 has_alternatives = FALSE; in set_then_offsets()
2980 if (has_alternatives) in set_then_offsets()
2989 if (*cc == OP_ALT && has_alternatives) in set_then_offsets()
9975 …*common, PCRE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common() argument
9987 if (ket != OP_KET || has_alternatives) in match_once_common()
9995 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : S… in match_once_common()
10008 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
10153 BOOL has_alternatives; in compile_bracket_matchingpath() local
10191 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath()
10196 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
10300 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10327 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
10350 else if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
10355 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
10368 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
10412 else if (has_alternatives) in compile_bracket_matchingpath()
10424 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
10431 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
10454 SLJIT_ASSERT(!has_alternatives); in compile_bracket_matchingpath()
10514 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
10534 …et, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_matchingpath()
10555 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
10589 if (has_alternatives) in compile_bracket_matchingpath()
10613 if (has_alternatives) in compile_bracket_matchingpath()
10623 if (has_alternatives) in compile_bracket_matchingpath()
12364 BOOL has_alternatives; in compile_bracket_backtrackingpath() local
12396 has_alternatives = *cc == OP_ALT; in compile_bracket_backtrackingpath()
12398 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
12404 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
12514 if (has_alternatives) in compile_bracket_backtrackingpath()
12524 else if (has_alternatives) in compile_bracket_backtrackingpath()
12550 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
12565 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
12570 SLJIT_ASSERT(!has_alternatives); in compile_bracket_backtrackingpath()
12573 if (has_alternatives) in compile_bracket_backtrackingpath()
12612 … ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_backtrackingpath()