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

/external/clang/test/CodeGen/
H A Dparameter-passing.c21 typedef struct { int a[0]; } EmptyTy; typedef in typeref:struct:__anon3371
27 static EmptyTy empty_id(EmptyTy a) { return a; }
35 static void empty_mul(EmptyTy a) { result *= 53; }
48 empty_mul(empty_id((EmptyTy) {}));

Completed in 49 milliseconds