Searched refs:CBE_EMPTY (Results 1 – 1 of 1) sorted by relevance
1363 #define CBE_EMPTY 1 macro1379 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()