Home
last modified time | relevance | path

Searched refs:has_alternatives (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2967 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; in set_then_offsets() local
2974 has_alternatives = FALSE; in set_then_offsets()
2977 if (has_alternatives) in set_then_offsets()
2986 if (*cc == OP_ALT && has_alternatives) in set_then_offsets()
10052 …*common, PCRE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common() argument
10064 if (ket != OP_KET || has_alternatives) in match_once_common()
10072 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : S… in match_once_common()
10085 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
10230 BOOL has_alternatives; in compile_bracket_matchingpath() local
10268 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath()
[all …]