Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c497 static tree build_new_array_init PARAMS ((int, tree));
4301 { yyval.node = build_new_array_init (yyvsp[-1].operator.location, NULL_TREE); } in yyparse()
4306 { yyval.node = build_new_array_init (yyvsp[-2].operator.location, NULL_TREE); } in yyparse()
4311 { yyval.node = build_new_array_init (yyvsp[-2].operator.location, yyvsp[-1].node); } in yyparse()
4316 { yyval.node = build_new_array_init (yyvsp[-3].operator.location, yyvsp[-2].node); } in yyparse()
18306 build_new_array_init (location, values) in build_new_array_init() function
H A Dparse.y257 static tree build_new_array_init PARAMS ((int, tree));
1344 { $$ = build_new_array_init ($1.location, NULL_TREE); }
1346 { $$ = build_new_array_init ($1.location, NULL_TREE); }
1348 { $$ = build_new_array_init ($1.location, $2); }
1350 { $$ = build_new_array_init ($1.location, $2); }
14741 build_new_array_init (location, values) in build_new_array_init() function
H A DChangeLog9926 * parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL
10230 * parse.y (build_new_array_init, patch_new_array_init,
10242 (maybe_build_array_element_wfl, build_new_array_init,