Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h321 struct main_type struct
545 struct main_type *main_type; member
793 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type
H A Dgdbtypes.c158 TYPE_MAIN_TYPE (type) = xmalloc (sizeof (struct main_type)); in alloc_type()
166 sizeof (struct main_type)); in alloc_type()
169 memset (TYPE_MAIN_TYPE (type), 0, sizeof (struct main_type)); in alloc_type()
215 memset (TYPE_MAIN_TYPE (type), 0, sizeof (struct main_type)); in smash_type()
537 = TYPE_ALLOC (*typeptr, sizeof (struct main_type)); in make_cv_type()
H A DChangeLog-20022146 * gdbtypes.h (struct main_type): Move artificial flag out of
8217 (struct main_type): Remove arg_types member. Update comments for
9391 (struct main_type): New.
9392 (struct type): Move most members to struct main_type. Change
H A DChangeLog-20034768 * gdbtypes.h (struct main_type): Rearrange to save space.
13535 * gdbtypes.h (struct main_type): Move ``length'' field from here...
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c6155 tree maxindex, type, main_type, elt, unqual_elt; in complete_array_type() local
6228 main_type = build_distinct_type_copy (TYPE_MAIN_VARIANT (type)); in complete_array_type()
6229 TREE_TYPE (main_type) = unqual_elt; in complete_array_type()
6230 TYPE_DOMAIN (main_type) = build_index_type (maxindex); in complete_array_type()
6231 layout_type (main_type); in complete_array_type()
6234 type = main_type; in complete_array_type()
6236 type = c_build_qualified_type (main_type, quals); in complete_array_type()