Searched defs:nested3 (Results 1 – 3 of 3) sorted by relevance
50 struct nested3 { struct51 long d;52 struct nested4 { // expected-warning {{anonymous structs are a Microsoft extension}}55 union nested5 { // expected-warning {{anonymous unions are a Microsoft extension}}
15 int nested3() { in nested3() function
1284 auto* nested3 = in TEST_P() local