Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Darm-abi-vector.c263 } StructWithVec; typedef
279 StructWithVec c3 = va_arg(ap, StructWithVec); in varargs_struct()
285 double test_struct(StructWithVec* d) { in test_struct()