Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpartial-reinitialization2.c12 struct LLP3 { struct LP3 l3; }; struct
89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' }; in test5()