Searched refs:SubFoo (Results 1 – 2 of 2) sorted by relevance
5 struct SubFoo { struct10 static void Test() { SubFoo sf = {.bar1 = 10, .bar2 = 20}; } // Expected no warning in Test()20 struct SubFoo { struct25 …static void Test() { SubFoo sf = {.bar1 = 10, // expected-note 2 {{previous initialization is h… in Test()
20 @interface SubFoo : Foo interface24 @implementation SubFoo implementation