/third_party/python/Lib/test/ |
H A D | test_argparse.py | 103 class Sig(object): class 192 argument_signatures -- a list of Sig objects which specify 209 cls.parser_signature = Sig() 310 argument_signatures = [Sig('-x')] 325 Sig('-x', action='store_true'), 326 Sig('-yyy', action='store_const', const=42), 327 Sig('-z'), 350 argument_signatures = [Sig('-foo')] 364 argument_signatures = [Sig('-f'), Sig(' [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | WasmTraits.h | 26 wasm::WasmSignature Sig; in getEmptyKey() local 27 Sig.State = wasm::WasmSignature::Empty; in getEmptyKey() 28 return Sig; in getEmptyKey() 31 wasm::WasmSignature Sig; in getTombstoneKey() local 32 Sig.State = wasm::WasmSignature::Tombstone; in getTombstoneKey() 33 return Sig; in getTombstoneKey() 35 static unsigned getHashValue(const wasm::WasmSignature &Sig) { in getHashValue() 36 uintptr_t H = hash_value(Sig.State); in getHashValue() 37 for (auto Ret : Sig.Returns) in getHashValue() 39 for (auto Param : Sig in getHashValue() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 1133 * templates easier, since we only need to take and pass a single Sig instead 1207 typedef Sig_ Sig; typedef in deqp::gls::BuiltinPrecisionTests::Func 1208 typedef typename Sig::Ret Ret; 1209 typedef typename Sig::Arg0 Arg0; 1210 typedef typename Sig::Arg1 Arg1; 1211 typedef typename Sig::Arg2 Arg2; 1212 typedef typename Sig::Arg3 Arg3; 1213 typedef typename Sig::IRet IRet; 1214 typedef typename Sig::IArg0 IArg0; 1215 typedef typename Sig 1341 typedef typename Alternatives::Sig Sig; global() typedef in deqp::gls::BuiltinPrecisionTests::Alternatives [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InfoStream.cpp | 57 PdbRaw_FeatureSig Sig; in reload() local 58 if (auto EC = Reader.readEnum(Sig)) in reload() 64 switch (uint32_t(Sig)) { in reload() 81 FeatureSignatures.push_back(Sig); in reload()
|
H A D | InfoStreamBuilder.cpp | 34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() argument 35 Features.push_back(Sig); in addFeature()
|
H A D | PDBFileBuilder.cpp | 352 Optional<uint32_t> Sig = Info->getSignature(); in commit() local 353 H->Signature = Sig.hasValue() ? *Sig : time(nullptr); in commit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 77 auto Sig = std::make_unique<wasm::WasmSignature>(); in signatureFromMVTs() local 78 valTypesFromMVTs(Results, Sig->Returns); in signatureFromMVTs() 79 valTypesFromMVTs(Params, Sig->Params); in signatureFromMVTs() 80 return Sig; in signatureFromMVTs()
|
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 332 std::string Sig; in getSignature() local 333 raw_string_ostream OS(Sig); in getSignature() 339 Sig = OS.str(); in getSignature() 340 Sig.erase(remove_if(Sig, isspace), Sig.end()); in getSignature() 343 std::replace(Sig.begin(), Sig.end(), ',', '.'); in getSignature() 344 return Sig; in getSignature() 459 std::string Sig in getInvokeWrapper() local [all...] |
H A D | WebAssemblyAsmPrinter.h | 41 void addSignature(std::unique_ptr<wasm::WasmSignature> &&Sig) { in addSignature() argument 42 Signatures.push_back(std::move(Sig)); in addSignature()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | mock_overload_set.h | 84 template <typename DistrT, typename Sig> 85 struct MockOverloadSet<DistrT, Sig> : public MockSingleOverload<DistrT, Sig> { 86 using MockSingleOverload<DistrT, Sig>::gmock_Call;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1678 * templates easier, since we only need to take and pass a single Sig instead 1755 typedef Sig_ Sig; typedef in vkt::shaderexecutor::Func 1756 typedef typename Sig::Ret Ret; 1757 typedef typename Sig::Arg0 Arg0; 1758 typedef typename Sig::Arg1 Arg1; 1759 typedef typename Sig::Arg2 Arg2; 1760 typedef typename Sig::Arg3 Arg3; 1761 typedef typename Sig::IRet IRet; 1762 typedef typename Sig::IArg0 IArg0; 1763 typedef typename Sig 1903 typedef typename Alternatives::Sig Sig; global() typedef in vkt::shaderexecutor::Alternatives [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1651 * templates easier, since we only need to take and pass a single Sig instead 1728 typedef Sig_ Sig; typedef in vkt::shaderexecutor::Func 1729 typedef typename Sig::Ret Ret; 1730 typedef typename Sig::Arg0 Arg0; 1731 typedef typename Sig::Arg1 Arg1; 1732 typedef typename Sig::Arg2 Arg2; 1733 typedef typename Sig::Arg3 Arg3; 1734 typedef typename Sig::IRet IRet; 1735 typedef typename Sig::IArg0 IArg0; 1736 typedef typename Sig 1876 typedef typename Alternatives::Sig Sig; global() typedef in vkt::shaderexecutor::Alternatives [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 84 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit() local 86 Sig = InlineeLinesSignature::ExtraFiles; in commit() 88 if (auto EC = Writer.writeEnum(Sig)) in commit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 80 WasmSignature Sig; in getEmptyKey() local 81 Sig.State = WasmSignature::Empty; in getEmptyKey() 82 return Sig; in getEmptyKey() 85 WasmSignature Sig; in getTombstoneKey() local 86 Sig.State = WasmSignature::Tombstone; in getTombstoneKey() 87 return Sig; in getTombstoneKey() 89 static unsigned getHashValue(const WasmSignature &Sig) { in getHashValue() 90 uintptr_t Value = Sig.State; in getHashValue() 91 for (wasm::ValType Ret : Sig.Returns) in getHashValue() 93 for (wasm::ValType Param : Sig in getHashValue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolTypeFunctionSig.cpp | 30 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator() 32 Enumerator(Sig.findAllChildren<PDBSymbolTypeFunctionArg>()) {} in FunctionArgEnumerator() 29 FunctionArgEnumerator(const IPDBSession &PDBSession, const PDBSymbolTypeFunctionSig &Sig) FunctionArgEnumerator() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SymbolEnv.h | 135 using Sig = std::vector<TypeRef>; // Param0, Param1, ... ParamN, Return 136 using SigToFunc = std::map<Sig, TFunction *>; 207 Sig mReusableSigBuffer;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 327 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent() 328 if (Sig.Index != ExpectedIndex) { in writeSectionContent() 329 reportError("unexpected type index: " + Twine(Sig.Index)); in writeSectionContent() 333 writeUint8(OS, Sig.Form); in writeSectionContent() 334 encodeULEB128(Sig.ParamTypes.size(), OS); in writeSectionContent() 335 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() 337 encodeULEB128(Sig.ReturnTypes.size(), OS); in writeSectionContent() 338 for (auto ReturnType : Sig.ReturnTypes) in writeSectionContent()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Coroutine.hpp | 189 using Sig = Nucleus::CoroutineBegin<Arguments...>; in operator ()() 190 auto pfn = (Sig *)routine->getEntry(Nucleus::CoroutineEntryBegin); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 99 void setSignature(wasm::WasmSignature *Sig) { Signature = Sig; } in setSignature() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/ |
H A D | function_ref.h | 84 template <typename Sig> 85 void AssertNonNull(const std::function<Sig>& f) { in AssertNonNull()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 333 std::string WebAssembly::signatureToString(const wasm::WasmSignature *Sig) { in signatureToString() argument 335 S += typeListToString(Sig->Params); in signatureToString() 337 S += typeListToString(Sig->Returns); in signatureToString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTypes.h | 186 inline Ostream &operator<<(Ostream &Stream, const FuncSigType &Sig) { 187 Sig.dump(Stream);
|
H A D | WasmTranslator.cpp | 1061 const auto *Sig = Target.sig; in CallDirect() local 1062 assert(Sig); in CallDirect() 1063 const auto NumArgs = Sig->parameter_count(); in CallDirect() 1069 assert(Sig->return_count() <= 1); in CallDirect() 1074 auto *Dest = Sig->return_count() > 0 in CallDirect() 1075 ? makeVariable(toIceType(Sig->GetReturn())) in CallDirect() 1094 const auto *Sig = this->Module->GetImportSignature(Index); in CallImport() local 1095 assert(Sig); in CallImport() 1096 const auto NumArgs = Sig->parameter_count(); in CallImport() 1108 assert(Sig in CallImport() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 476 const FunctionSignatureNode *Sig = in outputPre() local 478 Sig->outputPre(OS, OF_NoCallingConvention); in outputPre() 491 const FunctionSignatureNode *Sig = in outputPre() local 493 outputCallingConvention(OS, Sig->CallConvention); in outputPre()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InfoStreamBuilder.h | 37 void addFeature(PdbRaw_FeatureSig Sig);
|