Searched defs:D1 (Results 1 - 25 of 48) 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>;
/external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp44 template <class T, class U> struct D1 {}; struct
50 template <class V> using rebind = D1<V, U>;
52 template <class V> struct rebind {typedef D1<V, U> other;};
62 static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>, D1<double, int> >::value), "");
67 static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>::other, D1<double, int> >::value), "");
/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', cannot 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 Ddefault-assignment-operator.cpp67 class D1 : B1 {}; class in inherits:B1
68 D1 d1, d2;
H A Dcxx1y-variable-templates_in_class.cpp187 class D1 { class in namespace:in_class_template
192 template<typename U> U* D1<T>::Data<U*> = (U*)(0);
193 template int* D1<float>::Data<int*>; // expected-note {{previous}}
194 template int* D1<float>::Data<int*>; // expected-error {{duplicate explicit instantiation}}
229 class D1 { class in namespace:in_class_template::bug_files
234 template<typename U> U D1<float>::Data = U(10);
236 template<typename U> U D1<float>::Data<U*> = U(100); // expected-error{{redefinition of 'Data'}}
H A Dusing-decl-1.cpp222 struct D1 : C_blah { struct in namespace:PR19171
/external/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp310 struct D1 : public D0 { char a; }; struct in inherits:D0
312 struct D2 : D1 { char a; };
318 // CHECK-NEXT: 0 | struct D1 (base)
329 // CHECK-X64-NEXT: 0 | struct D1 (base)
H A Dms-x86-empty-virtual-base.cpp21 struct D1 { D1() {printf("D1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; function in struct:D1
346 struct K : virtual D1, virtual B1, virtual B2, virtual B3, virtual B4 {
356 // CHECK-NEXT: 64 | struct D1 (virtual base) (empty)
368 // CHECK-X64-NEXT: 64 | struct D1 (virtual base) (empty)
376 struct L : virtual B1, virtual D1, virtual B2, virtual B3, virtual B4 {
386 // CHECK-NEXT: 68 | struct D1 (virtual base) (empty)
397 // CHECK-X64-NEXT: 68 | struct D1 (virtual base) (empty)
404 struct M : virtual B1, virtual B2, virtual D1, virtua
[all...]
/external/clang/test/Sema/
H A Dms_bitfield_layout.c165 typedef struct D1 { struct
170 } D1; typedef in typeref:struct:D1
172 // CHECK: Type: struct D1
259 sizeof(D1) +
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp149 LazyCallGraph::Node &D1 = *I++; local
150 EXPECT_EQ("d1", D1.getFunction().getName());
198 EXPECT_EQ(D1.end(), std::next(D1.begin()));
199 EXPECT_EQ("d2", D1.begin()->getFunction().getName());
462 LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1")); local
468 LazyCallGraph::SCC &DC = *CG.lookupSCC(D1);
506 EXPECT_EQ(&CC, CG.lookupSCC(D1));
543 LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1")); local
549 ASSERT_EQ(&DC, CG.lookupSCC(D1));
[all...]
/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/chromium_org/third_party/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/CXX/special/class.copy/
H A Dp23-cxx11.cpp101 struct D1 { struct
128 template struct CopyAssign<D1>; // expected-note {{here}}
/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...]

Completed in 6959 milliseconds

12