OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VersionTuple
(Results
1 - 25
of
82
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VersionTuple.h
1
//===-
VersionTuple
.h - Version Number Handling -----------------*- C++ -*-===//
10
/// Defines the llvm::
VersionTuple
class, which represents a version in
27
class
VersionTuple
{
40
VersionTuple
()
44
explicit
VersionTuple
(unsigned Major)
48
explicit
VersionTuple
(unsigned Major, unsigned Minor)
52
explicit
VersionTuple
(unsigned Major, unsigned Minor, unsigned Subminor)
56
explicit
VersionTuple
(unsigned Major, unsigned Minor, unsigned Subminor,
92
VersionTuple
withoutBuild() const {
94
return
VersionTuple
(Major, Minor, Subminor)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
AlignedAllocation.h
20
#include "llvm/Support/
VersionTuple
.h"
24
inline llvm::
VersionTuple
alignedAllocMinVersion(llvm::Triple::OSType OS) {
30
return llvm::
VersionTuple
(10U, 14U);
33
return llvm::
VersionTuple
(11U);
35
return llvm::
VersionTuple
(4U);
37
return llvm::
VersionTuple
(); // All z/OS versions have no support.
ObjCRuntime.h
21
#include "llvm/Support/
VersionTuple
.h"
63
VersionTuple
Version;
68
ObjCRuntime(Kind kind, const
VersionTuple
&version)
71
void set(Kind kind,
VersionTuple
version) {
77
const
VersionTuple
&getVersion() const { return Version; }
102
if (getKind() == GNUstep && getVersion() >=
VersionTuple
(1, 6)) {
109
(getVersion() >=
VersionTuple
(10, 0)) &&
110
(getVersion() <
VersionTuple
(10, 6)))
145
return getVersion() >=
VersionTuple
(10, 7);
163
case FragileMacOSX: return getVersion() >=
VersionTuple
(10, 7)
[
all
...]
Cuda.h
15
class
VersionTuple
;
122
CudaVersion ToCudaVersion(llvm::
VersionTuple
);
123
bool CudaFeatureEnabled(llvm::
VersionTuple
, CudaFeature);
TargetOptions.h
18
#include "llvm/Support/
VersionTuple
.h"
93
llvm::
VersionTuple
SDKVersion;
LLVM.h
33
class
VersionTuple
;
78
using llvm::
VersionTuple
;
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
DarwinSDKInfo.h
14
#include "llvm/Support/
VersionTuple
.h"
23
DarwinSDKInfo(llvm::
VersionTuple
Version) : Version(Version) {}
25
const llvm::
VersionTuple
&getVersion() const { return Version; }
28
llvm::
VersionTuple
Version;
/src/external/apache2/llvm/dist/llvm/lib/Support/
VersionTuple.cpp
1
//===-
VersionTuple
.cpp - Version Number Handling ---------------*- C++ -*-===//
9
// This file implements the
VersionTuple
class, which represents a version in
14
#include "llvm/Support/
VersionTuple
.h"
21
std::string
VersionTuple
::getAsString() const {
30
raw_ostream &llvm::operator<<(raw_ostream &Out, const
VersionTuple
&V) {
63
bool
VersionTuple
::tryParse(StringRef input) {
71
*this =
VersionTuple
(major);
83
*this =
VersionTuple
(major, minor);
95
*this =
VersionTuple
(major, minor, micro);
110
*this =
VersionTuple
(major, minor, micro, build)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Availability.h
18
#include "llvm/Support/
VersionTuple
.h"
34
VersionTuple
Version;
42
AvailabilitySpec(
VersionTuple
Version, StringRef Platform,
51
VersionTuple
getVersion() const { return Version; }
/src/external/apache2/llvm/dist/clang/lib/Basic/
ObjCRuntime.cpp
16
#include "llvm/Support/
VersionTuple
.h"
42
if (value.getVersion() >
VersionTuple
(0)) {
63
Version =
VersionTuple
(0);
75
Version =
VersionTuple
(1, 6);
81
Version =
VersionTuple
(0, 8);
93
if (kind == ObjCRuntime::ObjFW && Version >
VersionTuple
(0, 8))
94
Version =
VersionTuple
(0, 8);
LangOptions.cpp
46
VersionTuple
LangOptions::getOpenCLVersionTuple() const {
48
return
VersionTuple
(Ver / 100, (Ver % 100) / 10);
/src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
TBEHandler.h
19
#include "llvm/Support/
VersionTuple
.h"
32
const
VersionTuple
TBEVersionCurrent(1, 0);
ELFStub.h
18
#include "llvm/Support/
VersionTuple
.h"
53
VersionTuple
TbeVersion;
/src/external/apache2/llvm/dist/clang/lib/Driver/
DarwinSDKInfo.cpp
36
VersionTuple
Version;
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.cpp
24
VersionTuple
&PlatformMinVersion) {
64
PlatformMinVersion =
VersionTuple
(Maj, Min, Rev);
135
PlatformMinVersion =
VersionTuple
(Maj, Min, Rev);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h
25
#include "llvm/Support/
VersionTuple
.h"
98
VersionTuple
SDKVersion;
269
VersionTuple
SDKVersion =
VersionTuple
()) {
279
VersionTuple
SDKVersion =
VersionTuple
()) {
MCObjectFileInfo.h
20
#include "llvm/Support/
VersionTuple
.h"
424
VersionTuple
SDKVersion;
434
void setSDKVersion(const
VersionTuple
&TheSDKVersion) {
438
const
VersionTuple
&getSDKVersion() const { return SDKVersion; }
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Process.inc
486
llvm::
VersionTuple
llvm::GetWindowsOSVersion() {
494
return llvm::
VersionTuple
(info.dwMajorVersion, info.dwMinorVersion, 0,
499
return llvm::
VersionTuple
(0, 0, 0, 0);
504
return GetWindowsOSVersion() >= llvm::
VersionTuple
(6, 2, 0, 0);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
121
VersionTuple
DeclVersion, Decl *Ctx,
179
const
VersionTuple
&DeploymentVersion,
180
const
VersionTuple
&DeclVersion) {
182
VersionTuple
ForceAvailabilityFromVersion;
186
ForceAvailabilityFromVersion =
VersionTuple
(/*Major=*/11);
189
ForceAvailabilityFromVersion =
VersionTuple
(/*Major=*/4);
193
ForceAvailabilityFromVersion =
VersionTuple
(/*Major=*/10, /*Minor=*/13);
329
VersionTuple
DeclVersion;
364
VersionTuple
Introduced = AA->getIntroduced();
656
SmallVector<
VersionTuple
, 8> AvailabilityStack
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h
293
mutable
VersionTuple
TargetVersion;
345
TargetVersion ==
VersionTuple
(Major, Minor, Micro))
352
TargetVersion =
VersionTuple
(Major, Minor, Micro);
423
VersionTuple
getTargetVersion() const {
431
return TargetVersion <
VersionTuple
(V0, V1, V2);
443
VersionTuple
MinVers =
448
: TargetVersion) <
VersionTuple
(V0, V1, V2);
AMDGPUOpenMP.h
92
VersionTuple
HIP.h
91
VersionTuple
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
49
#include "llvm/Support/
VersionTuple
.h"
724
void Module::setSDKVersion(const
VersionTuple
&V) {
738
VersionTuple
Module::getSDKVersion() const {
753
VersionTuple
Result =
VersionTuple
(*Major);
755
Result =
VersionTuple
(*Major, *Minor);
757
Result =
VersionTuple
(*Major, *Minor, *Subminor);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
22
class
VersionTuple
;
929
VersionTuple
getMinimumSupportedOSVersion() const;
967
static
VersionTuple
getCanonicalVersionForOS(OSType OSKind,
968
const
VersionTuple
&Version);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCMachOStreamer.cpp
92
unsigned Update,
VersionTuple
SDKVersion) override;
94
unsigned Update,
VersionTuple
SDKVersion) override;
275
VersionTuple
SDKVersion) {
281
VersionTuple
SDKVersion) {
Completed in 67 milliseconds
1
2
3
4
Indexes created Thu Jun 18 00:24:58 UTC 2026