Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog724 (check_modifiers, declare_local_variables): Avoid incorrect
3520 * parse.y (declare_local_variables, maybe_absorb_scoping_blocks):
4665 (declare_local_variables): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
6393 * parse.y (declare_local_variables): New local `final_p', set it
7428 check_pkg_class_access, declare_local_variables, fix_constructors,
8938 (declare_local_variables): Use WFL compound value for the
9021 (declare_local_variables): Use GET_CURRENT_BLOCK.
9259 (declare_local_variables): Fixed typo in comment.
10315 (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
10591 (declare_local_variables): Use flag_static_local_jdk1_1 to report
[all …]
H A Dparse.c348 static void declare_local_variables PARAMS ((int, tree, tree));
4389 { declare_local_variables (0, yyvsp[-1].node, yyvsp[0].node); } in yyparse()
4394 { declare_local_variables (yyvsp[-2].value, yyvsp[-1].node, yyvsp[0].node); } in yyparse()
5041 declare_local_variables (0, TREE_VALUE (yyvsp[-1].node), in yyparse()
10816 declare_local_variables (modifier, type, vlist) in declare_local_variables() function
H A Dparse.y108 static void declare_local_variables PARAMS ((int, tree, tree));
1422 { declare_local_variables (0, $1, $2); }
1424 { declare_local_variables ($1, $2, $3); }
1931 declare_local_variables (0, TREE_VALUE ($3),
7251 declare_local_variables (modifier, type, vlist) in declare_local_variables() function