Searched refs:nested1 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Modules/Inputs/normal-module-map/nested/
H A Dnested1.h1 int nested1; variable
/external/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c21 int nested1() { function
26 clang_analyzer_eval(nested1() == 0); // expected-warning{{TRUE}}
/external/clang/test/CodeGen/
H A Dms-anonymous-struct.c4 // CHECK: %struct.nested2 = type { i32, %struct.nested1, i32 }
5 // CHECK: %struct.nested1 = type { i32, i32 }
6 typedef struct nested1 { struct
41 // CHECK-NEXT: getelementptr inbounds %struct.nested1* %{{.*}}, i32 0, i32 0
47 // CHECK-NEXT: getelementptr inbounds %struct.nested1* %{{.*}}, i32 0, i32 1
79 // CHECK-NEXT: getelementptr inbounds %struct.nested1* %{{.*}}, i32 0, i32 0
86 // CHECK-NEXT: getelementptr inbounds %struct.nested1* %{{.*}}, i32 0, i32 1
/external/clang/test/Sema/
H A DMicrosoftExtensions.c31 typedef struct nested1 { struct
/external/chromium_org/tools/gn/
H A Dscope_unittest.cc198 // Create 3 nested scopes [const root from setup] <- nested1 <- nested2.
212 Scope nested1(static_cast<const Scope*>(setup.scope()));
213 nested1.SetValue("on_one", Value(&assignment, "on_one"), &assignment);
215 Scope nested2(&nested1);

Completed in 2272 milliseconds