Home
last modified time | relevance | path

Searched refs:minVersion (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/regress/lib/libtls/gotls/
Dtls_test.go245 minVersion uint16
262 t.Logf("Testing handshake with protocols %x:%x", test.minVersion, test.maxVersion)
264 MinVersion: test.minVersion,
271 i, test.minVersion, test.maxVersion)
275 i, test.minVersion, test.maxVersion, err)
278 t.Errorf("Test %d - handshake %x:%x failed: %v", i, test.minVersion, test.maxVersion, err)
282 i, test.minVersion, test.maxVersion, got, want)
/openbsd/src/gnu/llvm/lld/MachO/
DDriver.cpp980 static const std::array<std::pair<PlatformType, VersionTuple>, 5> minVersion = in dataConstDefault() local
987 auto it = llvm::find_if(minVersion, in dataConstDefault()
989 if (it != minVersion.end()) in dataConstDefault()
1020 static const std::array<std::pair<PlatformType, VersionTuple>, 4> minVersion = in shouldEmitChainedFixups() local
1026 auto it = llvm::find_if(minVersion, in shouldEmitChainedFixups()
1028 if (it != minVersion.end() && it->second > config->platformInfo.minimum) { in shouldEmitChainedFixups()
DWriter.cpp756 static const std::array<std::pair<PlatformType, VersionTuple>, 7> minVersion = in useLCBuildVersion() local
764 auto it = llvm::find_if(minVersion, [&](const auto &p) { in useLCBuildVersion()
767 return it == minVersion.end() ? true : platformInfo.minimum >= it->second; in useLCBuildVersion()
DInputFiles.cpp2082 StringRef minVersion; in handleLDHideSymbol() local
2083 std::tie(minVersion, symbolName) = name.split('$'); in handleLDHideSymbol()
2085 if (versionTup.tryParse(minVersion)) { in handleLDHideSymbol()
/openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/Directive/
DDirectiveBase.td124 int minVersion = min;