Searched defs:S9 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}} struct 50 int x; // expected-warning {{packed attribute is unnecessary for 'x'}} 51 int y; // expected-warning {{packed attribute is unnecessary for 'y'}} 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
|
D | microsoft-abi-static-initializers.cpp | 68 static S S9; in MultipleStatics() local
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p11.cpp | 82 struct S9 { in foo() struct 83 struct Inner { in foo()
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct1.c | 42 struct S9 { int i; float f; } *x9; argument
|
/external/clang/test/SemaObjC/ |
D | attr-designated-init.m | 223 @interface S9 : B1 interface 228 @interface S9(secondInit) interface in secondInit
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 253 template<typename ...T> struct S9 {}; struct
|