| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ste.c | 963 variable = convert (string_type_node, variable); in ffeste_io_dofio_() 1052 variable = convert (string_type_node, variable); in ffeste_io_dolio_() 1141 variable = convert (string_type_node, variable); in ffeste_io_douio_() 1319 string_type_node); in ffeste_io_cilist_() 1401 formatexp = convert (string_type_node, formatexp); in ffeste_io_cilist_() 1535 string_type_node); in ffeste_io_cllist_() 1647 string_type_node); in ffeste_io_icilist_() 1651 string_type_node); in ffeste_io_icilist_() 1748 formatexp = convert (string_type_node, formatexp); in ffeste_io_icilist_() 1899 string_type_node); in ffeste_io_inlist_() [all …]
|
| H A D | com.h | 170 extern GTY(()) tree string_type_node;
|
| H A D | com.c | 152 tree string_type_node; variable 7460 t = convert (string_type_node, /* (char *) */ in ffecom_sym_transform_() 7956 t = convert (string_type_node, /* (char *) */ in ffecom_sym_transform_() 9186 string_type_node); in ffecom_type_namelist_() 9212 string_type_node); in ffecom_type_vardesc_() 9214 string_type_node); in ffecom_type_vardesc_() 11307 string_type_node = build_pointer_type (char_type_node); in ffecom_init_0() 11857 < TYPE_PRECISION (string_type_node)) in ffecom_init_0() 11860 TYPE_PRECISION (string_type_node), in ffecom_init_0() 11866 < TYPE_PRECISION (string_type_node)) in ffecom_init_0() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.h | 189 && ((TYPE) == string_type_node || \ 191 TREE_TYPE (TYPE) == string_type_node)))
|
| H A D | decl.c | 562 string_type_node = lookup_class (get_identifier ("java.lang.String")); in java_init_decl_processing() 563 string_ptr_type_node = promote_type (string_type_node); in java_init_decl_processing() 681 set_super_info (0, string_type_node, object_type_node, 0); in java_init_decl_processing()
|
| H A D | jcf-parse.c | 346 TREE_TYPE (value) = build_pointer_type (string_type_node);
|
| H A D | verify.c | 990 case CONSTANT_String: type = string_type_node; goto check_ldc;
|
| H A D | java-tree.h | 464 #define string_type_node \ macro
|
| H A D | expr.c | 2960 TREE_TYPE (c) = promote_type (string_type_node);
|
| H A D | parse.c | 12328 build_pointer_type (string_type_node)); 12359 build_tree_list (build_pointer_type (string_type_node), throw_stmt)); 17580 return build (PLUS_EXPR, string_type_node, op1, op2);
|
| H A D | parse.y | 8763 build_pointer_type (string_type_node)); 8794 build_tree_list (build_pointer_type (string_type_node), throw_stmt)); 14015 return build (PLUS_EXPR, string_type_node, op1, op2);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 2299 field_decl = create_field_decl (string_type_node, "name"); in build_module_descriptor() 2801 return convert (string_type_node, in add_objc_string() 2821 return convert (string_type_node, build_unary_op (ADDR_EXPR, decl, 1)); in add_objc_string() 4142 field_decl = create_field_decl (string_type_node, "protocol_name"); in build_protocol_template() 4245 field_decl = create_field_decl (string_type_node, "method_types"); in build_method_prototype_template() 4734 field_decl = create_field_decl (string_type_node, "category_name"); in build_category_template() 4738 field_decl = create_field_decl (string_type_node, "class_name"); in build_category_template() 4780 field_decl = create_field_decl (string_type_node, "sel_type"); in build_selector_template() 4833 field_decl = create_field_decl (string_type_node, "name"); in build_class_template() 5044 field_decl = create_field_decl (string_type_node, "ivar_name"); in build_ivar_template() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtin-types.def | 80 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node)
|
| H A D | c-common.h | 205 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
|
| H A D | c-common.c | 3414 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
|
| H A D | ChangeLog.4 | 2067 (c_common_nodes_and_builtins): Create string_type_node, 2073 (init_decl_processing): Don't create string_type_node,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.h | 195 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
|
| H A D | builtin-types.def | 102 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node)
|
| H A D | c-common.c | 3266 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 2286 cp_convert (string_type_node, in build_vec_delete_1()
|
| H A D | decl.c | 3197 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
|
| H A D | ChangeLog-2000 | 281 (init_decl_processing): Don't create string_type_node,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | init.c | 2634 cp_convert (string_type_node,
|
| H A D | decl.c | 7024 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 8444 exp = build1 (ADDR_EXPR, string_type_node, decl); 8445 decl = build_decl (VAR_DECL, get_identifier (string), string_type_node);
|