/aosp_15_r20/external/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 32 DD 03956c25bH, 059f111f1H, 0923f82a4H, 0ab1c5ed5H label 33 DD 0d807aa98H, 012835b01H, 0243185beH, 0550c7dc3H label 34 DD 072be5d74H, 080deb1feH, 09bdc06a7H, 0c19bf174H label 35 DD 0e49b69c1H, 0efbe4786H, 00fc19dc6H, 0240ca1ccH label 36 DD 02de92c6fH, 04a7484aaH, 05cb0a9dcH, 076f988daH label 37 DD 0983e5152H, 0a831c66dH, 0b00327c8H, 0bf597fc7H label 38 DD 0c6e00bf3H, 0d5a79147H, 006ca6351H, 014292967H label 39 DD 027b70a85H, 02e1b2138H, 04d2c6dfcH, 053380d13H label 40 DD 0650a7354H, 0766a0abbH, 081c2c92eH, 092722c85H label 41 DD 0a2bfe8a1H, 0a81a664bH, 0c24b8b70H, 0c76c51a3H label [all …]
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 136 DelayedDiagnostic DD; in makeAccess() local 148 DelayedDiagnostic DD; in makeForbiddenType() local 213 struct DD { struct 230 struct DD DeprecationData; argument
|
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/ |
H A D | LLVMOutputStyle.cpp | 344 DictScope DD(P, "Hash"); in dumpTpiHash() local 390 DictScope DD(P, ""); in dumpTpiStream() local 462 DictScope DD(P); in dumpDbiStream() local 500 DictScope DD(P, ""); in dumpDbiStream() local 522 DictScope DD(P, "Unknown"); in dumpDbiStream() local 536 DictScope DD(P, "FileChecksums"); in dumpDbiStream() local 552 DictScope DD(P, "Lines"); in dumpDbiStream() local 632 DictScope DD(P, "Module"); in dumpSectionContribs() local 709 DictScope DD(P, ""); in dumpPublicsStream() local 733 DictScope DD(P, ""); in dumpSectionHeaders() local [all …]
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cc | 84 struct DD : public DDetector { struct 108 DDFlags flags; 110 Mutex* mutex[kL1Size]; 112 SpinMutex mtx; 113 InternalMmapVector<u32> free_id; 114 int id_gen; 123 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector1.cc | 36 struct DD : public DDetector { struct 37 SpinMutex mtx; 38 DeadlockDetector<DDBV> dd; 39 DDFlags flags; 68 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 226 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) { in codegenCXXStructor() local 301 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local 311 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall()
|
/aosp_15_r20/external/clang/test/Misc/ |
H A D | diag-line-wrapping.cpp | 7 struct DD : D1, D2 { struct 12 // CHECK: struct DD -> struct D1 -> struct B argument
|
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/ |
D | debug.h | 30 #define DD(...) D(__VA_ARGS__) macro 32 #define DD(...) (void)0 macro
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-readonly-property-ivar-1.m | 20 @interface DD interface 26 @implementation DD { implementation
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | copy.hpp | 40 struct DD { operator CC() const { return CC(); }; }; in operator CC() argument
|
D | map_copy.cpp | 34 struct DD { operator CC() const { return CC(); }; }; in operator CC() struct
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | strict-vtable-pointers.cpp | 61 DynamicDerived DD; in LocalObjects() local 105 DynamicDerived *DD = new (DB) DynamicDerived; in Pointers1() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 446 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() local 469 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() local 594 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/net/posix/ |
D | posix_async_socket.cc | 33 #define DD(...) (void)0 macro 35 #define DD(...) INFO(__VA_ARGS__) macro
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
H A D | p5-cxx0x.cpp | 28 struct DD { struct 34 DD dd(); argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/test/ |
D | another_tuple_test_bench.cpp | 122 struct DD { operator CC() const { return CC(); }; }; in operator CC() argument
|
D | tuple_test_bench.cpp | 37 struct DD { operator CC() const { return CC(); }; }; in operator CC() argument
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | DmaMap.cpp | 34 #define DD(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); macro 36 #define DD(...) (void)0 macro
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 153 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl() 160 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
|
H A D | VTableBuilder.cpp | 1308 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 1559 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethods() local 1682 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in LayoutPrimaryAndSecondaryVTables() local 1992 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local 2175 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in dumpLayout() local 2495 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 2531 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in LayoutVFTable() local 3167 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local
|
H A D | MicrosoftCXXABI.cpp | 119 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl() 133 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
|
H A D | Mangle.cpp | 212 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock() 239 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC)) in mangleBlock() local
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | CodegenNameGenerator.cpp | 100 } else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) { in getAllManglings() local 152 else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) in getMangledStructor() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | OpenglEsPipe.cpp | 46 #define DD(...) printf(__VA_ARGS__), printf("\n"), fflush(stdout) macro 48 #define DD(...) ((void)0) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | DelayedDiagnostic.h | 146 DelayedDiagnostic DD; in makeAccess() local 158 DelayedDiagnostic DD; in makeForbiddenType() local
|