/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocImplements_signatures.ts | 8 interface Sig { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.h | 41 void addSignature(std::unique_ptr<wasm::WasmSignature> &&Sig) { in addSignature()
|
D | WebAssemblyMachineFunctionInfo.cpp | 77 auto Sig = std::make_unique<wasm::WasmSignature>(); in signatureFromMVTs() local
|
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 332 std::string Sig; in getSignature() local 459 std::string Sig = getSignature(CalleeFTy); in getInvokeWrapper() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStream.cpp | 57 PdbRaw_FeatureSig Sig; in reload() local
|
D | InfoStreamBuilder.cpp | 34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature()
|
D | PDBFileBuilder.cpp | 352 Optional<uint32_t> Sig = Info->getSignature(); in commit() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 30 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.cpp | 84 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Coroutine.hpp | 189 using Sig = Nucleus::CoroutineBegin<Arguments...>; in operator ()() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 80 WasmSignature Sig; in getEmptyKey() local 85 WasmSignature Sig; in getTombstoneKey() local 684 for (const WasmSignature &Sig : Signatures) { in writeTypeSection() local 1050 if (auto *Sig = ResolvedSym->getSignature()) { in registerFunctionType() local 1071 if (auto *Sig = Symbol.getSignature()) { in registerEventType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 476 const FunctionSignatureNode *Sig = in outputPre() local 491 const FunctionSignatureNode *Sig = in outputPre() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 99 void setSignature(wasm::WasmSignature *Sig) { Signature = Sig; } in setSignature()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyInstPrinter.cpp | 333 std::string WebAssembly::signatureToString(const wasm::WasmSignature *Sig) { in signatureToString()
|
/third_party/boost/boost/type_erasure/ |
D | any.hpp | 1808 const constructible<Sig>*, in _boost_type_erasure_assign_impl() 1819 const constructible<Sig>*, in _boost_type_erasure_assign_impl() 1893 const constructible<Sig>*, in _boost_type_erasure_assign_impl() 1904 const constructible<Sig>*, in _boost_type_erasure_assign_impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 327 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1061 const auto *Sig = Target.sig; in CallDirect() local 1094 const auto *Sig = this->Module->GetImportSignature(Index); in CallImport() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 226 void addSignature(std::unique_ptr<wasm::WasmSignature> &&Sig) { in addSignature()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 871 wasm::WasmSignature Sig; in parseTypeSection() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1207 typedef Sig_ Sig; typedef in deqp::gls::BuiltinPrecisionTests::Func 1341 typedef typename Alternatives::Sig Sig; typedef in deqp::gls::BuiltinPrecisionTests::Alternatives
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1728 typedef Sig_ Sig; typedef in vkt::shaderexecutor::Func 1876 typedef typename Alternatives::Sig Sig; typedef in vkt::shaderexecutor::Alternatives
|
/third_party/python/Lib/test/ |
D | test_argparse.py | 51 class Sig(object): class
|