Searched defs:D2 (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c2 #define D2 macro
15 #ifndef D2
25 #ifdef D2
/external/mesa3d/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c2 #define D2 macro
15 #ifndef D2
25 #ifdef D2
/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c12 double D2 = 02e32; variable
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp4.cpp12 typedef struct D { } D2; typedef in struct:S
13 typedef D2 D;
/external/clang/test/Misc/
H A Ddiag-line-wrapping.cpp6 struct D2 : B {}; struct in inherits:B
7 struct DD : D1, D2 {
13 // CHECK: struct DD -> struct D2 -> struct B
/external/clang/test/SemaTemplate/
H A Dclass-template-id-2.cpp21 struct D2 { struct in namespace:N
H A Delaborated-type-specifier.cpp13 struct D2 { struct in namespace:PR6915
19 template class D<D2>; // expected-note{{in instantiation of}}
/external/clang/test/CXX/class.derived/class.member.lookup/
H A Dp8.cpp13 struct D2 : public Base {}; struct in namespace:PR5820
15 struct Derived : public D1, public D2 {
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp3-cxx0x.cpp15 class D2 : public B { class in inherits:B
19 using C::g; // expected-error{{using declaration refers into 'C::', which is not a base class of 'D2'}}
/external/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp14 struct D2 : B1, B2 { struct in inherits:B1,B2
17 D2(int);
H A Dp3.cpp17 struct D2 : B2 { // expected-note 2 {{candidate constructor}} struct in inherits:B2
20 D2 d2a(1), d2b(1, 1), d2c(1, 1, 1);
22 D2 fd2() { return 1; } // expected-error {{no viable conversion}}
/external/clang/test/CodeGen/
H A Dmips64-class-return.cpp19 class D2 : public B0 { class in inherits:B0
25 extern D2 gd2;
38 void foo3(D2 a0) {
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call-2.C63 struct D2 : virtual Base3 { struct in inherits:Base3
67 struct Sub : D1, D2 {
70 char* D2::abc(void) const { return 0; }
75 char* c = p->D2::abc();
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp16 class D2 : public B2, public C2 { }; class in inherits:B2,C2
17 class E2 : public D2, public C2, public virtual A2 { };
H A Dconversion-delete-expr.cpp36 struct D2 : B2 { struct in inherits:B2
40 void f2 (D2 d)
42 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D2' to a pointer}}
H A Dmember-name-lookup.cpp84 struct D2 : B2, C2 { struct in inherits:B2,C2
89 struct G : F, D2 {
93 void test_virtual_lookup(D2 d2, G g) {
101 D2::E e = D2::enumerator; // okay
102 D2::type t = 0; // okay
104 D2::E2 e2 = D2::enumerator2; // okay
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}}
112 void D2
[all...]
H A Ddestructor.cpp27 struct D2 { struct
28 void ~D2() { } // \
H A Ddcl_init_aggr.cpp107 struct D2 { struct
112 D2 d2;
/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h177 #define D2 14819 macro
190 frac = ADD16(D0, MULT16_16_Q15(frac, ADD16(D1, MULT16_16_Q15(frac, ADD16(D2 , MULT16_16_Q15(D3,frac))))));
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp91 struct D2 { struct
92 D2 &operator=(D2 &&) = default; // expected-note {{here}}
110 template struct MoveAssign<D2>; // expected-note {{here}}
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp93 struct D2 : D1 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}} \ struct in inherits:D1
94 // expected-error {{deleted function '~D2' cannot override a non-deleted}}
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h182 __m128d A1, A2, B1, B2, C1, C2, D1, D2; local
189 C2 = matrix.template packet<MatrixAlignment>(12); D2 = matrix.template packet<MatrixAlignment>(14);
204 B2 = matrix.template packet<MatrixAlignment>(12); D2 = matrix.template packet<MatrixAlignment>(14);
209 D1 = _mm_unpacklo_pd(D1,D2);
210 D2 = _mm_unpackhi_pd(tmp,D2);
238 dD = _mm_shuffle_pd(D2, D2, 1);
243 DC1 = _mm_mul_pd(C1, _mm_shuffle_pd(D2,D2,
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp62 struct D2 : S6 { float g(); }; struct in namespace:__anon21865
80 float D2::g() { return 0.0f; }
118 [AlignOf<D2>::Alignment > 0]
159 EXPECT_LE(alignOf<S1>(), alignOf<D2>());
237 EXPECT_EQ(alignOf<D2>(), alignOf<AlignedCharArrayUnion<D2> >());
292 EXPECT_EQ(sizeof(D2), sizeof(AlignedCharArrayUnion<D2>));
H A DPath.cpp193 fs::UniqueID D2; local
194 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D2));
195 ASSERT_EQ(D2, F1);
/external/speex/libspeex/
H A Dmath_approx.h247 #define D2 3726 macro
260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac))))));

Completed in 1778 milliseconds

12