/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 34 unsigned Minor : 31; variable 52 explicit constexpr VersionTuple(unsigned Major, unsigned Minor) in VersionTuple() 56 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, in VersionTuple() 61 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, in VersionTuple()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 248 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { in __isOSVersionAtLeast() 264 static inline uint32_t ConstructVersion(uint32_t Major, uint32_t Minor, in ConstructVersion() 270 uint32_t Minor, uint32_t Subminor) { in __isPlatformVersionAtLeast() 309 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { in __isOSVersionAtLeast()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | HLSL.cpp | 93 unsigned long long Minor = 0; in tryParseProfile() local 121 uint64_t Minor = *Version.getMinor(); in isLegalValidatorVersion() local
|
H A D | PPCLinux.cpp | 39 unsigned Minor = (LinkerName[5] - '0') * 10 + (LinkerName[6] - '0'); in GlibcSupportsFloat128() local
|
H A D | Gnu.h | 166 int Major, Minor, Patch; member
|
H A D | AMDGPU.cpp | 157 unsigned Minor = ~0U; in parseHIPVersionFile() local 338 unsigned Minor = ~0U; in RocmInstallationDetector() local
|
H A D | Darwin.h | 368 unsigned Major, unsigned Minor, unsigned Micro, in setTarget()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 38 static void convertIsaVersionV2(uint32_t &Major, uint32_t &Minor, in convertIsaVersionV2() 226 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 233 uint32_t Minor, in EmitDirectiveHSACodeObjectISAV2() 682 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 693 uint32_t Minor, in EmitDirectiveHSACodeObjectISAV2()
|
H A D | AMDGPUTargetStreamer.h | 51 uint32_t Minor){}; in EmitDirectiveHSACodeObjectVersion() 53 virtual void EmitDirectiveHSACodeObjectISAV2(uint32_t Major, uint32_t Minor, in EmitDirectiveHSACodeObjectISAV2()
|
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | version.c | 47 int Major, Minor, Patch ; in __getBerkeleyDBInfo() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 503 unsigned Minor, unsigned Update, in emitVersionMin() 509 unsigned Minor, unsigned Update, in emitBuildVersion() 514 unsigned Minor, in emitDarwinTargetVariantBuildVersion()
|
H A D | MCAssembler.h | 108 unsigned Minor; member 306 unsigned Major, unsigned Minor, in setDarwinTargetVariantBuildVersion()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/ |
H A D | PackedVersion.h | 31 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | RISCVISAInfo.cpp | 29 unsigned Minor; member 369 unsigned &Minor, unsigned &ConsumeLength, in getExtensionVersion() 626 unsigned Major, Minor, ConsumeLength; in parseArchString() local 684 unsigned Major, Minor, ConsumeLength; in parseArchString() local 773 unsigned Major, Minor, ConsumeLength; in parseArchString() local
|
H A D | VersionTuple.cpp | 32 if (std::optional<unsigned> Minor = V.getMinor()) in operator <<() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 290 unsigned Minor, unsigned Update, in emitVersionMin() 296 unsigned Minor, unsigned Update, in emitBuildVersion() 303 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
|
H A D | SPIRVObjectWriter.cpp | 50 constexpr uint32_t Minor = 0; in writeHeader() local
|
/openbsd-src/usr.sbin/tcpdump/ |
H A D | nfsfh.h | 49 u_int32_t Minor; /* upper case to avoid clashing with macro names */ member
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 1011 unsigned *Minor, in parseMajorMinorVersionComponent() 1056 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() 1076 unsigned Major, Minor; in parseSDKVersion() local 1124 unsigned Minor; in parseVersionMin() local 1185 unsigned Minor; in parseBuildVersion() local
|
/openbsd-src/gnu/llvm/clang/tools/nvptx-arch/ |
H A D | NVPTXArch.cpp | 105 int32_t Major, Minor; in main() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 32 uint16_t Minor; member
|
/openbsd-src/gnu/llvm/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 604 std::function<void(bool InModule, unsigned Minor, in compare() 616 unsigned Minor = 0; in compare() local 1194 bool InModule, unsigned Minor, const FuncDataT<EmptyData> &Before, in handleFunctionCompare() 1877 bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, in handleFunctionCompare() 1951 const FuncDataT<DCData> &After) -> void { in handleInitialIR() 1982 const FuncDataT<DCData> &After) -> void { in handleAfter()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 60 uint16_t Minor; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
H A D | TargetParser.h | 115 unsigned Minor; member
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 331 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
|