STMT_IF
[STMT_IF] = "STMT_IF",
case STMT_IF:
if (!__cur_stmt || __cur_stmt->type != STMT_IF)
if (parent->type != STMT_IF)
if (__prev_stmt->type == STMT_IF) {
if (stmt->type != STMT_IF)
if (stmt->type == STMT_IF && stmt->if_conditional == parent)
if (stmt->type == STMT_IF &&
if (!__next_stmt || __next_stmt->type != STMT_IF)
if (!__next_stmt || __next_stmt->type != STMT_IF)
case STMT_IF:
break; case STMT_IF:
case STMT_IF:
case STMT_IF:
case STMT_IF: {
case STMT_IF: {
stmt->type = STMT_IF;
case STMT_IF: {
case STMT_IF: