Home
last modified time | relevance | path

Searched defs:S9 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp49 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
Dmicrosoft-abi-static-initializers.cpp68 static S S9; in MultipleStatics() local
/external/clang/test/CXX/class.access/class.friend/
Dp11.cpp82 struct S9 { in foo() struct
83 struct Inner { in foo()
/external/clang/test/ASTMerge/Inputs/
Dstruct1.c42 struct S9 { int i; float f; } *x9; argument
/external/clang/test/SemaObjC/
Dattr-designated-init.m223 @interface S9 : B1 interface
228 @interface S9(secondInit) interface in secondInit
/external/clang/test/Misc/
Ddiag-template-diffing.cpp253 template<typename ...T> struct S9 {}; struct