/external/clang/test/CodeGenCXX/ |
D | exceptions.cpp | 26 struct A { A(int); A(int, int); ~A(); void *p; }; struct 28 A *a() { in a() 35 return new A(5); in a() 38 A *b() { in b() 47 return new A(foo()); in b() 53 A *c() { in c() 69 return new A(B().x); in c() 72 A *d() { in d() 87 return new A(B()); in d() 90 A *e() { in e() [all …]
|
D | temporaries.cpp | 2 struct A { struct 3 A(); 4 ~A(); 11 (void)A(); in f1() 15 A().f(); in f1() 98 G(A); 100 operator A(); 103 void a(const A&); 109 a(A()); in f7() 121 struct A { struct [all …]
|
D | arm.cpp | 38 struct A { struct 39 A(int i) { foo(); } in A() argument 40 ~A() { foo(); } in ~A() argument 51 A a = 10; in test() 74 struct A { struct 77 A(int); 78 virtual ~A() { foo(); } in ~A() argument 89 struct C : A, virtual B { 92 C(int i) : A(i), B(i) { foo(); } in C() 104 struct A { struct [all …]
|
D | destructors.cpp | 13 struct A { struct 16 ~A(); argument 20 struct B : A { 28 A a; 65 struct A { struct 66 ~A(); 69 A::~A() { } in ~A() 70 struct B : A { 86 struct A : Base { struct 88 ~A(); [all …]
|
D | skip-vtable-pointer-initialization.cpp | 8 struct A { struct 10 ~A(); 15 A::~A() in ~A() 24 struct A { struct 26 ~A(); 31 A::~A() { in ~A() 45 struct A { struct 47 ~A(); 54 A::~A() { in ~A() 71 struct A { struct [all …]
|
D | member-function-pointers.cpp | 7 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); }; argument 9 struct C : B, A { }; 11 void (A::*pa)(); 12 void (A::*volatile vpa)(); 17 void (A::*pa2)() = &A::f; 21 void (A::*pa3)() = &A::vf1; 25 void (A::*pa4)() = &A::vf2; 31 void (A::*pc3)() = &A::vf1; 53 pa = static_cast<void (A::*)()>(pc); in f() 58 void (A::*pa2)() = &A::f; in f2() [all …]
|
D | eh.cpp | 73 struct A { struct 74 A(); 75 A(const A&); 76 ~A(); 80 try { throw A(); } catch (A &x) {} in test() 160 struct A { A(const A&); ~A(); }; struct 168 } catch (A a) { in foo() 185 struct A { A(); }; struct 192 A::A() try { in A() function in test9::A 210 struct A { ~A(); }; struct [all …]
|
D | vtable-layout.cpp | 63 struct A { struct 66 void A::f() { } in f() 84 struct A { struct 88 virtual A* g(int a); 89 virtual ~A(); 91 virtual A& operator=(const A&); 93 void A::f() { } in f() 125 struct A { struct 128 void A::f() { } in f() 137 struct B : A { [all …]
|
D | pointers-to-data-members.cpp | 7 struct A { int a; int b; }; struct 9 struct C : B, A { }; 14 int A::* a; 17 int A::* aa[2]; 20 int A::* aaa[2][2]; 23 int A::* b = 0; 27 int A::*a; 34 int A::*aa[2]; 41 int A::*pa; 46 struct A { struct [all …]
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 5 class A { class 7 A() {} in A() function in A 8 ~A() {} in ~A() 15 A a; in test_const_ref() 16 const A& b = a; in test_const_ref() 17 const A& c = A(); in test_const_ref() 21 A a[2]; in test_array() 22 A b[0]; in test_array() 26 A a; in test_scope() 27 { A c; in test_scope() [all …]
|
D | temp-obj-dtors-cfg-output.cpp | 6 class A { class 8 A() {} in A() function in A 9 ~A() {} in ~A() 11 static A make() { return A(); } in make() 24 operator A() { return A(); } in operator A() 29 void foo(const A&); 32 int a = int(A()) + int(B()); in test_binary() 33 foo(int(A()) + int(B())); in test_binary() 38 bool a = A() && B(); in test_and() 39 foo(A() && B()); in test_and() [all …]
|
/external/linux-tools-perf/util/ |
D | ctype.c | 10 A = GIT_ALPHA, enumerator 26 P, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, /* 64.. 79 */ 27 A, A, A, A, A, A, A, A, A, A, A, G, G, P, R, P, /* 80.. 95 */ 28 P, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, /* 96..111 */ 29 A, A, A, A, A, A, A, A, A, A, A, R, R, P, P, 0, /* 112..127 */
|
/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.access/class.protected/ |
D | p1.cpp | 4 class A { class 10 class B : public A { 12 class C : protected A { // expected-note {{declared}} 17 void test(A &a) { in test() 36 class A { class 39 static void test(A&); 41 class B : public A { 44 class C : protected A { 51 void A::test(A &a) { in test() 70 class A { class [all …]
|
/external/v8/test/mjsunit/ |
D | arguments-opt.js | 59 function A(key) { class 64 assertEquals(0, A(0)); 65 assertEquals(0, A(0,1)); 66 assertEquals(2, A(1,2)); 67 assertEquals(2, A(1,2,3,4,5)); 68 assertEquals(5, A(4,2,3,4,5)); 69 assertTrue(typeof A(1) == 'undefined'); 70 assertTrue(typeof A(3,2,1) == 'undefined'); 74 assertTrue(typeof(A(-10000)) == 'undefined'); 75 assertTrue(typeof(A(-10000, 0)) == 'undefined'); [all …]
|
/external/clang/test/CXX/class.access/ |
D | p4.cpp | 15 class A { class 24 void test(A *op) { in test() 29 void (A::*a)(Public&) = &A::foo; in test() 30 void (A::*b)(Protected&) = &A::foo; // expected-error {{'foo' is a protected member}} in test() 31 void (A::*c)(Private&) = &A::foo; // expected-error {{'foo' is a private member}} in test() 37 class A { class 58 void operator+(const A &, Public&); 59 void operator+(const A &, Protected&); 60 void operator+(const A &, Private&); 61 void operator-(const A &); [all …]
|
D | p6.cpp | 21 class A { class 26 A::type foo() { } // expected-error {{'type' is a private member}} in foo() 27 A::type A::foo() { } in foo() 32 class A { class 34 A(); 36 A(Public); 39 A(Protected); // expected-note {{declared protected here}} 42 A(Private); // expected-note {{declared private here}} 46 A a; in test() 50 A apub = pub; in test() [all …]
|
/external/chromium/sdch/open-vcdiff/src/ |
D | codetable.cc | 57 A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 1-18 67 A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 163-174 68 A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 175-186 69 A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 187-198 70 A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 199-210 71 A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 211-222 72 A, A, A, A, A, A, A, A, A, A, A, A, // opcodes 223-234 73 A, A, A, A, // opcodes 235-238 74 A, A, A, A, // opcodes 239-242 75 A, A, A, A, // opcodes 243-246 [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-global-constructors.cpp | 20 struct A { int x; }; struct 21 A a; 22 A b = A(); 23 A c = { 10 }; 24 A d = { opaque_int() }; // expected-warning {{global constructor}} 25 A e = A(A()); 26 A f = A(a); // expected-warning {{global constructor}} 27 A g(a); // expected-warning {{global constructor}} 28 A h((A())); // elided 29 A i((A(A()))); // elided [all …]
|
D | dynamic-cast.cpp | 3 struct A {}; struct 4 struct B : A {}; 7 struct D : private A {}; 8 struct E : A {}; 25 (void)dynamic_cast<A>((A*)0); // expected-error {{'A' is not a reference or pointer}} in basic_bad() 27 (void)dynamic_cast<A*>(0); // expected-error {{'int' is not a pointer}} in basic_bad() 29 (void)dynamic_cast<int*>((A*)0); // expected-error {{'int' is not a class}} in basic_bad() 31 (void)dynamic_cast<A*>((int*)0); // expected-error {{'int' is not a class}} in basic_bad() 33 (void)dynamic_cast<int&>(*((A*)0)); // expected-error {{'int' is not a class}} in basic_bad() 35 (void)dynamic_cast<A&>(*((int*)0)); // expected-error {{'int' is not a class}} in basic_bad() [all …]
|
/external/icu4c/data/unidata/ |
D | FractionalUCA.txt | 29 001A; [,,] 45 008A; [,,] 61 009A; [,,] 80 059A; [,,] 119 061A; [,,] 148 074A; [,,] 162 180A; [,,] 206 202A; [,,] 216 206A; [,,] 666 030A; [, 99, 05] [all …]
|
/external/webrtc/src/common_audio/signal_processing/ |
D | spl_sqrt.c | 26 WebRtc_Word32 A, B, x2; in WebRtcSpl_SqrtLocal() local 45 A = -x2; // A = -(x/2)^2 in WebRtcSpl_SqrtLocal() 46 B = B + (A >> 1); // B = 1 + x/2 - 0.5*(x/2)^2 in WebRtcSpl_SqrtLocal() 48 A = WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 49 A = A * A * 2; // A = (x/2)^4 in WebRtcSpl_SqrtLocal() 50 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 54 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal() 56 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal() [all …]
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/ |
D | SHA1.java | 251 int A = H0; in perform() local 350 E += ((A << 5) | (A >>> 27)) + ((B & C) | ((~B) & D)) + w[0] + 0x5A827999; in perform() 353 D += ((E << 5) | (E >>> 27)) + ((A & B) | ((~A) & C)) + w[1] + 0x5A827999; in perform() 354 A = ((A << 30) | (A >>> 2)); in perform() 356 C += ((D << 5) | (D >>> 27)) + ((E & A) | ((~E) & B)) + w[2] + 0x5A827999; in perform() 359 B += ((C << 5) | (C >>> 27)) + ((D & E) | ((~D) & A)) + w[3] + 0x5A827999; in perform() 362 A += ((B << 5) | (B >>> 27)) + ((C & D) | ((~C) & E)) + w[4] + 0x5A827999; in perform() 365 E += ((A << 5) | (A >>> 27)) + ((B & C) | ((~B) & D)) + w[5] + 0x5A827999; in perform() 368 D += ((E << 5) | (E >>> 27)) + ((A & B) | ((~A) & C)) + w[6] + 0x5A827999; in perform() 369 A = ((A << 30) | (A >>> 2)); in perform() [all …]
|
/external/clang/test/CXX/expr/expr.post/expr.static.cast/ |
D | p3-0x.cpp | 5 struct A { }; struct 6 struct B : A { }; 11 void test(A &a, B &b) { in test() 12 A &&ar0 = static_cast<A&&>(a); in test() 13 A &&ar1 = static_cast<A&&>(b); in test() 14 A &&ar2 = static_cast<A&&>(lvalue<A>()); in test() 15 A &&ar3 = static_cast<A&&>(lvalue<B>()); in test() 16 A &&ar4 = static_cast<A&&>(xvalue<A>()); in test() 17 A &&ar5 = static_cast<A&&>(xvalue<B>()); in test() 18 const A &&ar6 = static_cast<const A&&>(a); in test() [all …]
|
/external/openfst/src/include/fst/extensions/far/ |
D | far.h | 68 template <class A> 71 typedef A Arc; 78 virtual void Add(const string &key, const Fst<A> &fst) = 0; 95 template <class A> 98 typedef A Arc; 126 virtual const Fst<A> &GetFst() const = 0; 142 template <class A> 145 void operator()(ostream &strm, const Fst<A> &fst) const { in operator() 151 template <class A> 152 class STTableFarWriter : public FarWriter<A> { [all …]
|