Searched refs:break_continue (Results 1 – 2 of 2) sorted by relevance
18853 tree break_continue, label_block_expr = NULL_TREE; local18867 break_continue18870 IS_BREAK_STMT_P (break_continue) = is_break;18871 TREE_SIDE_EFFECTS (break_continue) = 1;18872 EXPR_WFL_LINECOL (break_continue) = location;18873 break_continue = build_debugable_stmt (location, break_continue);18874 return break_continue;
15288 tree break_continue, label_block_expr = NULL_TREE; local15302 break_continue15305 IS_BREAK_STMT_P (break_continue) = is_break;15306 TREE_SIDE_EFFECTS (break_continue) = 1;15307 EXPR_WFL_LINECOL (break_continue) = location;15308 break_continue = build_debugable_stmt (location, break_continue);15309 return break_continue;