Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daix-alignment.c13 } StructDouble; typedef
16 StructDouble d1;
31 StructDouble bar(StructDouble x) { return x; } in bar()