Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dsystemz-abi.c71 struct agg_2byte { char a[2]; }; argument
72 struct agg_2byte pass_agg_2byte(struct agg_2byte arg) { return arg; } in pass_agg_2byte()
313 struct agg_2byte va_agg_2byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_2byte); } in va_agg_2byte()