Searched refs:composite_type (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-tree.h | 551 extern tree composite_type (tree, tree);
|
H A D | c-typeck.c | 355 composite_type (tree t1, tree t2) in composite_type() function 396 tree target = composite_type (pointed_to_1, pointed_to_2); in composite_type() 404 tree elt = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() 489 tree valtype = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() 563 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 588 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 596 TREE_VALUE (n) = composite_type (TREE_VALUE (p1), TREE_VALUE (p2)); in composite_type() 653 target = composite_type (mv1, mv2); in common_pointer_type()
|
H A D | c-decl.c | 2184 = composite_type (newtype, oldtype); in merge_decls() 2649 thistype = composite_type (vistype, type); in pushdecl() 2751 thistype = composite_type (vistype, type); in pushdecl() 4300 b_ext->u.type = composite_type (b_ext->u.type, type); in finish_decl() 7771 TREE_TYPE (decl1) = composite_type (TREE_TYPE (old_decl), in start_function()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-tree.h | 645 extern tree composite_type (tree, tree);
|
H A D | c-typeck.c | 363 composite_type (tree t1, tree t2) in composite_type() function 404 tree target = composite_type (pointed_to_1, pointed_to_2); in composite_type() 412 tree elt = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() 497 tree valtype = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() 573 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 598 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 606 TREE_VALUE (n) = composite_type (TREE_VALUE (p1), TREE_VALUE (p2)); in composite_type() 663 target = composite_type (mv1, mv2); in common_pointer_type()
|
H A D | c-decl.c | 2368 = composite_type (newtype, oldtype); in merge_decls() 2920 thistype = composite_type (vistype, type); in pushdecl() 3022 thistype = composite_type (vistype, type); in pushdecl() 4987 b_ext->u.type = composite_type (b_ext->u.type, type); in finish_decl() 8796 TREE_TYPE (decl1) = composite_type (TREE_TYPE (old_decl), in start_function()
|