/external/llvm-project/clang/test/Sema/ |
D | address-unaligned.c | 5 struct __attribute__((packed)) S1 { struct 9 } S1; argument
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 16 struct S1 {}; struct 20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() 22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 16 struct S1 {}; struct 20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() 22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
D | PR41139.cpp | 9 struct S1 { struct 10 S1( R(*f)(Args...) ) {} in S1() argument
|
/external/llvm-project/clang/test/Parser/ |
D | c2x-attributes.c | 19 struct [[]] S1 { struct 20 int i [[]]; 21 int [[]] j; 22 int k[10] [[]]; 23 int l[[]][10]; 24 [[]] int m, n; 25 int o [[]] : 12; 27 int p, [[]] : 0; // expected-error {{an attribute list cannot appear here}} 28 int q, [[]] r; // expected-error {{an attribute list cannot appear here}}
|
/external/libabigail/tests/data/test-diff-dwarf/ |
D | test45-anon-dm-change-v1.cc | 13 struct S1 struct 25 bar(S1&) in bar() argument
|
D | test45-anon-dm-change-v0.cc | 13 struct S1 struct 24 bar(S1&) in bar() argument
|
D | test40-v1.c | 1 struct S1 struct 20 foo(struct S1* s) in foo() argument
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | ubsan-nullability.m | 61 struct S1 { struct 72 struct S1 s; argument 78 void nonnull_init1(int *p) { 87 void nonnull_init2(int *p) { 99 int *_Nonnull nonnull_retval2(int *_Nonnull arg1, //< Test this. 121 @interface A interface
|
D | ubsan-bool.m | 16 struct S1 { struct 21 BOOL f2(struct S1 *s) { argument 34 @interface I1 {
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SetOperations.h | 22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() 71 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() 83 bool set_is_strict_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_strict_subset()
|
D | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 161 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower() [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | taskgroup_ast_print.cpp | 15 struct S1 { struct 16 S1(): a(0) {} in S1() argument 17 S1(int v) : a(v) {} in S1() function 20 S1& operator +(const S1&); argument
|
/external/libabigail/tests/data/test-abicompat/ |
D | test0-fn-changed-libapp-v1.cc | 21 struct S1 struct 23 int m0; 24 char m1; 25 unsigned m2; 27 S1() in S1() argument 77 fun1(S1*) in fun1() argument
|
D | test6-var-changed-libapp-v0.h | 8 struct S1 struct 13 S1(); argument
|
D | test5-fn-changed-libapp-v0.h | 8 struct S1 struct 13 S1(); argument
|
D | test0-fn-changed-libapp-v0.cc | 19 struct S1 struct 21 int m0; 23 S1() in S1() argument 67 fun1(S1*) in fun1() argument
|
/external/llvm-project/clang/test/CXX/over/over.match/over.match.viable/ |
D | p3.cpp | 8 struct S1 { struct 21 S1().foo(); in foo() argument
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test6-fn-suppr-v0.cc | 13 struct S1 struct 17 S1() in S1() function 38 bar(S1*) in bar() argument
|
D | test6-fn-suppr-v1.cc | 23 struct S1 : private base struct 27 S1() in S1() function 48 bar(S1*) in bar() argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | finegrain-bitfield-access.cpp | 7 struct S1 { struct 15 S1 a1; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 161 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower() [all …]
|
/external/llvm-project/llvm/unittests/ADT/ |
D | StatisticTest.cpp | 25 OptionalStatistic &S1, OptionalStatistic &S2) { in extractCounters() 90 OptionalStatistic S1; in TEST() local 106 OptionalStatistic S1; in TEST() local 134 OptionalStatistic S1; in TEST() local 151 OptionalStatistic S1; in TEST() local
|
/external/clang/test/OpenMP/ |
D | task_ast_print.cpp | 11 struct S1 { struct 12 S1(): a(0) {} in S1() argument 13 S1(int v) : a(v) {} in S1() argument 14 int a; 38 // CHECK: #pragma omp task private(this->a) private(this->a) private(this->S1::a) argument
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
|