Searched refs:has_alternatives (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 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() [all …]
|