Home
last modified time | relevance | path

Searched defs:S15 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-structured-binding-bitfield.cpp245 struct S15 { struct
251 // CHECK: alloca %struct.S15, align 8 argument
H A Dwarn-all-padded-packed-packed-non-pod.cpp85 struct S15 { // expected-warning {{packed attribute is unnecessary for 'S15'}} struct
86 struct S14 s;
87 char a;
188 S14, S15, S16, S17, S18, S19, S20, S21, S22, S23, S24, S25, in f() argument
H A Dmicrosoft-abi-static-initializers.cpp74 static S S15; in MultipleStatics() local
/llvm-project/clang/test/SemaCXX/
H A Dattr-trivial-abi.cpp92 struct __attribute__((trivial_abi)) S15 : S14<T> { struct
/llvm-project/clang/test/PCH/
H A Dcxx-key-functions.cpp23 struct S15 { virtual void f(); }; struct
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp633 struct S15 { struct
637 struct S15 { struct
642 // expected-error@first.h:* {{'Method::S15::A' from module 'FirstModule' is not present in definition of 'Method::S15' in module 'SecondModule'}} argument
1985 struct S15 { struct
1990 struct S15 { struct
3346 struct S15 { struct
3350 struct S15 { struct
1986 fTemplateArgument::S15 f() argument
1987 fTemplateArgument::S15 f() argument
1991 fTemplateArgument::S15 f() argument
1992 fTemplateArgument::S15 f() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dnon-private-member-variables-in-classes.cpp300 class S15 { class