Home
last modified time | relevance | path

Searched refs:composite_type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h541 extern tree composite_type (tree, tree);
H A Dc-typeck.c275 composite_type (tree t1, tree t2) in composite_type() function
316 tree target = composite_type (pointed_to_1, pointed_to_2); in composite_type()
324 tree elt = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type()
395 tree valtype = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type()
472 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type()
497 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type()
505 TREE_VALUE (n) = composite_type (TREE_VALUE (p1), TREE_VALUE (p2)); in composite_type()
560 target = composite_type (mv1, mv2); in common_pointer_type()
H A Dc-decl.c1646 = composite_type (newtype, oldtype); in merge_decls()
2128 thistype = composite_type (vistype, type); in pushdecl()
2230 thistype = composite_type (vistype, type); in pushdecl()
3441 b_ext->type = composite_type (b_ext->type, type); in finish_decl()
6082 TREE_TYPE (decl1) = composite_type (TREE_TYPE (old_decl), in start_function()