Home
last modified time | relevance | path

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

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