Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
D2002-02-17-ArgumentAddress.c35 struct STest2 { int X; short Y[4]; double Z; }; argument
37 struct STest2 Test7(struct STest2 X) { in Test7()
Dstruct-x86-darwin.c14 struct STest2 {short a,b; int c,d; } st2; struct