Lines Matching refs:has_alternatives
3040 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; in set_then_offsets() local
3047 has_alternatives = FALSE; in set_then_offsets()
3050 if (has_alternatives) in set_then_offsets()
3059 if (*cc == OP_ALT && has_alternatives) in set_then_offsets()
10283 …*common, PCRE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common() argument
10295 if (ket != OP_KET || has_alternatives) in match_once_common()
10303 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : S… in match_once_common()
10316 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
10461 BOOL has_alternatives; in compile_bracket_matchingpath() local
10499 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath()
10504 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
10608 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10635 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
10658 else if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
10663 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
10676 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
10720 else if (has_alternatives) in compile_bracket_matchingpath()
10732 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
10739 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
10762 SLJIT_ASSERT(!has_alternatives); in compile_bracket_matchingpath()
10822 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
10842 …et, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_matchingpath()
10863 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
10897 if (has_alternatives) in compile_bracket_matchingpath()
10921 if (has_alternatives) in compile_bracket_matchingpath()
10931 if (has_alternatives) in compile_bracket_matchingpath()
12672 BOOL has_alternatives; in compile_bracket_backtrackingpath() local
12704 has_alternatives = *cc == OP_ALT; in compile_bracket_backtrackingpath()
12706 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
12712 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
12822 if (has_alternatives) in compile_bracket_backtrackingpath()
12832 else if (has_alternatives) in compile_bracket_backtrackingpath()
12858 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
12873 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
12878 SLJIT_ASSERT(!has_alternatives); in compile_bracket_backtrackingpath()
12881 if (has_alternatives) in compile_bracket_backtrackingpath()
12920 … ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_backtrackingpath()