Searched refs:UnionAnon (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Dxcore-stringtype.c141 // CHECK: !32 = metadata !{%union.anon* @UnionAnon, metadata !"u(){m(A){si}}"}
158 union {int A;} UnionAnon = {1}; variable in typeref:union:__anon18772
159 int unionTypeB(union UB ub) {return UnionAnon.A;}

Completed in 1010 milliseconds