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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c2160 tree vistype = TREE_TYPE (visdecl);
2188 if (comptypes (vistype, type))
2189 thistype = composite_type (vistype, type);
2222 tree vistype = 0;
2231 vistype = TREE_TYPE (visdecl);
2288 if (vistype)
2290 if (comptypes (vistype, type))
2291 thistype = composite_type (vistype, type);
2151 tree vistype = TREE_TYPE (visdecl); local
2213 tree vistype = 0; local

Completed in 72 milliseconds