Searched refs:utf8const_ptr_type (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | decl.c | 621 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 D | class.c | 737 && ! (TREE_TYPE (constant) == utf8const_ptr_type 961 ref = build1 (ADDR_EXPR, utf8const_ptr_type, decl);
|
| H A D | java-tree.h | 582 #define utf8const_ptr_type \ macro
|
| H A D | ChangeLog | 2459 String ConstantValue is a utf8const_ptr_type.
|