Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Drenderscript.c103 typedef struct {int i1, i2, i3, i4, i5; } sInt5; typedef
108 void argInt5(sInt5 s) {} in argInt5()
121 sInt5 retInt5(void) { sInt5 r; return r;} in retInt5()