Searched refs:nested2 (Results 1 – 9 of 9) sorted by relevance
18 int nested2() { in nested2() function22 return nested2(); in nested1()
37 struct nested2 { struct42 struct nested2 PR20573 = { .a = 3 }; argument60 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}}
11 struct nested2 { struct19 struct nested2; argument
1 int nested2; variable
3 header "nested2.h"
207 template<typename...Ts> void nested2(Ts ...ts) { // expected-note 2{{here}} in nested2() function228 template void nested2(int); // ok229 template void nested2(int, int); // expected-note {{in instantiation of}}
1 package test.nested2;
16 return a1 + b1 + nested2; in test()
727 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a(); in TEST() local733 EXPECT_NE(&message, nested2); in TEST()734 EXPECT_NE(nested, nested2); in TEST()