Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c18853 tree break_continue, label_block_expr = NULL_TREE; local
18867 break_continue
18870 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;
H A Dparse.y15288 tree break_continue, label_block_expr = NULL_TREE; local
15302 break_continue
15305 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;