Searched refs:methods_decl (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 1439 tree methods_decl; local 1515 methods_decl = build_decl (VAR_DECL, mangled_classname ("_MT_", type), 1517 DECL_INITIAL (methods_decl) = build (CONSTRUCTOR, method_array_type, 1519 TREE_STATIC (methods_decl) = 1; 1520 DECL_ARTIFICIAL (methods_decl) = 1; 1521 DECL_IGNORED_P (methods_decl) = 1; 1522 rest_of_decl_compilation (methods_decl, (char*) 0, 1, 0); 1619 build1 (ADDR_EXPR, method_ptr_type_node, methods_decl));
|