Searched defs:D1 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c1 #define D1 macro
14 #ifndef D1
24 #ifdef D1
/external/mesa3d/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c1 #define D1 macro
14 #ifndef D1
24 #ifdef D1
/external/clang/test/Misc/
H A Ddiag-line-wrapping.cpp5 struct D1 : B {}; struct in inherits:B
7 struct DD : D1, D2 {
12 // CHECK: struct DD -> struct D1 -> struct B
/external/clang/test/SemaTemplate/
H A Dclass-template-id-2.cpp16 struct D1 { struct
H A Delaborated-type-specifier.cpp10 struct D1 { struct in namespace:PR6915
18 template class D<D1>;
H A Dinstantiate-member-template.cpp247 template <class T, class U> struct D1 {}; struct in namespace:rdar8986308
252 template <class V> struct rebind {typedef D1<V, U> other;};
/external/clang/test/CXX/class.derived/class.member.lookup/
H A Dp8.cpp12 struct D1 : public Base {}; struct in namespace:PR5820
15 struct Derived : public D1, public D2 {
21 d.D1::Foo();
22 d.D1::Member = 17;
26 D1::Foo();
27 D1::Member = 42;
28 this->D1::Foo();
29 this->D1::Member = 42;
/external/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp10 struct D1 : B1, B2 { struct in inherits:B1,B2
H A Delsewhere.cpp29 struct D1 : I1 { struct in inherits:I1
30 using B1::B1; // expected-error {{'B1' is not a direct base of 'D1', can not inherit constructors}}
H A Dp3.cpp7 struct D1 : B1 { struct in inherits:B1
10 D1 d1a(1), d1b(1, 1);
12 D1 fd1() { return 1; }
/external/clang/test/CodeGen/
H A Dmips64-class-return.cpp14 class D1 : public B1 { class in inherits:B1
24 extern D1 gd1;
33 D1 foo2(void) {
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call-2.C60 struct D1 : virtual Base3 { struct in inherits:Base3
67 struct Sub : D1, D2 {
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp22 struct D1 : B1 { struct in inherits:B1
26 void f1 (D1 d)
H A Dcxx1y-variable-templates_in_class.cpp139 class D1 { class in namespace:in_class_template
144 template<typename U> U* D1<T>::Data<U*> = (U*)(0);
150 //template<typename U> U* D1<float>::Data<U*> = (U*)(0) + 1;
152 //template int* D1<float>::Data<int*>;
H A Ddefault-assignment-operator.cpp67 class D1 : B1 {}; class in inherits:B1
68 D1 d1, d2;
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp88 struct D1 { struct
109 template struct CopyAssign<D1>; // expected-note {{here}}
/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h191 #define D1 22804 macro
199 return 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.dtor/
H A Dp5-0x.cpp88 class D1 { class
91 virtual ~D1() = default; // expected-note {{here}}
93 struct D2 : D1 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}} \
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h182 __m128d A1, A2, B1, B2, C1, C2, D1, D2; local
188 C1 = matrix.template packet<MatrixAlignment>( 8); D1 = matrix.template packet<MatrixAlignment>(10);
203 B1 = matrix.template packet<MatrixAlignment>( 8); D1 = matrix.template packet<MatrixAlignment>(10);
208 tmp = D1;
209 D1 = _mm_unpacklo_pd(D1,D2);
239 dD = _mm_mul_pd(D1, dD);
244 DC2 = _mm_mul_pd(C2, _mm_shuffle_pd(D1,D1,0));
245 DC1 = _mm_sub_pd(DC1, _mm_mul_pd(C2, _mm_shuffle_pd(D1,D
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp61 struct D1 : S1 {}; struct in namespace:__anon22792
69 struct D9 : S1, D1 { S1 s1; };
117 [AlignOf<D1>::Alignment > 0]
158 EXPECT_LE(alignOf<S1>(), alignOf<D1>());
236 EXPECT_EQ(alignOf<D1>(), alignOf<AlignedCharArrayUnion<D1> >());
291 EXPECT_EQ(sizeof(D1), sizeof(AlignedCharArrayUnion<D1>));
/external/speex/libspeex/
H A Dmath_approx.h246 #define D1 11356 macro
260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac))))));
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c22 D1, enumerator in enum:D
/external/llvm/test/MC/MachO/
H A Dx86_32-symbols.s8 D1: label
709 // CHECK: ('_string', 'D1')
H A Dx86_64-symbols.s8 D1: label
666 // CHECK: ('_string', 'D1')
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp352 unsigned &D1, unsigned &D2, unsigned &D3) {
355 D1 = TRI->getSubReg(Reg, ARM::dsub_1);
360 D1 = TRI->getSubReg(Reg, ARM::dsub_2);
366 D1 = TRI->getSubReg(Reg, ARM::dsub_3);
389 unsigned D0, D1, D2, D3; local
390 GetDSubRegs(DstReg, RegSpc, TRI, D0, D1, D2, D3);
393 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
464 unsigned D0, D1, D2, D3; local
465 GetDSubRegs(SrcReg, RegSpc, TRI, D0, D1, D2, D3);
468 MIB.addReg(D1, getUndefRegStat
350 GetDSubRegs(unsigned Reg, NEONRegSpacing RegSpc, const TargetRegisterInfo *TRI, unsigned &D0, unsigned &D1, unsigned &D2, unsigned &D3) argument
594 unsigned D0, D1, D2, D3; local
960 unsigned D1 = TRI->getSubReg(DstReg, ARM::dsub_1); local
991 unsigned D1 = TRI->getSubReg(SrcReg, ARM::dsub_1); local
[all...]

Completed in 1626 milliseconds

12