Home
last modified time | relevance | path

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

123

/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/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/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-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/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/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/clang/include/clang/Basic/
DVersionTuple.h31 unsigned Minor : 31; variable
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1013 unsigned *Minor, in parseMajorMinorVersionComponent()
1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion()
1078 unsigned Major, Minor; in parseSDKVersion() local
1126 unsigned Minor; in parseVersionMin() local
1182 unsigned Minor; in parseBuildVersion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp272 unsigned Minor, unsigned Update, in EmitVersionMin()
278 unsigned Minor, unsigned Update, in EmitBuildVersion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp286 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
/external/rust/crates/semver/src/
Derror.rs22 Minor, enumerator
/external/llvm/lib/MC/
DMCMachOStreamer.cpp276 unsigned Minor, unsigned Update) { in EmitVersionMin()
505 unsigned Major, Minor, Update; in createMachOStreamer() local
/external/llvm/include/llvm/MC/
DMCAssembler.h87 unsigned Minor; member
234 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor, in setVersionMinInfo()
/external/swiftshader/tests/regres/llvm/
Dllvm.go39 Major, Minor, Point int member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp578 if (auto Minor = V.getMinor()) { in setSDKVersion() local
605 if (auto Minor = getVersionComponent(1)) { in getSDKVersion() local
/external/lzma/CPP/7zip/Archive/7z/
D7zHeader.h27 Byte Minor; member

123