/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-runtime-shared-support.c | 198 add_field_decl (string_type_node, "method_types", &chain); in build_method_template() 220 add_field_decl (string_type_node, "method_types", &chain); in build_method_prototype_template() 326 return convert (string_type_node, in add_objc_string() 340 return convert (string_type_node, in add_objc_string() 494 add_field_decl (string_type_node, "name", &chain); in build_module_descriptor() 606 decls = add_field_decl (string_type_node, "ivar_name", &chain); in build_ivar_template() 609 add_field_decl (string_type_node, "ivar_type", &chain); in build_ivar_template()
|
H A D | objc-gnu-runtime-abi-01.c | 330 add_field_decl (string_type_node, "sel_type", &chain); in build_selector_template() 367 add_field_decl (string_type_node, "name", &chain); in build_class_template() 426 decls = add_field_decl (string_type_node, "category_name", &chain); in build_category_template() 429 add_field_decl (string_type_node, "class_name", &chain); in build_category_template() 465 add_field_decl (string_type_node, "protocol_name", &chain); in build_protocol_template() 1774 exp = build1 (ADDR_EXPR, string_type_node, decl); in handle_class_ref() 1776 VAR_DECL, get_identifier (string), string_type_node); in handle_class_ref()
|
H A D | objc-next-runtime-abi-02.c | 661 add_field_decl (string_type_node, "name", &chain); in build_v2_class_templates() 755 add_field_decl (string_type_node, "protocol_name", &chain); in build_v2_protocol_template() 806 decls = add_field_decl (string_type_node, "name", &chain); in build_v2_category_template() 1382 string_type_node, build_fold_addr_expr (datum)); in objc_v2_build_ivar_ref() 1795 decls = add_field_decl (string_type_node, "name", &chain); in build_v2_property_template() 1798 add_field_decl (string_type_node, "attribute", &chain); in build_v2_property_template() 1828 add_field_decl (string_type_node, "name", &chain); in build_v2_ivar_t_template() 1831 add_field_decl (string_type_node, "type", &chain); in build_v2_ivar_t_template() 3418 add_field_decl (string_type_node, "className", &chain); in build_v2_ehtype_template()
|
H A D | objc-next-runtime-abi-01.c | 435 add_field_decl (string_type_node, "name", &chain); in build_v1_class_template() 506 decls = add_field_decl (string_type_node, "category_name", &chain); in build_v1_category_template() 509 add_field_decl (string_type_node, "class_name", &chain); in build_v1_category_template() 571 add_field_decl (string_type_node, "protocol_name", &chain); in build_v1_protocol_template() 1053 decls = add_field_decl (string_type_node, "name", &chain); in build_v1_property_template() 1056 add_field_decl (string_type_node, "attribute", &chain); in build_v1_property_template()
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto-lang.c | 168 static GTY(()) tree string_type_node; 1075 string_type_node = build_pointer_type (char_type_node); in lto_build_c_type_nodes()
|
/dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
H A D | lto-lang.c | 235 static GTY(()) tree string_type_node; 1213 string_type_node = build_pointer_type (char_type_node); in lto_build_c_type_nodes()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtin-types.def | 136 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node) 160 (build_qualified_type (string_type_node,
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 424 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
|
H A D | c-common.c | 4913 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtin-types.def | 115 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node)
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 480 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
|
H A D | c-common.c | 4219 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 3017 cp_convert (string_type_node, in build_vec_delete_1()
|
H A D | decl.c | 3618 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 3847 cp_convert (string_type_node, in build_vec_delete_1()
|
H A D | decl.c | 4204 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
|