Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c136 struct agg_longdouble { long double a; }; argument
137 struct agg_longdouble pass_agg_longdouble(struct agg_longdouble arg) { return arg; } in pass_agg_longdouble()
495 struct agg_longdouble va_agg_longdouble(__builtin_va_list l) { return __builtin_va_arg(l, struct ag… in va_agg_longdouble()