Home
last modified time | relevance | path

Searched defs:Sig (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocImplements_signatures.ts8 interface Sig { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.h41 void addSignature(std::unique_ptr<wasm::WasmSignature> &&Sig) { in addSignature()
DWebAssemblyMachineFunctionInfo.cpp77 auto Sig = std::make_unique<wasm::WasmSignature>(); in signatureFromMVTs() local
DWebAssemblyLowerEmscriptenEHSjLj.cpp332 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/
DInfoStream.cpp57 PdbRaw_FeatureSig Sig; in reload() local
DInfoStreamBuilder.cpp34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature()
DPDBFileBuilder.cpp352 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/
DPDBSymbolTypeFunctionSig.cpp30 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp84 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DCoroutine.hpp189 using Sig = Nucleus::CoroutineBegin<Arguments...>; in operator ()() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp80 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/
DMicrosoftDemangleNodes.cpp476 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/
DMCSymbolWasm.h99 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/
DWebAssemblyInstPrinter.cpp333 std::string WebAssembly::signatureToString(const wasm::WasmSignature *Sig) { in signatureToString()
/third_party/boost/boost/type_erasure/
Dany.hpp1808 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/
DWasmEmitter.cpp327 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1061 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/
DWebAssemblyAsmParser.cpp226 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/
DWasmObjectFile.cpp871 wasm::WasmSignature Sig; in parseTypeSection() local
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp1207 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/
DvktShaderBuiltinPrecisionTests.cpp1728 typedef Sig_ Sig; typedef in vkt::shaderexecutor::Func
1876 typedef typename Alternatives::Sig Sig; typedef in vkt::shaderexecutor::Alternatives
/third_party/python/Lib/test/
Dtest_argparse.py51 class Sig(object): class