Home
last modified time | relevance | path

Searched defs:Minor (Results 1 – 25 of 158) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVersionTuple.h29 unsigned Minor : 31; variable
47 explicit VersionTuple(unsigned Major, unsigned Minor) in VersionTuple()
51 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) in VersionTuple()
55 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, in VersionTuple()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DVersionTuple.h34 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()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp40 uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion()
47 uint32_t Minor, in EmitDirectiveHSACodeObjectISA()
257 uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion()
277 uint32_t Minor, in EmitDirectiveHSACodeObjectISA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1036 unsigned &Minor, unsigned &Micro) { in parseVersionFromName()
1055 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor, in getEnvironmentVersion()
1065 void Triple::getOSVersion(unsigned &Major, unsigned &Minor, in getOSVersion()
1078 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, in getMacOSXVersion()
1119 void Triple::getiOSVersion(unsigned &Major, unsigned &Minor, in getiOSVersion()
1145 void Triple::getWatchOSVersion(unsigned &Major, unsigned &Minor, in getWatchOSVersion()
DVersionTuple.cpp29 if (Optional<unsigned> Minor = V.getMinor()) in operator <<() local
/external/llvm/lib/Support/
DTriple.cpp920 unsigned &Minor, unsigned &Micro) { in parseVersionFromName()
939 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor, in getEnvironmentVersion()
949 void Triple::getOSVersion(unsigned &Major, unsigned &Minor, in getOSVersion()
960 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, in getMacOSXVersion()
1001 void Triple::getiOSVersion(unsigned &Major, unsigned &Minor, in getiOSVersion()
1027 void Triple::getWatchOSVersion(unsigned &Major, unsigned &Minor, in getWatchOSVersion()
/external/rust/android-crates-io/crates/ciborium-ll/src/
Dlib.rs178 enum Minor { enum
187 impl AsRef<[u8]> for Minor { implementation
201 impl AsMut<[u8]> for Minor { implementation
/external/golang-protobuf/internal/version/
Dversion.go54 Minor = 30 const
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp38 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()
DAMDGPUTargetStreamer.h51 uint32_t Minor){}; in EmitDirectiveHSACodeObjectVersion()
53 virtual void EmitDirectiveHSACodeObjectISAV2(uint32_t Major, uint32_t Minor, in EmitDirectiveHSACodeObjectISAV2()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DPackedVersion.h28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp178 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion()
185 uint32_t Minor, in EmitDirectiveHSACodeObjectISA()
457 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion()
468 uint32_t Minor, in EmitDirectiveHSACodeObjectISA()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TextAPI/
DPackedVersion.h31 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h29 unsigned Minor; member
/external/clang/lib/Basic/
DVersionTuple.cpp31 if (Optional<unsigned> Minor = V.getMinor()) in operator <<() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DVersionTuple.cpp32 if (std::optional<unsigned> Minor = V.getMinor()) in operator <<() local
DRISCVISAInfo.cpp29 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
/external/tcpdump/
Dnfsfh.h47 uint32_t Minor; /* upper case to avoid clashing with macro names */ member
/external/oboe/include/oboe/
DVersion.h71 static constexpr uint8_t Minor = OBOE_VERSION_MINOR; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCStreamer.h503 unsigned Minor, unsigned Update, in emitVersionMin()
509 unsigned Minor, unsigned Update, in emitBuildVersion()
514 unsigned Minor, in emitDarwinTargetVariantBuildVersion()
/external/clang/include/clang/Basic/
DVersionTuple.h31 unsigned Minor : 31; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCMachOStreamer.cpp290 unsigned Minor, unsigned Update, in emitVersionMin()
296 unsigned Minor, unsigned Update, in emitBuildVersion()
303 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
DSPIRVObjectWriter.cpp50 constexpr uint32_t Minor = 0; in writeHeader() local
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp162 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h472 unsigned Minor, unsigned Update, in EmitVersionMin()
478 unsigned Minor, unsigned Update, in EmitBuildVersion()

1234567