Home
last modified time | relevance | path

Searched defs:S9 (Results 1 – 4 of 4) 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
/external/clang/test/ASTMerge/Inputs/
Dstruct1.c42 struct S9 { int i; float f; } *x9; argument
/external/dropbear/libtomcrypt/src/ciphers/
Dkasumi.c51 static const u16 S9[512] = { in FI() local
/external/clang/test/Misc/
Ddiag-template-diffing.cpp253 template<typename ...T> struct S9 {}; struct