Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-runtime-shared-support.c198 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 Dobjc-gnu-runtime-abi-01.c330 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 Dobjc-next-runtime-abi-02.c661 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 Dobjc-next-runtime-abi-01.c435 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 Dlto-lang.c168 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 Dlto-lang.c235 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 Dbuiltin-types.def136 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 Dc-common.h424 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
H A Dc-common.c4913 string_type_node = build_pointer_type (char_type_node); in c_common_nodes_and_builtins()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltin-types.def115 DEF_PRIMITIVE_TYPE (BT_STRING, string_type_node)
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h480 #define string_type_node c_global_trees[CTI_STRING_TYPE] macro
H A Dc-common.c4219 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 Dinit.c3017 cp_convert (string_type_node, in build_vec_delete_1()
H A Ddecl.c3618 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dinit.c3847 cp_convert (string_type_node, in build_vec_delete_1()
H A Ddecl.c4204 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing()