Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dc-decl.c2151 tree vistype = TREE_TYPE (visdecl); in pushdecl() local
2179 if (comptypes (vistype, type)) in pushdecl()
2180 thistype = composite_type (vistype, type); in pushdecl()
2213 tree vistype = 0; in pushdecl() local
2222 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()