Searched refs:vistype (Results 1 – 1 of 1) sorted by relevance
2151 tree vistype = TREE_TYPE (visdecl); in pushdecl() local2179 if (comptypes (vistype, type)) in pushdecl()2180 thistype = composite_type (vistype, type); in pushdecl()2213 tree vistype = 0; in pushdecl() local2222 vistype = TREE_TYPE (visdecl); in pushdecl()2279 if (vistype) in pushdecl()2281 if (comptypes (vistype, type)) in pushdecl()2282 thistype = composite_type (vistype, type); in pushdecl()