Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/llvm-project/clang/test/Sema/
H A Daddress-unaligned.c5 struct __attribute__((packed)) S1 { struct
9 } S1; argument
H A DGH70594.cpp9 struct S1 : CA { struct
10 constexpr S1() : CA() {} in S1() argument
/llvm-project/clang/test/SemaCXX/
H A Dout-of-line-def-mismatch.cpp16 struct S1 {}; global() struct
20 func(S1 *) func() argument
21 func(C1 &,unsigned,const S1 *) func() argument
22 func(S1 *,double) func() argument
23 func(S1,unsigned) func() argument
24 func(unsigned *,S1 *) func() argument
[all...]
H A DPR41139.cpp9 struct S1 { struct
10 S1( R(*f)(Args...) ) {} in S1() function
H A Dattr-aligned.cpp4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); argument
/llvm-project/clang/test/Parser/
H A Dc2x-attribute-keywords.c23 struct ATTR_USE S1 { // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} struct
24 int i ATTR_USE; // expected-error {{'ATTR_NAME' only applies to function types}}
25 int ATTR_USE j; // expected-error {{'ATTR_NAME' only applies to function types}}
26 int k[10] ATTR_USE; // expected-error {{'ATTR_NAME' only applies to function types}}
27 int l ATTR_USE[10]; // expected-error {{'ATTR_NAME' only applies to function types}}
28 ATTR_USE int m, n; // expected-error {{'ATTR_NAME' only applies to function types}}
29 int o ATTR_USE : 12; // expected-error {{'ATTR_NAME' only applies to function types}}
30 int ATTR_USE : 0; // expected-error {{'ATTR_NAME' only applies to function types}}
31 int p, ATTR_USE : 0; // expected-error {{'ATTR_NAME' cannot appear here}}
32 int q, ATTR_USE r; // expected-error {{'ATTR_NAME' cannot appear here}}
H A Dc2x-attributes.c34 struct [[]] S1 { struct
35 int i [[]];
36 int [[]] j;
37 int k[10] [[]];
38 int l[[]][10];
39 [[]] int m, n;
40 int o [[]] : 12;
42 int p, [[]] : 0; // expected-error {{an attribute list cannot appear here}}
43 int q, [[]] r; // expected-error {{an attribute list cannot appear here}}
/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h34 set_union(S1Ty & S1,const S2Ty & S2) set_union() argument
50 set_intersect(S1Ty & S1,const S2Ty & S2) set_intersect() argument
65 set_intersection_impl(const S1Ty & S1,const S2Ty & S2) set_intersection_impl() argument
76 set_intersection(const S1Ty & S1,const S2Ty & S2) set_intersection() argument
86 set_difference(const S1Ty & S1,const S2Ty & S2) set_difference() argument
97 set_subtract(S1Ty & S1,const S2Ty & S2) set_subtract() argument
107 set_subtract(S1Ty & S1,const S2Ty & S2,S1Ty & Removed,S1Ty & Remaining) set_subtract() argument
119 set_is_subset(const S1Ty & S1,const S2Ty & S2) set_is_subset() argument
[all...]
H A DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
163 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower()
[all …]
/llvm-project/clang/test/CodeGenObjC/
H A Dubsan-bool.m16 struct S1 { struct
21 BOOL f2(struct S1 *s) { argument
34 I1S1 global() argument
H A Dubsan-nullability.m62 struct S1 { struct
73 struct S1 s; argument
79 void nonnull_init1(int *p) {
88 void nonnull_init2(int *p) {
100 int *_Nonnull nonnull_retval2(int *_Nonnull arg1, //< Test this.
122 @interface A interface
/llvm-project/clang/test/CXX/over/over.match/over.match.viable/
H A Dp3.cpp9 struct S1 { struct
22 S1<int>().foo(); in foo() argument
/llvm-project/clang/test/OpenMP/
H A Dtaskgroup_ast_print.cpp15 struct S1 { struct
16 S1(): a(0) {} in S1() function
17 S1(int v) : a(v) {} in S1() function
20 S1& operator +(const S1&); argument
H A Dtarget_teams_thread_limit_codegen.cpp115 struct S1 { struct
138 S1 S; in bar() argument
H A Dtarget_teams_num_teams_codegen.cpp115 struct S1 { struct
138 S1 S; in bar() argument
H A Dtarget_parallel_num_threads_codegen.cpp115 struct S1 { struct
138 S1 S; in bar() argument
/llvm-project/clang/test/AST/
H A Dms-constexpr.cpp17 struct S1 { struct
29 static_assert(S1{}.cm()); argument
H A Dast-dump-APValue-array.cpp21 struct S1 { struct
22 S0 s0 = {1, 2};
23 U0 u0 = {.i = 42};
/llvm-project/clang/test/CodeGenCXX/
H A Dfinegrain-bitfield-access.cpp7 struct S1 { struct
15 S1 a1; argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-return-value-avoid-assignment.cpp6 struct S1 { struct
7 S1(){}; in S1() function
/llvm-project/llvm/unittests/ADT/
H A DStatisticTest.cpp25 OptionalStatistic &S1, OptionalStatistic &S2) { in extractCounters()
91 OptionalStatistic S1; in TEST() local
107 OptionalStatistic S1; in TEST() local
135 OptionalStatistic S1; in TEST() local
152 OptionalStatistic S1; in TEST() local
/llvm-project/clang/test/Preprocessor/
H A Dembed_codegen.cpp25 struct S1 { in foo() argument
24 struct S1 { foo() struct
[all...]
/llvm-project/clang/test/Analysis/
H A Dretain-release-cpp-classes.cpp10 struct S1 { struct
17 S1 *s1; argument
/llvm-project/clang/test/CodeGen/
H A Dubsan-pointer-overflow.c72 struct S1 { struct
76 struct S1 *link; argument
78 struct S1 *arr; argument
/llvm-project/clang/test/Modules/Inputs/
H A Dtemplate-nontrivial1.h3 struct S1 { struct
5 Class0<S0> a;

12345678910>>...14