Searched refs:composite_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-tree.h | 552 extern tree composite_type (tree, tree);
|
| H A D | c-typeck.c | 279 composite_type (tree t1, tree t2) in composite_type() function 320 tree target = composite_type (pointed_to_1, pointed_to_2); in composite_type() 328 tree elt = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() 399 tree valtype = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() 476 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 501 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 509 TREE_VALUE (n) = composite_type (TREE_VALUE (p1), TREE_VALUE (p2)); in composite_type() 568 target = composite_type (mv1, mv2); in common_pointer_type()
|
| H A D | c-decl.c | 1684 = composite_type (newtype, oldtype); in merge_decls() 2182 thistype = composite_type (vistype, type); in pushdecl() 2284 thistype = composite_type (vistype, type); in pushdecl() 3917 b_ext->type = composite_type (b_ext->type, type); in finish_decl() 6683 TREE_TYPE (decl1) = composite_type (TREE_TYPE (old_decl), in start_function()
|
| H A D | ChangeLog-2004 | 14882 * c-typeck.c (c_incomplete_type_error, composite_type, 28169 * c-typeck.c (composite_type, <case ARRAY_TYPE>): Abort if we have 28217 * c-typeck.c (composite_type): 31100 * c-typeck.c (composite_type, common_pointer_type): New functions. 31101 (common_type): Split parts into composite_type and 31107 * c-decl.c (merge_decls): Use composite_type. 31108 * c-tree.h (composite_type): Declare.
|
| H A D | ChangeLog-2006 | 1482 (composite_type): Try harder not to create a new aggregate type. 5627 (composite_type): Add support for vla compositing.
|
| H A D | ChangeLog-2005 | 9965 * c-typeck.c (composite_type): Prefer constant size arrays to 22548 * c-typeck.c (composite_type, pop_init_level): Likewise. 31289 * c-typeck.c (composite_type): Handle quals in transparent unions. 33137 * c-typeck.c (composite_type): Build unqualified element type and
|