Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dparameter-passing.c17 typedef struct { int a[0]; } EmptyTy; typedef
23 static EmptyTy empty_id(EmptyTy a) { return a; } in empty_id()
31 static void empty_mul(EmptyTy a) { result *= 53; } in empty_mul()
44 empty_mul(empty_id((EmptyTy) {})); in f0()