/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 9 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8() 15 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16() 21 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32() 27 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64() 33 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd() 39 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd() 45 __m128i test_mm_adds_epi8(__m128i A, __m128i B) { in test_mm_adds_epi8() 51 __m128i test_mm_adds_epi16(__m128i A, __m128i B) { in test_mm_adds_epi16() 57 __m128i test_mm_adds_epu8(__m128i A, __m128i B) { in test_mm_adds_epu8() 63 __m128i test_mm_adds_epu16(__m128i A, __m128i B) { in test_mm_adds_epu16() [all …]
|
D | sse42-builtins.c | 9 __m128i test_mm_cmpgt_epi8(__m128i A, __m128i B) { in test_mm_cmpgt_epi8() 15 __m128i test_mm_cmpgt_epi16(__m128i A, __m128i B) { in test_mm_cmpgt_epi16() 21 __m128i test_mm_cmpgt_epi32(__m128i A, __m128i B) { in test_mm_cmpgt_epi32() 27 __m128i test_mm_cmpgt_epi64(__m128i A, __m128i B) { in test_mm_cmpgt_epi64() 33 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() 39 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() 45 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() 51 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() 57 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() 63 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs() [all …]
|
D | avx-builtins.c | 27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() 32 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() 37 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() 42 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() 47 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() 52 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs() 57 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz() 62 __m128i test_mm_cmpistrm(__m128i A, __m128i B) { in test_mm_cmpistrm() 67 int test_mm_cmpistri(__m128i A, __m128i B) { in test_mm_cmpistri() 72 int test_mm_cmpistra(__m128i A, __m128i B) { in test_mm_cmpistra() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 24 template <class T> struct TYPE_DEFAULT B { struct 25 virtual void foo() {} in foo() 28 template struct B<A>; variable 41 template <class T> struct TYPE_DEFAULT B { struct 42 virtual void foo() {} in foo() 45 template struct B<A>; variable 58 template <class T> struct B { struct 59 virtual void foo() {} in foo() 62 template struct B<A>; variable 75 template <class T> struct TYPE_DEFAULT B { struct [all …]
|
D | move-assignment.cpp | 7 struct B { struct 17 B b1, b2; in test1() argument
|
D | vtable-layout.cpp | 125 struct B { struct 164 struct B : A { struct 234 struct B : A { struct 440 struct B : A { struct 464 struct B : virtual A1, virtual A2 { struct 465 int b; 497 struct B : A1, A2 { struct 498 int b; 514 struct B : A1, virtual A2 { struct 515 int b; [all …]
|
D | stmtexpr.cpp | 15 struct B struct 18 B (const A& a) { i = a.i; } in B() argument 19 B() {printf("this = %p B()\n", this);} in B() argument 20 B (const B &j) : i(j.i) {printf("this = %p const B&(%d)\n", this, i);} in B() argument 21 ~B() { printf("this = %p ~B(%d)\n", this, i); } in ~B() argument
|
D | partial-destruction.cpp | 97 struct B { A x, y, z; int w; }; struct 166 struct B { struct 167 B() {} in B() function 168 A a;
|
D | microsoft-abi-vbtables.cpp | 8 struct B : virtual A { int b; }; struct 32 struct B : virtual A { int b; }; argument 53 struct B { int b; }; struct 63 struct B : virtual A { int b; }; struct 75 struct B : virtual A { int b; }; struct 89 struct B : virtual A { int b; }; argument 118 struct B { int b; }; struct 131 struct B : virtual A { int b; }; struct 146 struct B : virtual A { int b; }; argument 168 struct B { int b; }; struct [all …]
|
/external/clang/test/SemaTemplate/ |
D | ms-lookup-template-base-classes.cpp | 12 class B : public A<T> { class 21 template class B<int>; // expected-note {{requested here}} variable 22 template class B<char>; // expected-note {{requested here}} variable 64 class B : public A<T> { class 71 template class B<int>; variable 88 class B : public A<T> { class 95 template class B<int>; // expected-note {{requested here}} variable 111 class B : public A<T> { class 130 class B { class 174 class B {}; class [all …]
|
D | lookup-dependent-bases.cpp | 13 struct B : A<T> { struct 14 void foo() { in foo() 19 template struct B<int>; // Instantiation has no warnings. variable 28 struct B : T { struct 29 struct C { 36 template struct B<A>; // Instantiation has no warnings. variable 46 struct B { struct 47 struct C : T { 54 template struct B<A>; // Instantiation has no warnings. variable
|
D | instantiate-self.cpp | 7 struct B { // expected-note {{not complete until the closing '}'}} struct 8 B b; // expected-error {{has incomplete type 'test1::A<int>::B'}} 17 struct B { struct 18 struct C {}; 19 char c[1 + C()]; // expected-error {{invalid operands to binary expression}} 30 struct B { struct 31 enum { Val = 1 }; 32 char c[1 + Val]; // ok 42 struct B { // expected-note {{not complete until the closing '}'}} struct 43 int k[typename A<typename M<T>::type>::B().k[0] + 1]; // expected-error {{incomplete type}}
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 4 #define M1(A, B) ((A) < (B)) argument 5 #define M2(A, B) M1(A, B) argument 6 #define M3(A, B) M2(A, B) argument 7 #define M4(A, B) M3(A, B) argument 8 #define M5(A, B) M4(A, B) argument 9 #define M6(A, B) M5(A, B) argument 10 #define M7(A, B) M6(A, B) argument 11 #define M8(A, B) M7(A, B) argument 12 #define M9(A, B) M8(A, B) argument 13 #define M10(A, B) M9(A, B) argument [all …]
|
/external/curl/tests/libtest/ |
D | test.h | 47 #define test_setopt(A,B,C) \ argument 50 #define test_multi_setopt(A,B,C) \ argument 171 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument 181 #define res_easy_setopt(A,B,C) \ argument 184 #define chk_easy_setopt(A,B,C,Y,Z) do { \ argument 190 #define easy_setopt(A,B,C) \ argument 195 #define exe_multi_setopt(A,B,C,Y,Z) do { \ argument 205 #define res_multi_setopt(A,B,C) \ argument 208 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument 214 #define multi_setopt(A,B,C) \ argument [all …]
|
/external/clang/INPUTS/ |
D | macro_pounder_fn.c | 6 #define A0(A, B) A B argument 7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) argument 8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) argument 9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) argument 10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) argument 11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) argument 12 #define A6(A, B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) argument 13 #define A7(A, B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) argument 14 #define A8(A, B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) argument
|
/external/clang/test/CXX/class.derived/class.virtual/ |
D | p3-0x.cpp | 5 struct B { struct 22 struct B : A { struct 41 struct B : A { struct 45 template struct B<int, char, int>; variable 46 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' reque… variable 51 struct B { struct 70 template<typename T> struct B : X { struct 106 struct B {}; struct 112 template<> struct A<int>::B { struct in MemberOfUnknownSpecialization::A 118 template<> struct A<char>::B { struct in MemberOfUnknownSpecialization::A [all …]
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 45 struct B : A { struct 52 void test0() { in test0() 56 void test1() { in test1() 61 void test2() { in test2() 65 void test3() { in test3() 69 void test4() { in test4() 73 void test5() { in test5() 88 template <class T> struct B : A { struct 95 void test0() { in test0() 99 void test1() { in test1() [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p4.cpp | 42 struct B : A { struct 49 void test0() { in test0() 53 void test1() { in test1() 58 void test2() { in test2() 62 void test3() { in test3() 66 void test4() { in test4() 70 void test5() { in test5() 85 template <class T> struct B : A { struct 92 void test0() { in test0() 96 void test1() { in test1() [all …]
|
/external/libcxxabi/test/ |
D | catch_class_02.pass.cpp | 14 struct B struct 18 explicit B(int id) : id_(id) {count++;} in B() argument 19 B(const B& a) : id_(a.id_) {count++;} in B() argument 20 ~B() {count--;} in ~B() argument
|
/external/clang/test/SemaCXX/ |
D | cxx1y-initializer-aggregates.cpp | 31 struct B { struct 32 int n; 33 constexpr int f() { return n * 5; } in f() 34 int m = f(); 54 struct B { struct 55 constexpr B(int k) : d(1.23), k(k) {} in B() function 58 constexpr int f() const { return A{k}.b; } in f() 59 double d; 60 int k;
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
D | uninitialized_fill.pass.cpp | 20 struct B struct 24 explicit B() : data_(1) {} in B() function 25 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() function 26 ~B() {data_ = 0;} in ~B() argument
|
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
D | move_convert05.fail.cpp | 36 struct B struct 40 B() {++count;} in B() argument 41 B(const B&) {++count;} in B() function 42 virtual ~B() {--count;} in ~B() argument
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/ |
D | shared_ptr_Y.pass.cpp | 20 struct B struct 24 B() {++count;} in B() argument 25 B(const B&) {++count;} in B() function 26 virtual ~B() {--count;} in ~B() argument
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/ |
D | reset.pass.cpp | 19 struct B struct 23 B() {++count;} in B() function 24 B(const B&) {++count;} in B() function 25 virtual ~B() {--count;} in ~B() argument
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/ |
D | uninitialized_fill_n.pass.cpp | 19 struct B struct 23 explicit B() : data_(1) {} in B() function 24 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() function 25 ~B() {data_ = 0;} in ~B() argument
|