Lines Matching defs:has_alternatives

1980 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT;
1987 has_alternatives = FALSE;
1990 if (has_alternatives)
1999 if (*cc == OP_ALT && has_alternatives)
6804 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head)
6816 if (ket != OP_KET || has_alternatives)
6822 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? sizeof(sljit_sw) : 0);
6835 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1;
6945 BOOL has_alternatives;
6990 has_alternatives = *cc == OP_ALT;
6992 has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF) ? FALSE : TRUE;
7100 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0)
7127 if (ket == OP_KETRMAX || has_alternatives)
7150 else if (ket == OP_KETRMAX || has_alternatives)
7155 if (ket != OP_KET || has_alternatives)
7168 if (ket != OP_KET || has_alternatives)
7212 else if (has_alternatives)
7224 SLJIT_ASSERT(has_alternatives);
7231 SLJIT_ASSERT(has_alternatives);
7254 SLJIT_ASSERT(!has_alternatives);
7307 SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT);
7324 match_once_common(common, ket, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head);
7342 if (has_alternatives && opcode != OP_ONCE)
7368 if (has_alternatives)
7387 if (has_alternatives)
7397 if (has_alternatives)
8816 BOOL has_alternatives;
8848 has_alternatives = *cc == OP_ALT;
8850 has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) || CURRENT_AS(bracket_backtrack)->u.condfailed != NULL;
8858 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0;
8967 if (has_alternatives)
8977 else if (has_alternatives)
9007 SLJIT_ASSERT(has_alternatives);
9020 SLJIT_ASSERT(has_alternatives);
9025 SLJIT_ASSERT(!has_alternatives);
9028 if (has_alternatives)
9061 match_once_common(common, ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head);