Searched refs:label_stat (Results 1 – 1 of 1) sorted by relevance
1425 statement_t *label_stat; in compile_continue_statement() local1443 for(label_stat = iter->labelled_stat->statement; in compile_continue_statement()1444 label_stat->type == STAT_LABEL; in compile_continue_statement()1445 label_stat = ((labelled_statement_t*)label_stat)->statement); in compile_continue_statement()1446 if(!is_loop_statement(label_stat->type)) { in compile_continue_statement()