Home
last modified time | relevance | path

Searched refs:vistype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c2620 tree vistype = TREE_TYPE (visdecl); in pushdecl() local
2648 if (comptypes (vistype, type)) in pushdecl()
2649 thistype = composite_type (vistype, type); in pushdecl()
2682 tree vistype = 0; in pushdecl() local
2691 vistype = TREE_TYPE (visdecl); in pushdecl()
2748 if (vistype) in pushdecl()
2750 if (comptypes (vistype, type)) in pushdecl()
2751 thistype = composite_type (vistype, type); in pushdecl()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c2891 tree vistype = TREE_TYPE (visdecl); in pushdecl() local
2919 if (comptypes (vistype, type)) in pushdecl()
2920 thistype = composite_type (vistype, type); in pushdecl()
2953 tree vistype = NULL_TREE; in pushdecl() local
2961 vistype = TREE_TYPE (visdecl); in pushdecl()
3019 if (vistype) in pushdecl()
3021 if (comptypes (vistype, type)) in pushdecl()
3022 thistype = composite_type (vistype, type); in pushdecl()