Home
last modified time | relevance | path

Searched refs:string_type_node (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dste.c963 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 Dcom.h170 extern GTY(()) tree string_type_node;
H A Dcom.c152 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 Dparse.h189 && ((TYPE) == string_type_node || \
191 TREE_TYPE (TYPE) == string_type_node)))
H A Ddecl.c562 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 Djcf-parse.c346 TREE_TYPE (value) = build_pointer_type (string_type_node);
H A Dverify.c990 case CONSTANT_String: type = string_type_node; goto check_ldc;
H A Djava-tree.h464 #define string_type_node \ macro
H A Dexpr.c2960 TREE_TYPE (c) = promote_type (string_type_node);
H A Dparse.c12328 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 Dparse.y8763 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 Dobjc-act.c2299 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 Dbuiltin-types.def80 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node)
H A Dc-common.h205 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
H A Dc-common.c3414 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
H A DChangeLog.42067 (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 Dc-common.h195 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
H A Dbuiltin-types.def102 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node)
H A Dc-common.c3266 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c2286 cp_convert (string_type_node, in build_vec_delete_1()
H A Ddecl.c3197 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
H A DChangeLog-2000281 (init_decl_processing): Don't create string_type_node,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2634 cp_convert (string_type_node,
H A Ddecl.c7024 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c8444 exp = build1 (ADDR_EXPR, string_type_node, decl);
8445 decl = build_decl (VAR_DECL, get_identifier (string), string_type_node);

12