Searched refs:utf8const_type (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | decl.c | 617 utf8const_type = make_node (RECORD_TYPE); in java_init_decl_processing() 618 PUSH_FIELD (utf8const_type, field, "hash", unsigned_short_type_node); in java_init_decl_processing() 619 PUSH_FIELD (utf8const_type, field, "length", unsigned_short_type_node); in java_init_decl_processing() 620 FINISH_RECORD (utf8const_type); in java_init_decl_processing() 621 utf8const_ptr_type = build_pointer_type (utf8const_type); in java_init_decl_processing()
|
| H A D | class.c | 931 decl = build_decl (VAR_DECL, get_identifier (buf), utf8const_type); 942 decl_size = (name_len + 5 + TYPE_ALIGN_UNIT (utf8const_type) - 1) 943 & ~(TYPE_ALIGN_UNIT (utf8const_type) - 1);
|
| H A D | java-tree.h | 580 #define utf8const_type \ macro
|
| H A D | ChangeLog | 14690 * decl.c: Define and build class_type, field_type, utf8const_type.
|