Searched refs:constructor_type (Results 1 – 2 of 2) sorted by relevance
4903 static tree constructor_type; variable5199 p->type = constructor_type;5226 constructor_type = type;5232 if (TREE_CODE (constructor_type) == RECORD_TYPE5233 || TREE_CODE (constructor_type) == UNION_TYPE)5235 constructor_fields = TYPE_FIELDS (constructor_type);5244 else if (TREE_CODE (constructor_type) == ARRAY_TYPE)5246 if (TYPE_DOMAIN (constructor_type))5249 = TYPE_MAX_VALUE (TYPE_DOMAIN (constructor_type));5253 && TYPE_SIZE (constructor_type))[all …]
4834 static tree constructor_type; variable5099 p->type = constructor_type; in really_start_incremental_init()5127 constructor_type = type; in really_start_incremental_init()5133 if (TREE_CODE (constructor_type) == RECORD_TYPE in really_start_incremental_init()5134 || TREE_CODE (constructor_type) == UNION_TYPE) in really_start_incremental_init()5136 constructor_fields = TYPE_FIELDS (constructor_type); in really_start_incremental_init()5145 else if (TREE_CODE (constructor_type) == ARRAY_TYPE) in really_start_incremental_init()5147 if (TYPE_DOMAIN (constructor_type)) in really_start_incremental_init()5150 = TYPE_MAX_VALUE (TYPE_DOMAIN (constructor_type)); in really_start_incremental_init()5154 && TYPE_SIZE (constructor_type)) in really_start_incremental_init()[all …]