/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
|
D | attr-aligned.cpp | 4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); typedef
|
D | new-null.cpp | 7 struct S1 { struct 8 void *operator new(size_t n) { in operator new() 11 void *operator new[](size_t n) noexcept { in operator new[]()
|
D | elaborated-type-specifier.cpp | 6 typedef struct S1 { struct 11 } S1; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StatisticTest.cpp | 25 OptionalStatistic &S1, OptionalStatistic &S2) { in extractCounters() 79 OptionalStatistic S1; in TEST() local 95 OptionalStatistic S1; in TEST() local 123 OptionalStatistic S1; in TEST() local 140 OptionalStatistic S1; in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 105 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 111 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 117 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 124 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 131 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 138 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 146 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 179 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower() [all …]
|
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()
|
/external/clang/test/OpenMP/ |
D | task_ast_print.cpp | 11 struct S1 { struct 12 S1(): a(0) {} in S1() function 13 S1(int v) : a(v) {} in S1() function 14 int a; 38 // CHECK: #pragma omp task private(this->a) private(this->a) private(this->S1::a) argument
|
D | threadprivate_codegen.cpp | 34 struct S1 { struct 36 S1() in S1() function 39 S1(int a) in S1() function 42 S1(const S1 &s) { in S1() function 45 ~S1() { in ~S1() argument
|
D | for_simd_ast_print.cpp | 9 struct S1 { struct 10 S1(): a(0) {} in S1() argument 11 S1(int v) : a(v) {} in S1() function 12 int a; 36 // CHECK: #pragma omp for simd private(this->a) private(this->a) private(this->S1::a) argument
|
D | parallel_for_simd_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 parallel for simd private(this->a) private(this->a) private(this->S1::a) argument
|
D | parallel_ast_print.cpp | 11 struct S1 { struct 12 S1(): a(0) {} in S1() argument 13 S1(int v) : a(v) {} in S1() argument 16 S1& operator +(const S1&); argument
|
D | flush_messages.cpp | 3 struct S1 { // expected-note 2 {{declared here}} struct 4 int a;
|
D | nvptx_target_firstprivate_codegen.cpp | 158 struct S1 { struct 172 // TCHECK: define void @__omp_offloading_{{.+}}([[S1]]* [[TH:%.+]], i{{[0-9]+}} [[B_IN:%.+]]) 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()
|
/external/swiftshader/third_party/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()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p7.cpp | 46 struct S1 { struct 48 S1 &operator=(int*); argument 52 S1 &s1 = operator=(&this->x); in f() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyTypeDumper.cpp | 36 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames() 40 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes() 44 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding() 48 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct() 54 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate() 58 static bool ComparePaddingPctImmediate(const LayoutPtr &S1, in ComparePaddingPctImmediate()
|
/external/libcxx/test/std/containers/views/span.sub/ |
D | subspan.pass.cpp | 37 using S1 = decltype(s1); in testConstexprSpan() typedef 56 using S1 = decltype(s1); in testConstexprSpan() typedef 76 using S1 = decltype(s1); in testRuntimeSpan() typedef 95 using S1 = decltype(s1); in testRuntimeSpan() typedef
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-nodebug.cpp | 19 struct S1 { struct 23 NODEBUG S1 global_struct = { 2, 3 }; argument
|
D | fastcall.cpp | 10 struct S1 { struct 12 S1(const S1 &y); argument
|
D | float128-declarations.cpp | 52 template <class C> struct S1 { struct 55 template <> struct S1<__float128> { struct 65 S1<__float128> s1 = { 132.q }; in main() argument
|
/external/clang/test/CodeGenObjC/ |
D | arc-property.m | 17 struct S1 { Class isa; }; argument 19 @property (nonatomic, strong) __attribute__((NSObject)) struct S1 *pointer; argument
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 20 struct S1 { }; struct 24 struct S2::S1 { }; struct in PR6107::S2
|
/external/clang/test/Index/Inputs/ |
D | t1.c | 11 struct S1 { struct 20 struct S1 s1; in field_test() argument
|