Lines Matching refs:has_alternatives
2229 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; in set_then_offsets() local
2236 has_alternatives = FALSE; in set_then_offsets()
2239 if (has_alternatives) in set_then_offsets()
2248 if (*cc == OP_ALT && has_alternatives) in set_then_offsets()
7700 …*common, PCRE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common() argument
7712 if (ket != OP_KET || has_alternatives) in match_once_common()
7720 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? sizeof(sljit_… in match_once_common()
7733 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
7843 BOOL has_alternatives; in compile_bracket_matchingpath() local
7881 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath()
7886 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
7995 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
8022 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
8045 else if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
8050 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
8063 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
8107 else if (has_alternatives) in compile_bracket_matchingpath()
8119 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
8126 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
8149 SLJIT_ASSERT(!has_alternatives); in compile_bracket_matchingpath()
8209 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
8226 …et, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_matchingpath()
8244 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
8270 if (has_alternatives) in compile_bracket_matchingpath()
8289 if (has_alternatives) in compile_bracket_matchingpath()
8299 if (has_alternatives) in compile_bracket_matchingpath()
9911 BOOL has_alternatives; in compile_bracket_backtrackingpath() local
9943 has_alternatives = *cc == OP_ALT; in compile_bracket_backtrackingpath()
9945 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
9953 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
10062 if (has_alternatives) in compile_bracket_backtrackingpath()
10072 else if (has_alternatives) in compile_bracket_backtrackingpath()
10103 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
10116 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
10121 SLJIT_ASSERT(!has_alternatives); in compile_bracket_backtrackingpath()
10124 if (has_alternatives) in compile_bracket_backtrackingpath()
10157 … ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_backtrackingpath()