/external/libcxxabi/test/ |
D | dynamic_cast3.pass.cpp | 28 struct A1 struct 30 char _[43981]; 31 virtual ~A1() {} in ~A1() 33 A1* getA1() {return this;} in getA1() 81 struct A1 struct 83 char _[43981]; 84 virtual ~A1() {} in ~A1() 86 A1* getA1() {return this;} in getA1() 132 struct A1 struct 134 char _[43981]; [all …]
|
D | dynamic_cast5.pass.cpp | 22 struct A1 struct 24 char _[43981]; 25 virtual ~A1() {} in ~A1() 27 A1* getA1() {return this;} in getA1() 166 struct A1 struct 168 char _[43981]; 169 virtual ~A1() {} in ~A1() 171 A1* getA1() {return this;} in getA1() 310 struct A1 struct 312 char _[43981]; [all …]
|
/external/clang/test/CodeGenObjC/ |
D | property-atomic-bool.m | 27 @interface A1 { interface 32 @implementation A1 implementation
|
D | bitfield-gnu.m | 2 typedef enum { A1, A2 } A; enum
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | construct.pass.cpp | 60 struct A1 struct 63 A1(char c) in A1() function
|
/external/clang/test/CodeGenCXX/ |
D | init-priority-attr.cpp | 11 class A1 { class 13 A1() { foo(2); } in A1() function in A1
|
D | ms-novtable.cpp | 13 struct __declspec(novtable) A1 { struct
|
/external/clang/test/SemaObjC/ |
D | property-atomic-bool.m | 37 @interface A1 interface 40 @implementation A1 implementation
|
/external/libcxx/test/support/ |
D | allocators.h | 36 A1(const A1& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;} in A1() function 37 A1(A1&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;} in A1() function 42 A1(const A1<U>& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;} in A1() function 44 A1(A1<U>&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;} in A1() function
|
/external/libbrillo/brillo/glib/ |
D | dbus.h | 184 void (*monitor)(void*, A1), in MonitorConnection() argument 206 void (*monitor)(void*, A1, A2), in MonitorConnection() argument 228 void (*monitor)(void*, A1, A2, A3), in MonitorConnection() argument 250 void (*monitor)(void*, A1, A2, A3, A4), in MonitorConnection() argument 273 MonitorConnection<void(A1)>* Monitor(const Proxy& proxy, in Monitor() argument 289 MonitorConnection<void(A1, A2)>* Monitor(const Proxy& proxy, in Monitor() argument 308 MonitorConnection<void(A1, A2, A3)>* Monitor(const Proxy& proxy, in Monitor() argument 328 MonitorConnection<void(A1, A2, A3, A4)>* Monitor( in Monitor() argument
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 435 BT::RegisterCell BT::MachineEvaluator::eADD(const RegisterCell &A1, in eADD() 469 BT::RegisterCell BT::MachineEvaluator::eSUB(const RegisterCell &A1, in eSUB() 503 BT::RegisterCell BT::MachineEvaluator::eMLS(const RegisterCell &A1, in eMLS() 514 BT::RegisterCell BT::MachineEvaluator::eMLU(const RegisterCell &A1, in eMLU() 525 BT::RegisterCell BT::MachineEvaluator::eASL(const RegisterCell &A1, in eASL() 535 BT::RegisterCell BT::MachineEvaluator::eLSR(const RegisterCell &A1, in eLSR() 546 BT::RegisterCell BT::MachineEvaluator::eASR(const RegisterCell &A1, in eASR() 558 BT::RegisterCell BT::MachineEvaluator::eAND(const RegisterCell &A1, in eAND() 581 BT::RegisterCell BT::MachineEvaluator::eORL(const RegisterCell &A1, in eORL() 604 BT::RegisterCell BT::MachineEvaluator::eXOR(const RegisterCell &A1, in eXOR() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 432 BT::RegisterCell BT::MachineEvaluator::eADD(const RegisterCell &A1, in eADD() 465 BT::RegisterCell BT::MachineEvaluator::eSUB(const RegisterCell &A1, in eSUB() 498 BT::RegisterCell BT::MachineEvaluator::eMLS(const RegisterCell &A1, in eMLS() 508 BT::RegisterCell BT::MachineEvaluator::eMLU(const RegisterCell &A1, in eMLU() 518 BT::RegisterCell BT::MachineEvaluator::eASL(const RegisterCell &A1, in eASL() 527 BT::RegisterCell BT::MachineEvaluator::eLSR(const RegisterCell &A1, in eLSR() 537 BT::RegisterCell BT::MachineEvaluator::eASR(const RegisterCell &A1, in eASR() 548 BT::RegisterCell BT::MachineEvaluator::eAND(const RegisterCell &A1, in eAND() 570 BT::RegisterCell BT::MachineEvaluator::eORL(const RegisterCell &A1, in eORL() 592 BT::RegisterCell BT::MachineEvaluator::eXOR(const RegisterCell &A1, in eXOR() [all …]
|
/external/clang/test/Sema/ |
D | ms_bitfield_layout.c | 165 typedef struct A1 { struct 173 } A1; argument
|
D | enum-increment.c | 3 enum A { A1, A2, A3 }; enumerator
|
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | A_one.h | 1 int *A1; variable
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 75 void*& freeFunction03(A0&, A1&) { in freeFunction03() argument 81 void*& freeFunction03(A0&, A1&, ...) { in freeFunction03() argument 86 void*& freeFunction03(A0&, A1&, A2&) { in freeFunction03() argument 91 void*& freeFunction03(A0&, A1&, A2&, ...) { in freeFunction03() argument
|
/external/webrtc/webrtc/base/ |
D | sigslottester.h | 80 SigslotTester2(sigslot::signal2<A1, A2>* signal, in SigslotTester2() 106 SigslotTester3(sigslot::signal3<A1, A2, A3>* signal, in SigslotTester3() 135 SigslotTester4(sigslot::signal4<A1, A2, A3, A4>* signal, in SigslotTester4() 167 SigslotTester5(sigslot::signal5<A1, A2, A3, A4, A5>* signal, in SigslotTester5()
|
/external/clang/test/PCH/ |
D | objc_exprs.m | 9 int *A1 = (objc_string)0; // expected-warning {{aka 'NSString *'}} function
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/ |
D | copy.pass.cpp | 26 typedef ex::polymorphic_allocator<void> A1; in main() typedef
|
D | other_alloc.pass.cpp | 28 typedef ex::polymorphic_allocator<void> A1; in main() typedef
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPlatformOther.c | 23 static const void *getMinAddr(const void *A1, const void *A2) { in getMinAddr() 27 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr()
|
/external/webp/src/dsp/ |
D | rescaler_sse2.c | 149 const __m128i A1 = _mm_mulhi_epu16(sum, mult0); in RescalerImportRowShrink_SSE2() local 178 const __m128i A1 = _mm_loadu_si128((const __m128i*)(src + 4)); in LoadDispatchAndMult_SSE2() local 195 const __m128i* const A1, in ProcessRow_SSE2() 241 __m128i A0, A1, A2, A3; in RescalerExportRowExpand_SSE2() local 257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local 301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local 333 __m128i A0, A1, A2, A3; in RescalerExportRowShrink_SSE2() local
|
/external/clang/test/SemaTemplate/ |
D | dependent-base-member-init.cpp | 9 class A1 { class 10 A1(int x) {} in A1() function in A1
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ |
D | ShadowMapTest.java | 18 private static final String A1 = A1.class.getName(); field in ShadowMapTest 105 static class A1 {} class in ShadowMapTest
|
/external/clang/INPUTS/ |
D | macro_pounder_obj.c | 7 #define A1 A0 A0 A0 A0 A0 A0 macro
|