Searched refs:unknowntype (Results 1 – 2 of 2) sorted by relevance
220 void __declspec(dllimport) redecl8(unknowntype X); // expected-error{{unknown type name 'unknowntyp…221 void redecl8(unknowntype X) { } // expected-error{{unknown type name 'unknowntype'}} in redecl8()
686 int unknowntype = 0; in qr_reply() local734 …default : snprintf(rdb, sizeof(rdb), "%d bytes%s", rdlen, rdlen ? ":" : ""); unknowntype = 1; brea… in qr_reply()739 if (unknowntype) while (rd < end) printf(" %02X", *rd++); in qr_reply()