/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VersionTuple.h | 27 unsigned Major : 32; variable 43 explicit VersionTuple(unsigned Major) in VersionTuple() 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()
|
D | TargetParser.h | 137 unsigned Major; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Triple.cpp | 1035 static void parseVersionFromName(StringRef Name, unsigned &Major, 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | PackedVersion.h | 28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 178 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 184 AMDGPUTargetAsmStreamer::EmitDirectiveHSACodeObjectISA(uint32_t Major, in EmitDirectiveHSACodeObjectISA() 457 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 467 AMDGPUTargetELFStreamer::EmitDirectiveHSACodeObjectISA(uint32_t Major, in EmitDirectiveHSACodeObjectISA()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Version.h | 65 static constexpr uint8_t Major = OBOE_VERSION_MAJOR; member
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
D | tmod.c | 53 static int Major = TMOD_MAJOR; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 471 virtual void EmitVersionMin(MCVersionMinType Type, unsigned Major, in EmitVersionMin() 477 virtual void EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion()
|
D | MCAssembler.h | 94 unsigned Major; member
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/commonflags/ |
D | commonflags.go | 83 Major uint32 member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 286 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 1012 bool DarwinAsmParser::parseMajorMinorVersionComponent(unsigned *Major, in parseMajorMinorVersionComponent() 1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() 1078 unsigned Major, Minor; in parseSDKVersion() local 1125 unsigned Major; in parseVersionMin() local 1181 unsigned Major; in parseBuildVersion() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 271 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major, in EmitVersionMin() 277 void MCMachOStreamer::EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion()
|
D | MCAsmStreamer.cpp | 552 void MCAsmStreamer::EmitVersionMin(MCVersionMinType Type, unsigned Major, in EmitVersionMin() 577 void MCAsmStreamer::EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
D | llvm.go | 39 Major, Minor, Point int member
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.c | 77 static int Major = TUSB_MAJOR; variable
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 75 static int Major = 0; variable
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 82 static int Major = TAGP_MAJOR; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFModuleDefinition.cpp | 338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 73 static int Major = TBASEMAJOR; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 186 unsigned Major, Minor, Micro; in initialize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStreamBuilder.cpp | 40 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { in setBuildNumber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 601 auto Major = getVersionComponent(0); in getSDKVersion() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 664 bool isAndroidVersionLT(unsigned Major) const { in isAndroidVersionLT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 385 uint32_t Major; member
|