HomeSort by: relevance | last modified time | path
    Searched refs:CurrentVersion (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
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\AppCompat`,
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 228 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; }
231 PackedVersion getCurrentVersion() const { return CurrentVersion; }
425 PackedVersion CurrentVersion;
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp 136 if ((CurrentVersion != O.CurrentVersion) ||
TextStub.cpp 443 CurrentVersion = PackedVersion(File->getCurrentVersion());
624 File->setCurrentVersion(CurrentVersion);
736 PackedVersion CurrentVersion;
814 CurrentVersion = File->getCurrentVersion();
919 File->setCurrentVersion(CurrentVersion);
983 PackedVersion CurrentVersion;
1032 IO.mapOptional("current-version", Keys->CurrentVersion,
1061 IO.mapOptional("current-version", Keys->CurrentVersion,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 63 static const unsigned CurrentVersion = 1;
190 if (Record.size() < 1 || Record[0] != CurrentVersion)
789 Record.push_back(CurrentVersion);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 989 CurrentVersion = INSTR_PROF_INDEX_VERSION
991 const uint64_t Version = ProfVersion::CurrentVersion;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 633 unsigned CurrentVersion = 0;
635 QueuePhiNode(BB, AllocaNum, CurrentVersion);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion;
InstrProfReader.cpp 828 IndexedInstrProf::ProfVersion::CurrentVersion)
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 185 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 1010 CurrentVersion = INSTR_PROF_COVMAP_VERSION
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 791 if (Version > CovMapVersion::CurrentVersion)

Completed in 28 milliseconds