Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c636 otable_type = build_array_type (integer_type_node, in java_init_decl_processing()
638 TYPE_NONALIASED_COMPONENT (otable_type) = 1; in java_init_decl_processing()
639 otable_ptr_type = build_pointer_type (otable_type); in java_init_decl_processing()
652 otable_decl = build_decl (VAR_DECL, get_identifier ("otable"), otable_type); in java_init_decl_processing()
H A Djava-tree.h613 #define otable_type \ macro
H A DChangeLog1838 * decl.c (java_init_decl_processing): Build otable_type correctly.
1839 otable_decl is an otable_type.
1844 otable_type, otable_ptr_type, method_symbol_type,