Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c621 utf8const_ptr_type = build_pointer_type (utf8const_type); in java_init_decl_processing()
642 PUSH_FIELD (method_symbol_type, field, "clname", utf8const_ptr_type); in java_init_decl_processing()
643 PUSH_FIELD (method_symbol_type, field, "name", utf8const_ptr_type); in java_init_decl_processing()
644 PUSH_FIELD (method_symbol_type, field, "signature", utf8const_ptr_type); in java_init_decl_processing()
685 PUSH_FIELD (class_type_node, field, "name", utf8const_ptr_type); in java_init_decl_processing()
727 PUSH_FIELD (field_type_node, field, "name", utf8const_ptr_type); in java_init_decl_processing()
768 PUSH_FIELD (method_type_node, field, "name", utf8const_ptr_type); in java_init_decl_processing()
769 PUSH_FIELD (method_type_node, field, "signature", utf8const_ptr_type); in java_init_decl_processing()
H A Dclass.c737 && ! (TREE_TYPE (constant) == utf8const_ptr_type
961 ref = build1 (ADDR_EXPR, utf8const_ptr_type, decl);
H A Djava-tree.h582 #define utf8const_ptr_type \ macro
H A DChangeLog2459 String ConstantValue is a utf8const_ptr_type.