Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Drenderscript.c67 typedef struct {long l; int i; } sLongInt; typedef
79 void argLongInt(sLongInt s) {} in argLongInt()
96 sLongInt retLongInt() { sLongInt r; return r; } in retLongInt()