Searched defs:iospec (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c65 static void foo(const Key iospec, int* ret) argument
68 if(((iospec.key_io.lod == G_B) &&
69 (iospec.key_io.ttype != G_VS) &&
70 (iospec.key_io.ttype != G_GS) &&
71 (iospec.key_io.ttype != G_FS)) ||
73 (((iospec.key_io.tTex == PP_C) ||
74 (iospec.key_io.tTex == PP_SC)) &&
75 ((iospec.key_io.tTex == PP_SR) ||
76 (iospec.key_io.tTex == PP_S2D) ||
77 (iospec
86 __attribute__ ((unused)) Key iospec = (Key) key_token2; local
[all...]

Completed in 57 milliseconds