Searched refs:main_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbtypes.h297 struct main_type struct
521 struct main_type *main_type; member in struct:type
769 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type
H A Dgdbtypes.c153 TYPE_MAIN_TYPE (type) = xmalloc (sizeof (struct main_type));
161 sizeof (struct main_type));
164 memset (TYPE_MAIN_TYPE (type), 0, sizeof (struct main_type));
210 memset (TYPE_MAIN_TYPE (type), 0, sizeof (struct main_type));
536 = TYPE_ALLOC (*typeptr, sizeof (struct main_type));
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c6544 tree maxindex, type, main_type, elt, unqual_elt;
6617 main_type = build_distinct_type_copy (TYPE_MAIN_VARIANT (type));
6618 TREE_TYPE (main_type) = unqual_elt;
6619 TYPE_DOMAIN (main_type) = build_index_type (maxindex);
6620 layout_type (main_type);
6623 type = main_type;
6625 type = c_build_qualified_type (main_type, quals);
6525 tree maxindex, type, main_type, elt, unqual_elt; local
H A Dc-decl.c7992 tree main_type;
7999 main_type =
8024 TYPE_BLOCK_IMPL_STRUCT (main_type) = 1;
8025 finish_struct (main_type, field_decl_chain, NULL_TREE);
8027 main_type = build_pointer_type (main_type);
8029 descriptor_ptr_type_with_copydispose = main_type;
8031 descriptor_ptr_type = main_type;
8032 return main_type;
7962 tree main_type; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c20214 tree main_type;
20221 main_type = make_aggr_type (RECORD_TYPE);
20222 xref_basetypes (main_type, NULL_TREE);
20248 TYPE_BLOCK_IMPL_STRUCT (main_type) = 1;
20250 finish_builtin_struct (main_type, "__block_descriptor_withcopydispose", field_decl_chain, NULL_TREE);
20252 finish_builtin_struct (main_type, "__block_descriptor", field_decl_chain, NULL_TREE);
20253 CLASSTYPE_AS_BASE (main_type) = main_type;
20255 main_type = build_pointer_type (main_type);
20211 tree main_type; local
[all...]

Completed in 126 milliseconds