/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.c | 195 add_field_decl (string_type_node, "method_types", &chain); in build_method_template() 217 add_field_decl (string_type_node, "method_types", &chain); in build_method_prototype_template() 323 return convert (string_type_node, in add_objc_string() 337 return convert (string_type_node, in add_objc_string() 491 add_field_decl (string_type_node, "name", &chain); in build_module_descriptor() 600 decls = add_field_decl (string_type_node, "ivar_name", &chain); in build_ivar_template() 603 add_field_decl (string_type_node, "ivar_type", &chain); in build_ivar_template()
|
H A D | objc-next-runtime-abi-02.c | 687 add_field_decl (string_type_node, "name", &chain); in build_v2_class_templates() 784 add_field_decl (string_type_node, "protocol_name", &chain); in build_v2_protocol_template() 812 tree ptr_to_ptr_to_char = build_pointer_type (string_type_node); in build_v2_protocol_template() 816 add_field_decl (string_type_node, "demangled_name", &chain); in build_v2_protocol_template() 845 decls = add_field_decl (string_type_node, "name", &chain); in build_v2_category_template() 1426 string_type_node, build_fold_addr_expr (datum)); in objc_v2_build_ivar_ref() 1962 decls = add_field_decl (string_type_node, "name", &chain); in build_v2_property_template() 1965 add_field_decl (string_type_node, "attribute", &chain); in build_v2_property_template() 1995 add_field_decl (string_type_node, "name", &chain); in build_v2_ivar_t_template() 1998 add_field_decl (string_type_node, "type", &chain); in build_v2_ivar_t_template() [all …]
|
H A D | objc-gnu-runtime-abi-01.c | 340 add_field_decl (string_type_node, "sel_type", &chain); in build_selector_template() 377 add_field_decl (string_type_node, "name", &chain); in build_class_template() 436 decls = add_field_decl (string_type_node, "category_name", &chain); in build_category_template() 439 add_field_decl (string_type_node, "class_name", &chain); in build_category_template() 475 add_field_decl (string_type_node, "protocol_name", &chain); in build_protocol_template() 1766 exp = build1 (ADDR_EXPR, string_type_node, decl); in handle_class_ref() 1768 VAR_DECL, get_identifier (string), string_type_node); in handle_class_ref()
|
H A D | objc-next-runtime-abi-01.c | 437 add_field_decl (string_type_node, "name", &chain); in build_v1_class_template() 508 decls = add_field_decl (string_type_node, "category_name", &chain); in build_v1_category_template() 511 add_field_decl (string_type_node, "class_name", &chain); in build_v1_category_template() 573 add_field_decl (string_type_node, "protocol_name", &chain); in build_v1_protocol_template() 1055 decls = add_field_decl (string_type_node, "name", &chain); in build_v1_property_template() 1058 add_field_decl (string_type_node, "attribute", &chain); in build_v1_property_template()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.cc | 195 add_field_decl (string_type_node, "method_types", &chain); in build_method_template() 217 add_field_decl (string_type_node, "method_types", &chain); in build_method_prototype_template() 323 return convert (string_type_node, in add_objc_string() 337 return convert (string_type_node, in add_objc_string() 491 add_field_decl (string_type_node, "name", &chain); in build_module_descriptor() 600 decls = add_field_decl (string_type_node, "ivar_name", &chain); in build_ivar_template() 603 add_field_decl (string_type_node, "ivar_type", &chain); in build_ivar_template()
|
H A D | objc-next-runtime-abi-02.cc | 689 add_field_decl (string_type_node, "name", &chain); in build_v2_class_templates() 786 add_field_decl (string_type_node, "protocol_name", &chain); in build_v2_protocol_template() 814 tree ptr_to_ptr_to_char = build_pointer_type (string_type_node); in build_v2_protocol_template() 818 add_field_decl (string_type_node, "demangled_name", &chain); in build_v2_protocol_template() 847 decls = add_field_decl (string_type_node, "name", &chain); in build_v2_category_template() 1428 string_type_node, build_fold_addr_expr (datum)); in objc_v2_build_ivar_ref() 1967 decls = add_field_decl (string_type_node, "name", &chain); in build_v2_property_template() 1970 add_field_decl (string_type_node, "attribute", &chain); in build_v2_property_template() 2000 add_field_decl (string_type_node, "name", &chain); in build_v2_ivar_t_template() 2003 add_field_decl (string_type_node, "type", &chain); in build_v2_ivar_t_template() [all …]
|
H A D | objc-gnu-runtime-abi-01.cc | 340 add_field_decl (string_type_node, "sel_type", &chain); in build_selector_template() 377 add_field_decl (string_type_node, "name", &chain); in build_class_template() 436 decls = add_field_decl (string_type_node, "category_name", &chain); in build_category_template() 439 add_field_decl (string_type_node, "class_name", &chain); in build_category_template() 475 add_field_decl (string_type_node, "protocol_name", &chain); in build_protocol_template() 1767 exp = build1 (ADDR_EXPR, string_type_node, decl); in handle_class_ref() 1769 VAR_DECL, get_identifier (string), string_type_node); in handle_class_ref()
|
H A D | objc-next-runtime-abi-01.cc | 438 add_field_decl (string_type_node, "name", &chain); in build_v1_class_template() 509 decls = add_field_decl (string_type_node, "category_name", &chain); in build_v1_category_template() 512 add_field_decl (string_type_node, "class_name", &chain); in build_v1_category_template() 574 add_field_decl (string_type_node, "protocol_name", &chain); in build_v1_protocol_template() 1056 decls = add_field_decl (string_type_node, "name", &chain); in build_v1_property_template() 1059 add_field_decl (string_type_node, "attribute", &chain); in build_v1_property_template()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 579 static GTY(()) tree string_type_node; 837 string_type_node = build_pointer_type (char_type_node); in brig_build_c_type_nodes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 774 static GTY(()) tree string_type_node; 789 string_type_node = build_pointer_type (char_type_node); in d_build_c_type_nodes()
|
H A D | ChangeLog-2014 | 99 (string_type_node): Move to static declaration from d_global_trees.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 759 static GTY(()) tree string_type_node; 774 string_type_node = build_pointer_type (char_type_node); in d_build_c_type_nodes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-lang.c | 239 static GTY(()) tree string_type_node; 1239 string_type_node = build_pointer_type (char_type_node); in lto_build_c_type_nodes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-lang.cc | 239 static GTY(()) tree string_type_node; 1243 string_type_node = build_pointer_type (char_type_node); in lto_build_c_type_nodes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtin-types.def | 138 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node) 163 (build_qualified_type (string_type_node,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtin-types.def | 141 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node) 166 (build_qualified_type (string_type_node,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 501 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
|
H A D | c-common.c | 4276 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 520 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
|
H A D | c-pretty-print.cc | 2060 pp->type_id (string_type_node); in print_mem_ref()
|
H A D | c-common.cc | 4523 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2003 | 1088 uintmax_type_node, string_type_node and const_string_type_node. 1096 * trans-types.h (intmax_type_node, string_type_node,
|
H A D | ChangeLog-2004 | 651 (intmax_type_node, string_type_node, const_string_type_node): Remove.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 4071 cp_convert (string_type_node, in build_vec_delete_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 4193 cp_convert (string_type_node, in build_vec_delete_1()
|