Searched refs:nested2 (Results 1 – 10 of 10) sorted by relevance
18 int nested2() { in nested2() function22 return nested2(); in nested1()
43 struct nested2 { struct48 struct nested2 PR20573 = { .a = 3 }; argument66 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}}
11 struct nested2 { struct19 struct nested2; argument
338 nested2 = template.make_template("nested", variable_scoped_function)340 v2 = nested2()348 self.assertEqual(nested2.variables, [v2])350 self.assertEqual(nested2.trainable_variables, [v2])352 self.assertEqual(len(nested2.non_trainable_variables), 0)416 nested2 = template.make_template_internal(421 nested2()423 v2 = nested2.variables431 self.assertEqual(nested2.variables, v2)433 self.assertEqual(nested2.trainable_variables, v2)[all …]
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 int nested2; variable
3 header "nested2.h"
1 package test.nested2;
16 return a1 + b1 + nested2; in test()
752 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a(); in TEST() local758 EXPECT_NE(&message, nested2); in TEST()759 EXPECT_NE(nested, nested2); in TEST()