Searched defs:D3 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp27 struct D3 : B3 { // expected-note 2 {{candidate constructor}} struct in inherits:B3
30 D3 fd3() { return 1; } // expected-error {{no viable conversion}}
/external/clang/test/SemaTemplate/
H A Delaborated-type-specifier.cpp7 // expected-error{{no enum named 'X' in 'PR6915::D3'}}
16 struct D3 { }; struct in namespace:PR6915
20 template class D<D3>; // expected-note{{in instantiation of}}
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp54 struct D3 : A3, B3 { struct in inherits:A3,B3
57 void f3 (D3 d)
59 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D3' to a pointer}}
/external/speex/libspeex/
H A Dmath_approx.h248 #define D3 1301 macro
260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac))))));
/external/llvm/test/MC/MachO/
H A Dx86_32-symbols.s14 D3: label
725 // CHECK: ('_string', 'D3')
H A Dx86_64-symbols.s14 D3: label
682 // CHECK: ('_string', 'D3')
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp386 unsigned &D1, unsigned &D2, unsigned &D3) {
391 D3 = TRI->getSubReg(Reg, ARM::dsub_3);
396 D3 = TRI->getSubReg(Reg, ARM::dsub_6);
402 D3 = TRI->getSubReg(Reg, ARM::dsub_7);
423 unsigned D0, D1, D2, D3; local
424 GetDSubRegs(DstReg, RegSpc, TRI, D0, D1, D2, D3);
430 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
496 unsigned D0, D1, D2, D3; local
497 GetDSubRegs(SrcReg, RegSpc, TRI, D0, D1, D2, D3);
502 MIB.addReg(D3);
384 GetDSubRegs(unsigned Reg, NEONRegSpacing RegSpc, const TargetRegisterInfo *TRI, unsigned &D0, unsigned &D1, unsigned &D2, unsigned &D3) argument
622 unsigned D0, D1, D2, D3; local
[all...]
/external/openssl/crypto/bn/asm/
H A Dpa-risc2W.s762 CMPB,*= %r0,%arg2,$D3 ; if (d == 0)
868 $D3
H A Dpa-risc2.s856 B $D3 ;offset 0xa3c
901 $D3

Completed in 2431 milliseconds