/third_party/typescript/tests/baselines/reference/ |
H A D | typeOfThisInStaticMembers10(target=es5).js | 33 class DD extends CC { 120 var DD = /** @class */ (function (_super) {
121 __extends(DD, _super);
122 function DD() {
125 DD.foo = function () {
128 Object.defineProperty(DD, "fa", {
139 _b = DD;
140 DD.c = 2;
141 DD.d = _b.c + 1;
142 DD [all...] |
H A D | staticIndexSignature3.js | 16 class DD extends D { 26 const g = DD["f"] 27 const h = DD[42] 66 var DD = /** @class */ (function (_super) {
67 __extends(DD, _super);
68 function DD() {
71 return DD;
79 var g = DD["f"];
80 var h = DD[42];
|
H A D | typeOfThisInStaticMembers11(target=es5).js | 33 class DD extends CC { 170 var DD = /** @class */ (function (_super) {
171 __extends(DD, _super);
172 function DD() {
175 Object.defineProperty(DD, "foo", {
183 Object.defineProperty(DD, "fa", {
194 _b = DD;
195 Object.defineProperty(DD, "c", {
201 Object.defineProperty(DD, "d", {
207 Object.defineProperty(DD, " [all...] |
H A D | jsDeclarationsEnums.js | 15 enum DD {} 17 export { DD as D }; 82 var DD;
variable 83 (function (DD) {
84 })(DD || (DD = {}));
85 exports.D = DD;
166 declare enum DD {
168 export { DD as D, E as EE, F as FF };
|
H A D | typeOfThisInStaticMembers10(target=es6).js | 33 class DD extends CC { 90 class DD extends (_c = CC) {
101 _b = DD;
102 DD.c = 2;
103 DD.d = _b.c + 1;
104 DD.e = Reflect.get(_c, "a", _b) + _b.c + 1;
105 DD.f = () => _b.c + 1;
106 DD.ff = function () { this.c + 1; };
|
H A D | typeOfThisInStaticMembers11(target=es6).js | 33 class DD extends CC { 135 class DD extends (_c = CC) {
146 _b = DD;
147 Object.defineProperty(DD, "c", {
153 Object.defineProperty(DD, "d", {
159 Object.defineProperty(DD, "e", {
165 Object.defineProperty(DD, "f", {
171 Object.defineProperty(DD, "ff", {
|
H A D | typeOfThisInStaticMembers10(target=es2022).js | 33 class DD extends CC { 88 class DD extends CC {
|
H A D | typeOfThisInStaticMembers10(target=esnext).js | 33 class DD extends CC { 88 class DD extends CC {
|
H A D | typeOfThisInStaticMembers11(target=es2022).js | 33 class DD extends CC { 88 class DD extends CC {
|
H A D | typeOfThisInStaticMembers11(target=esnext).js | 33 class DD extends CC { 88 class DD extends CC {
|
H A D | controlFlowSelfReferentialLoop.js | 23 var k,AA,BB,CC,DD,a,b,c,d; 34 AA=a; BB=b; CC=c; DD=d; 145 var k, AA, BB, CC, DD, a, b, c, d;
159 DD = d;
|
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 31 DD 0428a2f98H, 071374491H, 0b5c0fbcfH, 0e9b5dba5H
label 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 065 label 41 DD 0a2bfe8a1H, 0a81a664bH, 0c24b8b70H, 0c76c51a3H global() label 42 DD 0d192e819H, 0d6990624H, 0f40e3585H, 0106aa070H global() label 43 DD 019a4c116H, 01e376c08H, 02748774cH, 034b0bcb5H global() label 44 DD 0391c0cb3H, 04ed8aa4aH, 05b9cca4fH, 0682e6ff3H global() label 45 DD 0748f82eeH, 078a5636fH, 084c87814H, 08cc70208H global() label 46 DD 090befffaH, 0a4506cebH, 0bef9a3f7H, 0c67178f2H global() label [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 81 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress() 85 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress() 87 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress() 89 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress() 98 DD->addArangeLabel(SymbolCU(this, Label)); in addLocalLabelAddress() 231 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 253 if (!DD->useSplitDwarf()) { in addLocationAttribute() 265 DD->getAddressPool().getIndex(Sym, /* TLS */ true)); in addLocationAttribute() 269 DD in addLocationAttribute() 908 useGNUAnalogForDwarf5Feature(DwarfDebug *DD) useGNUAnalogForDwarf5Feature() argument [all...] |
H A D | DwarfUnit.cpp | 94 CUNode(Node), Asm(A), DD(DW), DU(DWU), IndexTyDie(nullptr) { in DwarfUnit() 130 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 135 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 144 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 155 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 173 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 181 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 198 if (isDwoUnit() && !DD->shareAcrossDWOCUs()) in isShareableAcrossCUs() 202 !DD->generateTypeUnits(); in isShareableAcrossCUs() 224 if (DD in addFlag() 462 isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) isUnsignedDIType() argument [all...] |
H A D | DwarfCompileUnit.h | 94 if (isDwoUnit() && !DD->shareAcrossDWOCUs()) in getAbstractSPDies() 100 if (isDwoUnit() && !DD->shareAcrossDWOCUs()) in getAbstractEntities() 280 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t)
|
H A D | DwarfUnit.h | 55 DwarfDebug *DD; member in llvm::DwarfUnit 91 uint16_t getDwarfVersion() const { return DD->getDwarfVersion(); } in getDwarfVersion() 253 return DD->useSegmentedStringOffsetsTable(); in useSegmentedStringOffsetsTable() 262 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
|
H A D | DIEHash.cpp | 225 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList() local 226 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() 228 DD.emitDebugLocEntry(Streamer, Entry, nullptr); in hashLocList()
|
H A D | DwarfDebug.cpp | 2360 const DwarfDebug &DD) { 2365 const auto &DebugLocs = DD.getDebugLocs(); 2379 DwarfDebug &DD, AsmPrinter *Asm, MCSymbol *Sym, const Ranges &R, 2387 bool UseDwarf5 = DD.getDwarfVersion() >= 5; 2405 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); 2421 Asm->EmitULEB128(DD.getAddressPool().getIndex(Base)); 2452 Asm->EmitULEB128(DD.getAddressPool().getIndex(Begin)); 2474 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { 2475 emitRangeList(DD, Asm, List.Label, DD [all...] |
H A D | DIE.cpp | 819 DwarfDebug *DD = AP->getDwarfDebug(); 820 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label; 821 AP->emitDwarfSymbolReference(Label, /*ForceOffset*/ DD->useSplitDwarf());
|
/third_party/lzma/C/ |
H A D | Aes.c | 51 #define DD(x) (D + (x << 8))
macro 110 DD(0)[i] = Ui32(aE, a9, aD, aB);
in AesGenTables() 111 DD(1)[i] = Ui32(aB, aE, a9, aD);
in AesGenTables() 112 DD(2)[i] = Ui32(aD, aB, aE, a9);
in AesGenTables() 113 DD(3)[i] = Ui32(a9, aD, aB, aE);
in AesGenTables() 180 #define HD(i, x, s) DD(x)[gb(x, s[(i - x) & 3])]
243 DD(0)[Sbox[gb0(r)]] ^
in Aes_SetKey_Dec() 244 DD(1)[Sbox[gb1(r)]] ^
in Aes_SetKey_Dec() 245 DD(2)[Sbox[gb2(r)]] ^
in Aes_SetKey_Dec() 246 DD( in Aes_SetKey_Dec() 391 #undef DD global() macro [all...] |
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 98 __DEC64_MIN__ 1E-383DD 100 __DEC64_EPSILON__ 1E-15DD 101 __DEC64_DEN__ 0.000000000000001E-383DD 233 __DEC64_MIN__ 1E-383DD 235 __DEC64_EPSILON__ 1E-15DD 236 __DEC64_DEN__ 0.000000000000001E-383DD 469 __DEC64_MIN__ 1E-383DD 471 __DEC64_EPSILON__ 1E-15DD 472 __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 193 DwarfDebug *DD = nullptr; member in llvm::AsmPrinter 204 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 205 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 462 for (const Optional<COFF::DataDirectory> &DD : in writeCOFF() 464 if (!DD.hasValue()) { in writeCOFF() 468 OS << binary_le(DD->RelativeVirtualAddress); in writeCOFF() 469 OS << binary_le(DD->Size); in writeCOFF()
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | cached-powers.cc | 55 {0xB454'E4A1'79DD'1877, 375, 132}, {0x865B'8692'5B9B'C5C2, 402, 140},
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86masm.pl | 175 { push(@out,("DD\t").join(',',splice(@_,0,4))."\n") while(@_); } 191 DD $f
|