Searched refs:nested2 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Modules/Inputs/normal-module-map/nested/
H A Dnested2.h1 int nested2; variable
/external/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c18 int nested2() { function
22 return nested2();
/external/clang/test/CodeGen/
H A Dms-anonymous-struct.c3 // CHECK: %struct.test = type { i32, %struct.nested2, i32 }
4 // CHECK: %struct.nested2 = type { i32, %struct.nested1, i32 }
11 struct nested2 { struct
19 struct nested2;
30 // CHECK-NEXT: getelementptr inbounds %struct.nested2* %{{.*}}, i32 0, i32 0
35 // CHECK-NEXT: getelementptr inbounds %struct.nested2* %{{.*}}, i32 0, i32 2
40 // CHECK-NEXT: getelementptr inbounds %struct.nested2* %{{.*}}, i32 0, i32 1
46 // CHECK-NEXT: getelementptr inbounds %struct.nested2* %{{.*}}, i32 0, i32 1
66 // CHECK-NEXT: getelementptr inbounds %struct.nested2* %{{.*}}, i32 0, i32 0
72 // CHECK-NEXT: getelementptr inbounds %struct.nested2*
[all...]
/external/clang/test/Modules/
H A Dnormal-module-map.cpp13 #include "nested/nested2.h"
16 return a1 + b1 + nested2;
/external/clang/test/Sema/
H A DMicrosoftExtensions.c37 struct nested2 { struct
44 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}}
/external/chromium_org/tools/gn/
H A Dscope_unittest.cc198 // Create 3 nested scopes [const root from setup] <- nested1 <- nested2.
215 Scope nested2(&nested1);
216 nested2.SetValue("on_one", Value(&assignment, "on_two"), &assignment);
217 nested2.SetValue("on_two", Value(&assignment, "on_two2"), &assignment);
225 result = nested2.MakeClosure();
/external/clang/test/SemaCXX/
H A Dlambda-expressions.cpp207 template<typename...Ts> void nested2(Ts ...ts) { // expected-note 2{{here}}
228 template void nested2(int); // ok
229 template void nested2(int, int); // expected-note {{in instantiation of}}
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc712 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a(); local
718 EXPECT_NE(&message, nested2);
719 EXPECT_NE(nested, nested2);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc595 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a(); local
601 EXPECT_NE(&message, nested2);
602 EXPECT_NE(nested, nested2);

Completed in 6730 milliseconds