Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c617 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 Dclass.c931 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 Djava-tree.h580 #define utf8const_type \ macro
H A DChangeLog14690 * decl.c: Define and build class_type, field_type, utf8const_type.