/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InfoStreamBuilder.cpp | 26 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0), in InfoStreamBuilder() 31 void InfoStreamBuilder::setVersion(PdbRaw_ImplVer V) { Ver = V; } 68 H.Version = Ver; in commit()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 151 SmallVector<uint64_t, 1> Ver; in readMetadata() local 152 EXPECT_OR_RET(Code, Cursor.readRecord(bitc::UNABBREV_RECORD, Ver)); in readMetadata() 155 if (Ver.size() != 1 || Ver[0] > PGOCtxProfileWriter::CurrentVersion) in readMetadata()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 57 const int Ver = OpenCLCPlusPlus ? OpenCLCPlusPlusVersion : OpenCLVersion; in getOpenCLVersionTuple() local 58 if (OpenCLCPlusPlus && Ver != 100) in getOpenCLVersionTuple() 59 return VersionTuple(Ver / 100); in getOpenCLVersionTuple() 60 return VersionTuple(Ver / 100, (Ver % 100) / 10); in getOpenCLVersionTuple()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyMetadata.cpp | 67 auto Ver = (VersionMajor * 100) + (VersionMinor * 10); in unifyVersionMD() local 68 if (Ver > MaxVer) { in unifyVersionMD() 69 MaxVer = Ver; in unifyVersionMD()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp | 82 VersionTuple Ver = TT.getOSVersion(); in createShaderModelMD() local 88 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createShaderModelMD() 89 Vals[2] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createShaderModelMD() 95 VersionTuple Ver = TT.getDXILVersion(); in createDXILVersionMD() local 100 Vals[0] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createDXILVersionMD() 101 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createDXILVersionMD()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 383 std::string &Ver, in findGccVersion() argument 397 Ver = std::string(VersionText); in findGccVersion() 400 return Ver.size(); in findGccVersion() 429 if (findGccVersion(LibDir, GccLibDir, Ver, GccVer)) { in findGccLibDir() 791 Ver); in AddClangCXXStdlibIncludeArgs() 793 llvm::sys::path::append(CppIncludeBases[2], "include", "c++", Ver); in AddClangCXXStdlibIncludeArgs()
|
H A D | Cuda.cpp | 156 for (const char *Ver : Versions) in CudaInstallationDetector() local 159 Ver); in CudaInstallationDetector() 184 for (const char *Ver : Versions) in CudaInstallationDetector() local 185 Candidates.emplace_back(D.SysRoot + "/usr/local/cuda-" + Ver); in CudaInstallationDetector()
|
H A D | AMDGPU.cpp | 303 auto Ver = GetROCmVersion(FileName); in getInstallationPathCandidates() local 304 if (LatestVer < Ver) { in getInstallationPathCandidates() 306 LatestVer = Ver; in getInstallationPathCandidates()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InfoStreamBuilder.h | 61 PdbRaw_ImplVer Ver; variable
|
/freebsd/contrib/ntp/scripts/calc_tickadj/ |
H A D | calc_tickadj-opts | 42 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
|
H A D | invoke-calc_tickadj.texi | 66 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait-opts | 43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18
|
H A D | invoke-ntp-wait.texi | 64 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | ntptrace-opts | 43 ntptrace - Trace peers of an NTP server - Ver. 4.2.8p18
|
/freebsd/contrib/ntp/scripts/ntpsweep/ |
H A D | ntpsweep-opts | 46 ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18
|
H A D | invoke-ntpsweep.texi | 48 ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18
|
/freebsd/contrib/ntp/scripts/ |
H A D | plot_summary-opts | 49 plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18
|
H A D | summary-opts | 47 summary - compute various stastics from NTP stat files - Ver. 4.2.8p18
|
H A D | invoke-summary.texi | 45 summary - compute various stastics from NTP stat files - Ver. 4.2.8p18
|
H A D | invoke-plot_summary.texi | 44 plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap-opts | 49 update-leap - leap-seconds file manager/updater - Ver. 4.2.8p18
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 380 unsigned Ver) 383 ID(Ver) {} 490 MemoryPhi(LLVMContext &C, BasicBlock *BB, unsigned Ver, unsigned NumPreds = 0) 491 : MemoryAccess(C, MemoryPhiVal, deleteMe, BB, 0), ID(Ver),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 130 int Ver = 0; in initializeSubtargetDependencies() local 131 if (!HvxVer.drop_front(5).consumeInteger(10, Ver) && Ver >= 68) in initializeSubtargetDependencies()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sgi | 13 >8 byte >0 Ver %d:
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | perlopt.tpl | 158 [= prog-name =] - [= prog-title =] - Ver. [= version =]
|