Searched refs:build_new_invocation (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.h | 672 build_new_invocation (wfl_string_buffer, \
|
| H A D | parse.c | 396 static tree build_new_invocation PARAMS ((tree, tree)); 5140 { yyval.node = build_new_invocation (yyvsp[-3].node, yyvsp[-1].node); } in yyparse() 5145 { yyval.node = build_new_invocation (yyvsp[-2].node, NULL_TREE); } in yyparse() 5151 tree ctor = build_new_invocation (yyvsp[-2].node, NULL_TREE); in yyparse() 5160 tree ctor = build_new_invocation (yyvsp[-3].node, yyvsp[-1].node); in yyparse() 5210 yyval.node = build_new_invocation (id, yyvsp[-3].node); in yyparse() 5252 yyval.node = build_new_invocation (id, NULL_TREE); in yyparse() 12357 throw_stmt = build_new_invocation 16215 build_new_invocation (name, args) in build_new_invocation() function
|
| H A D | parse.y | 156 static tree build_new_invocation PARAMS ((tree, tree)); 2006 { $$ = build_new_invocation ($2, $4); } 2008 { $$ = build_new_invocation ($2, NULL_TREE); } 2015 tree ctor = build_new_invocation ($2, NULL_TREE); 2022 tree ctor = build_new_invocation ($2, $4); 2057 $$ = build_new_invocation (id, $4); 2093 $$ = build_new_invocation (id, NULL_TREE); 8792 throw_stmt = build_new_invocation 12650 build_new_invocation (name, args) in build_new_invocation() function
|
| H A D | ChangeLog | 7142 instantiate. Call build_new_invocation. Added comments. 11761 (build_new_invocation, try_builtin_assignconv, 11779 build_new_invocation. Fixed indentation. 11794 (build_new_invocation): New function.
|