Searched refs:CurrentVersion (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | regstr.d | 171 REGSTR_PATH_SETUP = `Software\Microsoft\Windows\CurrentVersion`, 172 REGSTR_PATH_PIFCONVERT = `Software\Microsoft\Windows\CurrentVersion\PIFConvert`, 173 … REGSTR_PATH_MSDOSOPTS = `Software\Microsoft\Windows\CurrentVersion\MS-DOSOptions`, 174 …REGSTR_PATH_MSDOSEMU = `Software\Microsoft\Windows\CurrentVersion\MS-DOS Emulation… 175 …REGSTR_PATH_NEWDOSBOX = `Software\Microsoft\Windows\CurrentVersion\MS-DOS Emulation… 176 REGSTR_PATH_RUNONCE = `Software\Microsoft\Windows\CurrentVersion\RunOnce`, 177 REGSTR_PATH_RUN = `Software\Microsoft\Windows\CurrentVersion\Run`, 178 …REGSTR_PATH_RUNSERVICESONCE = `Software\Microsoft\Windows\CurrentVersion\RunServicesOnce`, 179 REGSTR_PATH_RUNSERVICES = `Software\Microsoft\Windows\CurrentVersion\RunServices`, 182 REGSTR_PATH_EXPLORER = `Software\Microsoft\Windows\CurrentVersion\Explorer`, [all …]
|
| /netbsd-src/external/bsd/unbound/dist/winrc/ |
| H A D | setup.nsi | 136 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "DisplayName" "Unbo… 137 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "UninstallString" "… 138 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "QuietUninstallStri… 139 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "NoModify" "1" 140 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "NoRepair" "1" 141 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "URLInfoAbout" "htt… 142 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound" "Publisher" "NLnet … 184 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Unbound"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 443 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD() 624 File->setCurrentVersion(CurrentVersion); in denormalize() 736 PackedVersion CurrentVersion; member 814 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4() 919 File->setCurrentVersion(CurrentVersion); in denormalize() 983 PackedVersion CurrentVersion; member 1032 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues() 1061 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
|
| H A D | InterfaceFile.cpp | 136 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 228 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } 231 PackedVersion getCurrentVersion() const { return CurrentVersion; } 425 PackedVersion CurrentVersion;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 63 static const unsigned CurrentVersion = 1; variable 190 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex() 789 Record.push_back(CurrentVersion); in writeIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 989 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 991 const uint64_t Version = ProfVersion::CurrentVersion;
|
| H A D | InstrProfData.inc | 257 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 633 unsigned CurrentVersion = 0; in run() local 635 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
| H A D | InstrProfReader.cpp | 828 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1010 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 791 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | InstrProfData.inc | 185 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|