Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Drenderscript.c66 typedef struct {int i; short s; char c; } sIntShortChar; typedef
75 void argIntShortChar(sIntShortChar s) {} in argIntShortChar()
92 sIntShortChar retIntShortChar() { sIntShortChar r; return r; } in retIntShortChar()