Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1835 tree base_decl; local
1839 base_decl = build_decl (FIELD_DECL, NULL_TREE, super_class);
1840 DECL_IGNORED_P (base_decl) = 1;
1841 TREE_CHAIN (base_decl) = TYPE_FIELDS (this_class);
1842 TYPE_FIELDS (this_class) = base_decl;
1843 DECL_SIZE (base_decl) = TYPE_SIZE (super_class);
1844 DECL_SIZE_UNIT (base_decl) = TYPE_SIZE_UNIT (super_class);