Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Ddecl.c56 union test5u { int i; double d; }; union
59 union test5u ola = (union test5u) 351; in test5()
60 union test5u olb = (union test5u) 1.0; in test5()
63 union test5u test5w = (union test5u)2;
64 union test5u test5y = (union test5u)73.0;
/external/clang/test/CodeGen/
Ddecl.c56 union test5u { int i; double d; }; union
59 union test5u ola = (union test5u) 351; in test5()
60 union test5u olb = (union test5u) 1.0; in test5()
63 union test5u test5w = (union test5u)2;
64 union test5u test5y = (union test5u)73.0;