HomeSort by relevance Sort by last modified time
    Searched defs:D1 (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 1 #define D1
14 #ifndef D1
24 #ifdef D1
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic1.s 43 addi gr15, #gotoff12(.D1), gr0
54 .global D1
55 D1:
59 .D1:
  /external/clang/test/Misc/
diag-line-wrapping.cpp 5 struct D1 : B {};
7 struct DD : D1, D2 {
12 // CHECK: struct DD -> struct D1 -> struct B
  /external/clang/test/SemaTemplate/
class-template-id-2.cpp 16 struct D1 {
elaborated-type-specifier.cpp 10 struct D1 {
18 template class D<D1>;
  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
rebind.pass.cpp 44 template <class T, class U> struct D1 {};
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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
rebind.pass.cpp 44 template <class T, class U> struct D1 {};
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/Parser/
cxx-concept-declaration.cpp 28 template<concept T> concept bool D1 = true; // expected-error {{unknown type name 'T'}}
  /external/compiler-rt/test/asan/TestCases/Linux/
sized_delete_test.cc 25 struct D1 {
27 ~D1() { fprintf(stderr, "D1::~D1\n"); }
80 D1 *d1 = reinterpret_cast<D1*>(new D2[10]); local
81 break_optimization(d1);
82 delete [] d1;
84 // ARRAY: D1::~D
    [all...]
  /external/clang/test/CXX/class.derived/class.member.lookup/
p8.cpp 12 struct D1 : public Base {};
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/
p7.cpp 10 struct D1 : B1, B2 {
elsewhere.cpp 29 struct D1 : I1 {
30 using B1::B1; // expected-error {{'B1' is not a direct base of 'D1', cannot inherit constructors}}
p3.cpp 7 struct D1 : B1 {
10 D1 d1a(1), d1b(1, 1);
12 D1 fd1() { return 1; }
  /external/clang/test/CodeGen/
mips64-class-return.cpp 14 class D1 : public B1 {
24 extern D1 gd1;
33 D1 foo2(void) {
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.cpp 60 struct D1 : virtual Base3 {
67 struct Sub : D1, D2 {
homogeneous-aggregates.cpp 23 struct D1 : Base1 { // non-homogeneous aggregate
41 // PPC: define void @_Z7func_D12D1(%struct.D1* noalias sret %agg.result, [3 x i64] %x.coerce)
42 // ARM32: define arm_aapcs_vfpcc void @_Z7func_D12D1(%struct.D1* noalias sret %agg.result, [3 x i64] %x.coerce)
43 // ARM64: define void @_Z7func_D12D1(%struct.D1* noalias sret %agg.result, %struct.D1* %x)
44 // X64: define x86_vectorcallcc void @"\01_Z7func_D12D1@@24"(%struct.D1* noalias sret %agg.result, %struct.D1* %x)
45 D1 CC func_D1(D1 x) { return x; }
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 22 struct D1 : B1 {
26 void f1 (D1 d)
default-assignment-operator.cpp 67 class D1 : B1 {};
68 D1 d1, d2; variable
71 d1 = d2;
  /external/guava/guava-tests/benchmark/com/google/common/base/
ObjectsBenchmark.java 38 private static final Double D1 = -1.2e55;
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
indexed12.s 40 ldaa D2-D1,x ; -> ldaa 2,x (5-bit offset), data seg
41 adda D1-D2,y ; -> adda -2,y (5-bit offset), data seg
96 D1:
  /external/clang/test/Sema/
ms_bitfield_layout.c 216 typedef struct D1 {
221 } D1;
224 // CHECK-NEXT: 0 | struct D1
335 sizeof(D1) +
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocalePriorityList.java 71 private static final Double D1 = 1.0d;
143 if (weight != D1) {
243 temp.put(lang, preserveWeights ? weight : D1);
271 return add(languageCode, D1);
282 add(languageCode, D1);
302 } else if (weight > D1) {
303 weight = D1;
322 if (!(weight >= D0 && weight <= D1)) { // do ! for NaN
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocalePriorityList.java 70 private static final Double D1 = 1.0d;
148 if (weight != D1) {
254 temp.put(lang, preserveWeights ? weight : D1);
284 return add(languageCode, D1);
296 add(languageCode, D1);
317 } else if (weight > D1) {
318 weight = D1;
338 if (!(weight >= D0 && weight <= D1)) { // do ! for NaN
  /external/libopus/celt/
mathops.h 191 #define D1 22804
199 return ADD16(D0, MULT16_16_Q15(frac, ADD16(D1, MULT16_16_Q15(frac, ADD16(D2 , MULT16_16_Q15(D3,frac))))));
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 43 d1
107 "define void @d1() {\n"
119 " call void @d1()\n"
149 LazyCallGraph::Node &D1 = *I++;
150 EXPECT_EQ("d1", D1.getFunction().getName());
198 EXPECT_EQ(D1.end(), std::next(D1.begin()));
199 EXPECT_EQ("d2", D1.begin()->getFunction().getName());
203 EXPECT_EQ("d1", D3.begin()->getFunction().getName())
    [all...]

Completed in 549 milliseconds

1 2 3 4