/external/clang/test/Modules/Inputs/normal-module-map/nested/ |
nested1.h | 1 int nested1; variable
|
/external/clang/test/Analysis/inlining/ |
test-always-inline-size-option.c | 21 int nested1() { function 26 clang_analyzer_eval(nested1() == 0); // expected-warning{{TRUE}}
|
/external/clang/test/CodeGen/ |
ms-anonymous-struct.c | 4 // CHECK: %struct.nested2 = type { i32, %struct.nested1, i32 } 5 // CHECK: %struct.nested1 = type { i32, i32 } 6 typedef struct nested1 { struct 9 } NESTED1; 13 NESTED1; 41 // CHECK-NEXT: getelementptr inbounds %struct.nested1, %struct.nested1* %{{.*}}, i32 0, i32 0 47 // CHECK-NEXT: getelementptr inbounds %struct.nested1, %struct.nested1* %{{.*}}, i32 0, i32 1 79 // CHECK-NEXT: getelementptr inbounds %struct.nested1, %struct.nested1* %{{.*}}, i32 0, i32 [all...] |
/external/clang/test/Sema/ |
MicrosoftExtensions.c | 37 typedef struct nested1 { struct 41 } NESTED1; 45 NESTED1; // expected-warning {{anonymous structs are a Microsoft extension}}
|
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 876 Bundle nested1 = buildBundle(fd, buildBundle(1)); local 877 assertHasFd(nested1); // Outer bundle has an FD. 878 assertNotHaveFd(nested1.getParcelable("key-1")); // But inner bundle doesn't. [all...] |