Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c139 struct test_longdouble { long double x; }; struct
140 struct test_longdouble testva_longdouble (int x, ...) in testva_longdouble()
142 struct test_longdouble y; in testva_longdouble()
145 y = va_arg (ap, struct test_longdouble); in testva_longdouble()