Searched refs:create_interface (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 2760 * parse.y (create_interface): Avoid cyclic inheritance report when 2789 (create_interface): Interface tagged public if the enclosing 5497 (create_interface): Removed first passed parameter to 6436 (create_interface): Added argument to parser_qualified_classname. 6622 (create_interface): Push error if one seen. Suspend parsing 7077 (create_interface): Likewise. 7149 (create_interface): Pass extra argument to 7269 (create_interface): Build qualified name from the raw_name instead 7422 check_class_interface_creation, create_interface, create_class, 9257 (create_interface): Don't force interfaces to be abstract. [all …]
|
| H A D | parse.c | 317 static tree create_interface PARAMS ((int, tree, tree)); 4192 { create_interface (0, yyvsp[0].node, NULL_TREE); } in yyparse() 4202 { create_interface (yyvsp[-2].value, yyvsp[0].node, NULL_TREE); } in yyparse() 4212 { create_interface (0, yyvsp[-1].node, yyvsp[0].node); } in yyparse() 4222 { create_interface (yyvsp[-3].value, yyvsp[-1].node, yyvsp[0].node); } in yyparse() 7398 create_interface (flags, id, super) in create_interface() function
|
| H A D | parse.y | 77 static tree create_interface PARAMS ((int, tree, tree)); 1268 { create_interface (0, $2, NULL_TREE); } 1272 { create_interface ($1, $3, NULL_TREE); } 1276 { create_interface (0, $2, $3); } 1280 { create_interface ($1, $3, $4); } 3833 create_interface (flags, id, super) in create_interface() function
|