Lines Matching refs:has_alternatives

1996 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT;  in set_then_offsets()  local
2003 has_alternatives = FALSE; in set_then_offsets()
2006 if (has_alternatives) in set_then_offsets()
2015 if (*cc == OP_ALT && has_alternatives) in set_then_offsets()
6856 … *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common() argument
6868 if (ket != OP_KET || has_alternatives) in match_once_common()
6874 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? sizeof(sljit_… in match_once_common()
6887 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
6997 BOOL has_alternatives; in compile_bracket_matchingpath() local
7042 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath()
7044has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_… in compile_bracket_matchingpath()
7152 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
7179 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
7202 else if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
7207 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
7220 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
7264 else if (has_alternatives) in compile_bracket_matchingpath()
7276 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
7283 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
7306 SLJIT_ASSERT(!has_alternatives); in compile_bracket_matchingpath()
7361 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
7378 …et, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_matchingpath()
7396 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
7422 if (has_alternatives) in compile_bracket_matchingpath()
7441 if (has_alternatives) in compile_bracket_matchingpath()
7451 if (has_alternatives) in compile_bracket_matchingpath()
8874 BOOL has_alternatives; in compile_bracket_backtrackingpath() local
8906 has_alternatives = *cc == OP_ALT; in compile_bracket_backtrackingpath()
8908has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
8916 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
9025 if (has_alternatives) in compile_bracket_backtrackingpath()
9035 else if (has_alternatives) in compile_bracket_backtrackingpath()
9066 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
9079 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
9084 SLJIT_ASSERT(!has_alternatives); in compile_bracket_backtrackingpath()
9087 if (has_alternatives) in compile_bracket_backtrackingpath()
9120 … ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_contro… in compile_bracket_backtrackingpath()