Home
last modified time | relevance | path

Searched defs:S10 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp83 struct S10 { in foo() struct
84 quuxtest2::foo::S10 foo() argument
85 footest2::foo::S10 foo() argument
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-structured-binding-bitfield.cpp163 struct S10 { struct
168 // CHECK: alloca %struct.S10, align 4 argument
173 S10() : x(0), y(0) {} in S10() function
H A Dwarn-all-padded-packed-packed-non-pod.cpp60 struct S10 { struct
61 int x;
62 char a,b,c,d;
187 void f(S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, in f() argument
H A Dmicrosoft-abi-static-initializers.cpp69 static S S10; in MultipleStatics() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dnon-private-member-variables-in-classes.cpp216 struct S10 { struct
217 int S10_v0; argument
220 int S10_v1; argument
223 int S10_v2; argument
227 int S10_v3; argument
/llvm-project/clang/test/SemaCXX/
H A Dattr-trivial-abi.cpp78 struct __attribute__((trivial_abi)) S10 { struct
82 S10<int *> p1; argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-designated-initializers.cpp142 struct S10 { int i = 1, j = 2; }; argument
/llvm-project/clang/test/CodeGen/
H A Darm64-microsoft-arguments.cpp179 struct S10 : public S1 { struct
183 S10 func10(S10 x); argument
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp328 struct S10 { struct
332 struct S10 { struct
337 // expected-error@second.h:* {{'Field::S10' has different definitions in different modules; first difference is definition in module 'SecondModule' found field 'x' with no initializer}} argument
561 struct S10 { struct
566 struct S10 { struct
572 // expected-error@second.h:* {{'Method::S10' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'A' with 1st parameter of type 'float'}} argument
813 struct S10 { struct
818 struct S10 { global() struct
1598 struct S10 { global() struct
1608 xNestedNamespaceSpecifier::N10::S10 global() argument
1903 struct S10 { global() struct
1909 struct S10 { global() struct
1916 runTemplateArgument::S10 global() argument
2779 struct S10 {}; global() struct
2782 struct S10 {}; global() struct
2971 struct S10 : B10a {}; global() struct
2974 struct S10 : protected B10a {}; global() struct
3272 struct S10 { global() struct
3277 struct S10 { global() struct
[all...]
/llvm-project/clang/test/PCH/
H A Dcxx-key-functions.cpp18 struct S10 { virtual void f(); }; struct
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzos-alignment.c147 } S10; variable
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-friends.cpp133 Redefinition<float>::ChildOfRedef2<float> S10; in bar() local
/llvm-project/clang/test/Sema/
H A Daddress-packed.c316 } __attribute__((aligned(8), packed)) S10; typedef