Home
last modified time | relevance | path

Searched defs:S22 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dwarn-all-padded-packed-packed-non-pod.cpp119 struct S22 { // expected-warning {{packed attribute is unnecessary for 'S22'}} struct
120 unsigned char a : 4;
121 unsigned char b : 4;
188 S14, S15, S16, S17, S18, S19, S20, S21, S22, S23, S24, S25, in f() argument
H A Dmicrosoft-abi-static-initializers.cpp81 static S S22; in MultipleStatics() local
/llvm-project/clang/test/PCH/
H A Dcxx-key-functions.cpp30 struct S22 { virtual void f(); }; struct
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp2097 struct S22 { struct
2102 struct S22 { struct
2108 // expected-error@second.h:* {{'TemplateArgument::S22' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'f' with 1.700000e+00 for 1st template argument}} argument
3452 struct S22 { struct
3458 struct S22 { struct
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp570 template<typename T> struct S22 {}; global() struct