Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDgdbtypes.h297 struct main_type struct
521 struct main_type *main_type; member
769 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type
HDgdbtypes.c153 TYPE_MAIN_TYPE (type) = xmalloc (sizeof (struct main_type)); in alloc_type()
161 sizeof (struct main_type)); in alloc_type()
164 memset (TYPE_MAIN_TYPE (type), 0, sizeof (struct main_type)); in alloc_type()
210 memset (TYPE_MAIN_TYPE (type), 0, sizeof (struct main_type)); in smash_type()
536 = TYPE_ALLOC (*typeptr, sizeof (struct main_type)); in make_cvr_type()
/trueos/contrib/gcc/
HDc-decl.c7968 tree main_type; in build_block_descriptor_type() local
7975 main_type = in build_block_descriptor_type()
8000 TYPE_BLOCK_IMPL_STRUCT (main_type) = 1; in build_block_descriptor_type()
8001 finish_struct (main_type, field_decl_chain, NULL_TREE); in build_block_descriptor_type()
8003 main_type = build_pointer_type (main_type); in build_block_descriptor_type()
8005 descriptor_ptr_type_with_copydispose = main_type; in build_block_descriptor_type()
8007 descriptor_ptr_type = main_type; in build_block_descriptor_type()
8008 return main_type; in build_block_descriptor_type()
HDc-common.c6525 tree maxindex, type, main_type, elt, unqual_elt; in complete_array_type() local
6598 main_type = build_distinct_type_copy (TYPE_MAIN_VARIANT (type)); in complete_array_type()
6599 TREE_TYPE (main_type) = unqual_elt; in complete_array_type()
6600 TYPE_DOMAIN (main_type) = build_index_type (maxindex); in complete_array_type()
6601 layout_type (main_type); in complete_array_type()
6604 type = main_type; in complete_array_type()
6606 type = c_build_qualified_type (main_type, quals); in complete_array_type()
/trueos/contrib/gcc/cp/
HDparser.c20211 tree main_type; in build_block_descriptor_type() local
20218 main_type = make_aggr_type (RECORD_TYPE); in build_block_descriptor_type()
20219 xref_basetypes (main_type, NULL_TREE); in build_block_descriptor_type()
20245 TYPE_BLOCK_IMPL_STRUCT (main_type) = 1; in build_block_descriptor_type()
20247 …finish_builtin_struct (main_type, "__block_descriptor_withcopydispose", field_decl_chain, NULL_TRE… in build_block_descriptor_type()
20249 finish_builtin_struct (main_type, "__block_descriptor", field_decl_chain, NULL_TREE); in build_block_descriptor_type()
20250 CLASSTYPE_AS_BASE (main_type) = main_type; in build_block_descriptor_type()
20252 main_type = build_pointer_type (main_type); in build_block_descriptor_type()
20254 descriptor_ptr_type_with_copydispose = main_type; in build_block_descriptor_type()
20256 descriptor_ptr_type = main_type; in build_block_descriptor_type()
[all …]