Searched refs:create_artificial_method (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 487 static tree create_artificial_method PARAMS ((tree, int, tree, tree, tree)); 8009 mdecl = create_artificial_method (class_type, ACC_PRIVATE, void_type_node, 8040 tree mdecl = create_artificial_method (class_type, ACC_PRIVATE, 9052 decl = create_artificial_method (class_type, flags, void_type_node, 10983 create_artificial_method (class, flags, type, name, args) in create_artificial_method() function 11407 mdecl = create_artificial_method (class_type, ACC_STATIC, void_type_node, 12044 mdecl = create_artificial_method (class, ACC_STATIC, type, name, args); 12098 mdecl = create_artificial_method (class, ACC_STATIC, 12214 mdecl = create_artificial_method (type, ACC_STATIC, rtype, 12338 mdecl = create_artificial_method (class, ACC_STATIC,
|
H A D | parse.y | 247 static tree create_artificial_method PARAMS ((tree, int, tree, tree, tree)); 4444 mdecl = create_artificial_method (class_type, ACC_PRIVATE, void_type_node, 4475 tree mdecl = create_artificial_method (class_type, ACC_PRIVATE, 5487 decl = create_artificial_method (class_type, flags, void_type_node, 7418 create_artificial_method (class, flags, type, name, args) in create_artificial_method() function 7842 mdecl = create_artificial_method (class_type, ACC_STATIC, void_type_node, 8479 mdecl = create_artificial_method (class, ACC_STATIC, type, name, args); 8533 mdecl = create_artificial_method (class, ACC_STATIC, 8649 mdecl = create_artificial_method (type, ACC_STATIC, rtype, 8773 mdecl = create_artificial_method (class, ACC_STATIC,
|
H A D | ChangeLog | 7307 (create_artificial_method): Call java_parser_context_save_global 11020 verify_constructor_super, create_artificial_method, 11054 (maybe_generate_clinit): Use create_artificial_method, 11068 default constructor with create_artificial_method. 11070 (create_artificial_method, start_artificial_method_body,
|