Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c591 methodtable_type = make_node (RECORD_TYPE); in java_init_decl_processing()
592 layout_type (methodtable_type); in java_init_decl_processing()
593 build_decl (TYPE_DECL, get_identifier ("methodtable"), methodtable_type); in java_init_decl_processing()
594 methodtable_ptr_type = build_pointer_type (methodtable_type); in java_init_decl_processing()
H A Djava-tree.h575 #define methodtable_type \ macro