/third_party/node/deps/undici/src/docs/api/ |
D | Fetch.md | 5 Documentation and examples can be found on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/f… 9 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.… 15 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.… 19 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.… 23 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.… 27 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
|
D | WebSocket.md | 41 - [MDN - WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
|
D | Client.md | 25 …. This value may be overridden by *keep-alive* hints from the server. See [MDN: HTTP - Headers - K…
|
D | Dispatcher.md | 759 Upgrade to a different protocol. Visit [MDN - HTTP - Protocol upgrade mechanism](https://developer.…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 39 auto MDN = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local 40 if (MDN && MDN->getNumOperands()) { in readFromIR() 41 if (auto MDS = dyn_cast<MDString>(MDN->getOperand(0))) in readFromIR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | AddressSanitizer.h | 32 void parse(MDNode *MDN);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1114 void LocationMetadata::parse(MDNode *MDN) { in parse() argument 1115 assert(MDN->getNumOperands() == 3); in parse() 1116 MDString *DIFilename = cast<MDString>(MDN->getOperand(0)); in parse() 1118 LineNo = mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue(); in parse() 1120 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue(); in parse() 1130 for (auto MDN : Globals->operands()) { in GlobalsMetadata() local 1132 assert(MDN->getNumOperands() == 5); in GlobalsMetadata() 1133 auto *V = mdconst::extract_or_null<Constant>(MDN->getOperand(0)); in GlobalsMetadata() 1144 if (auto *Loc = cast_or_null<MDNode>(MDN->getOperand(1))) in GlobalsMetadata() 1146 if (auto *Name = cast_or_null<MDString>(MDN->getOperand(2))) in GlobalsMetadata() [all …]
|
/third_party/typescript/.github/ISSUE_TEMPLATE/ |
D | lib_change.md | 52 Link to relevant documentation (e.g. MDN, W3C, ECMAScript Spec) to consult for this property.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 582 if (auto *MDN = dyn_cast_or_null<MDNode>(I)) in traverse() local 583 if (!Opened.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) && in traverse() 584 !isa<DICompileUnit>(MDN)) in traverse() 585 ToVisit.push_back(MDN); in traverse()
|
D | Verifier.cpp | 1368 for (const MDNode *MDN : Flags->operands()) in visitModuleFlags() local 1369 visitModuleFlag(MDN, SeenIDs, Requirements); in visitModuleFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 824 MDNode *MDN = CInfo.Metadata; in computeBaseAndAccessKey() local 827 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); in computeBaseAndAccessKey()
|
D | BTFDebug.cpp | 972 MDNode *MDN = GVar->getMetadata(LLVMContext::MD_preserve_access_index); in processReloc() local 973 DIType *Ty = dyn_cast<DIType>(MDN); in processReloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 203 if (auto *MDN = dyn_cast<MDNode>(MD)) in assignValue() local 204 if (!MDN->isResolved()) in assignValue() 405 if (auto *MDN = dyn_cast<MDNode>(MD)) in flush() local 406 assert(MDN->isResolved() && in flush()
|
/third_party/node/doc/contributing/ |
D | api-documentation.md | 53 * MDN means [Mozilla Developer Network](https://developer.mozilla.org/en-US/) 158 "Buffer") to the correct Internal/External documentation pages (i.e. MDN or
|
/third_party/node/deps/undici/src/ |
D | README.md | 288 … obviate the need for consumption or cancelling of the response body. See [MDN - HTTP - HTTP reque… 306 Upgrade to a different protocol. See [MDN - HTTP - Protocol upgrade mechanism](https://developer.mo…
|
/third_party/node/doc/api/ |
D | fs.md | 7016 otherwise they will be [numbers][MDN-Number]. 7024 [`Date`][MDN-Date] object alternate representations of the various times. The 7962 [MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date 7963 [MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 2440 * \[[`885840b543`](https://github.com/nodejs/node/commit/885840b543)] - **doc**: adopt MDN style fo… 4113 …* Enables Optional Chaining by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScr… 4114 …* Enables Nullish Coalescing by default ([MDN](https://wiki.developer.mozilla.org/en-US/docs/Web/J… 4115 …* Enables `Intl.DisplayNames` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaS… 4116 …* Enables `calendar` and `numberingSystem` options for `Intl.DateTimeFormat` by default ([MDN](htt…
|
D | CHANGELOG_V18.md | 2909 …ps://github.com/nodejs/node/commit/2910136920)] - **doc**: update links to MDN page about dynamic … 3132 * \[[`2e799bcd35`](https://github.com/nodejs/node/commit/2e799bcd35)] - **doc**: update link to MDN…
|
D | CHANGELOG_V12.md | 2557 …js/node/commit/8b961347fe)] - **doc**: import clarifications with links to MDN (Eric Dobbertin) [#… 4856 …//github.com/nodejs/node/commit/3f65b91eb9)] - **doc**: remove superfluous MDN link in assert.md (… 6282 …/github.com/nodejs/node/commit/1afec97130)] - **doc**: link bigint type to MDN instead of proposal…
|
D | CHANGELOG_V8.md | 1015 * \[[`b2213798a3`](https://github.com/nodejs/node/commit/b2213798a3)] - **doc**: fix MDN links to a… 4575 …ub.com/nodejs/node/commit/29f758731f)] - **(SEMVER-MINOR)** **tools**: add MDN link for Iterable (…
|
D | CHANGELOG_V13.md | 473 …js/node/commit/4ca30303a7)] - **doc**: import clarifications with links to MDN (Eric Dobbertin) [#…
|
D | CHANGELOG_V9.md | 791 * \[[`4722004900`](https://github.com/nodejs/node/commit/4722004900)] - **doc**: fix MDN links to a…
|