Searched refs:NestedInit (Results 1 – 2 of 2) sorted by relevance
328 struct NestedInit { int a, b, c; }; argument329 NestedInit ni[1] = {{NestedInit{1, 2, 3}}};
389 struct NestedInit { int a, b, c; }; argument390 NestedInit ni[1] = {{NestedInit{1, 2, 3}}};