Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c1363 #define CBE_EMPTY 1 macro
1379 if (*code >= OP_SBRA && *code <= OP_SCOND) return CBE_EMPTY; in could_be_empty_branch()
1391 return ((groupinfo & GI_COULD_BE_EMPTY) != 0)? CBE_EMPTY : CBE_NOTEMPTY; in could_be_empty_branch()
1748 return ((groupinfo & GI_COULD_BE_EMPTY) != 0)? CBE_EMPTY : CBE_NOTEMPTY; in could_be_empty_branch()