Home
last modified time | relevance | path

Searched refs:build_loop_body (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c450 static tree build_loop_body PARAMS ((int, tree, int));
4669 tree body = build_loop_body (yyvsp[-2].operator.location, yyvsp[-1].node, 0); in yyparse()
4702 tree body = build_loop_body (0, NULL_TREE, 1); in yyparse()
4785 tree body = build_loop_body (0, NULL_TREE, 0); in yyparse()
18692 build_loop_body (location, condition, reversed) in build_loop_body() function
H A Dparse.y210 static tree build_loop_body PARAMS ((int, tree, int));
1671 tree body = build_loop_body ($2.location, $3, 0);
1695 tree body = build_loop_body (0, NULL_TREE, 1);
1758 tree body = build_loop_body (0, NULL_TREE, 0);
15127 build_loop_body (location, condition, reversed) in build_loop_body() function
H A DChangeLog8992 (build_loop_body): Use continue_identifier_node for continue block.
11427 (build_loop_body): Suppressed unused local variables.
11812 (build_loop_body): Fixed comment.
11962 (build_loop_body): Build debugable statement around loop
12116 build_new_loop, build_loop_body, complete_loop_body): New function
12159 complete_labeled_statement, build_new_loop, build_loop_body,