/llvm-project/clang/test/Sema/ |
H A D | address-unaligned.c | 5 struct __attribute__((packed)) S1 { struct 9 } S1; argument
|
H A D | GH70594.cpp | 9 struct S1 : CA { struct 10 constexpr S1() : CA() {} in S1() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | out-of-line-def-mismatch.cpp | 16 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 D | PR41139.cpp | 9 struct S1 { struct 10 S1( R(*f)(Args...) ) {} in S1() function
|
H A D | attr-aligned.cpp | 4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); argument
|
/llvm-project/clang/test/Parser/ |
H A D | c2x-attribute-keywords.c | 23 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 D | c2x-attributes.c | 34 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 D | SetOperations.h | 34 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 D | StringSwitch.h | 90 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 D | ubsan-bool.m | 16 struct S1 { struct 21 BOOL f2(struct S1 *s) { argument 34 I1S1 global() argument
|
H A D | ubsan-nullability.m | 62 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 D | p3.cpp | 9 struct S1 { struct 22 S1<int>().foo(); in foo() argument
|
/llvm-project/clang/test/OpenMP/ |
H A D | taskgroup_ast_print.cpp | 15 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 D | target_teams_thread_limit_codegen.cpp | 115 struct S1 { struct 138 S1 S; in bar() argument
|
H A D | target_teams_num_teams_codegen.cpp | 115 struct S1 { struct 138 S1 S; in bar() argument
|
H A D | target_parallel_num_threads_codegen.cpp | 115 struct S1 { struct 138 S1 S; in bar() argument
|
/llvm-project/clang/test/AST/ |
H A D | ms-constexpr.cpp | 17 struct S1 { struct 29 static_assert(S1{}.cm()); argument
|
H A D | ast-dump-APValue-array.cpp | 21 struct S1 { struct 22 S0 s0 = {1, 2}; 23 U0 u0 = {.i = 42};
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | finegrain-bitfield-access.cpp | 7 struct S1 { struct 15 S1 a1; argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-return-value-avoid-assignment.cpp | 6 struct S1 { struct 7 S1(){}; in S1() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StatisticTest.cpp | 25 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 D | embed_codegen.cpp | 25 struct S1 { in foo() argument 24 struct S1 { foo() struct [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | retain-release-cpp-classes.cpp | 10 struct S1 { struct 17 S1 *s1; argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | ubsan-pointer-overflow.c | 72 struct S1 { struct 76 struct S1 *link; argument 78 struct S1 *arr; argument
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | template-nontrivial1.h | 3 struct S1 { struct 5 Class0<S0> a;
|