Home
last modified time | relevance | path

Searched refs:java_method_add_stmt (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c4149 yyval.node = java_method_add_stmt (current_function_decl, yyval.node); in yyparse()
4158 yyval.node = java_method_add_stmt (current_function_decl, yyval.node); in yyparse()
4376 { java_method_add_stmt (current_function_decl, yyvsp[0].node); } in yyparse()
4638 java_method_add_stmt (current_function_decl, lab); in yyparse()
4647 java_method_add_stmt (current_function_decl, lab); in yyparse()
4790 java_method_add_stmt (current_function_decl, yyval.node); in yyparse()
4804 yyval.node = java_method_add_stmt (current_function_decl, yyvsp[0].node); in yyparse()
5024 java_method_add_stmt (current_function_decl, yyvsp[0].node); in yyparse()
8018 java_method_add_stmt (mdecl,
8068 java_method_add_stmt (mdecl, compound);
[all …]
H A Dparse.y1233 $$ = java_method_add_stmt (current_function_decl, $$);
1239 $$ = java_method_add_stmt (current_function_decl, $$);
1408 { java_method_add_stmt (current_function_decl, $1); }
1652 java_method_add_stmt (current_function_decl, lab);
1658 java_method_add_stmt (current_function_decl, lab);
1763 java_method_add_stmt (current_function_decl, $$);
1772 $$ = java_method_add_stmt (current_function_decl, $1);
1914 java_method_add_stmt (current_function_decl, $2);
4453 java_method_add_stmt (mdecl,
4503 java_method_add_stmt (mdecl, compound);
[all …]
H A Dparse.h927 tree java_method_add_stmt PARAMS ((tree, tree));
H A DChangeLog7818 * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
8059 (java_method_add_stmt): Likewise.
9022 (java_method_add_stmt): Likewise.
11655 (java_method_add_stmt): Call add_stmt_to_block.
12153 (java_method_add_stmt): Call add_stmt_to_compound.
12397 (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
12809 (java_method_add_stmt): Now return the current method body.
13159 (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
13302 (java_method_add_stmt): New comment before the function's
13736 (java_method_add_stmt): Do nothing if errors were found during
[all …]