OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Version
(Results
1 - 25
of
667
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/bsd/elftoolchain/dist/libelf/
os.FreeBSD.mk
7
VERSION_MAP= ${.CURDIR}/
Version
.map
/src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
PackedVersion.h
9
// Defines the Mach-O packed
version
format.
26
uint32_t
Version
{0};
30
explicit constexpr PackedVersion(uint32_t RawVersion) :
Version
(RawVersion) {}
32
:
Version
((Major << 16) | ((Minor & 0xff) << 8) | (Subminor & 0xff)) {}
34
bool empty() const { return
Version
== 0; }
36
/// Retrieve the major
version
number.
37
unsigned getMajor() const { return
Version
>> 16; }
39
/// Retrieve the minor
version
number, if provided.
40
unsigned getMinor() const { return (
Version
>> 8) & 0xff; }
42
/// Retrieve the subminor
version
number, if provided
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
DarwinSDKInfo.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/clang/include/clang/AST/
Availability.h
31
/// Represents the
version
that this specifier requires. If the host OS
32
///
version
is greater than or equal to
Version
, the @available will evaluate
34
VersionTuple
Version
;
36
/// Name of the platform that
Version
corresponds to.
42
AvailabilitySpec(VersionTuple
Version
, StringRef Platform,
44
:
Version
(
Version
), Platform(Platform), BeginLoc(BeginLoc),
51
VersionTuple getVersion() const { return
Version
; }
57
bool isOtherPlatformSpec() const { return
Version
.empty();
[
all
...]
/src/external/bsd/ntp/dist/sntp/
sntp.c
15
return sntp_main(argc, argv,
Version
);
/src/external/bsd/ntp/dist/libntp/
ntp_libopts.c
18
extern const char *
Version
; /*
version
.c for each program */
23
* overrode the --
version
output, appending detail from
version
.c
25
* AutoOpts'
version
-proc = override in copyright.def, so this
41
*
version
-proc = ntpOptionPrintVersion; in copyright.def. It differs
42
* from the stock function by displaying the complete
version
string,
57
printf("%s\n",
Version
);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCompilandDetails.h
25
void getFrontEndVersion(VersionInfo &
Version
) const {
26
RawSymbol->getFrontEndVersion(
Version
);
29
void getBackEndVersion(VersionInfo &
Version
) const {
30
RawSymbol->getBackEndVersion(
Version
);
/src/external/apache2/llvm/dist/clang/lib/Driver/
DarwinSDKInfo.cpp
34
auto VersionString = Obj->getString("
Version
");
36
VersionTuple
Version
;
37
if (!
Version
.tryParse(*VersionString))
38
return DarwinSDKInfo(
Version
);
Distro.cpp
33
Distro::DistroType
Version
= Distro::UnknownDistro;
37
if (
Version
== Distro::UnknownDistro && Line.startswith("ID="))
38
Version
= llvm::StringSwitch<Distro::DistroType>(Line.substr(3))
48
return
Version
;
59
Distro::DistroType
Version
= Distro::UnknownDistro;
62
if (
Version
== Distro::UnknownDistro &&
64
Version
= llvm::StringSwitch<Distro::DistroType>(Line.substr(17))
94
return
Version
;
98
Distro::DistroType
Version
= Distro::UnknownDistro;
102
Version
= DetectOsRelease(VFS)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/
ObjCRuntime.cpp
53
//
version
to be omitted, so if we see a dash not followed by a
63
Version
= VersionTuple(0);
73
// If no
version
is specified then default to the most recent one that we
75
Version
= VersionTuple(1, 6);
81
Version
= VersionTuple(0, 8);
89
if (
Version
.tryParse(verString))
93
if (kind == ObjCRuntime::ObjFW &&
Version
> VersionTuple(0, 8))
94
Version
= VersionTuple(0, 8);
/src/external/apache2/llvm/dist/llvm/lib/TextAPI/
PackedVersion.cpp
9
// Implements the Mach-O packed
version
.
24
Version
= 0;
42
Version
= Num << 16;
51
Version
|= (Num << ShiftNum);
59
Version
= 0;
81
Version
= Num << 16;
95
Version
|= (Num << ShiftNum);
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderMapTypes.h
30
uint16_t
Version
; //
Version
number -- currently 1.
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Writer.cpp
63
uint32_t
Version
;
64
support::endian::write32le(&
Version
, Obj.Header.
Version
);
65
Out.write(reinterpret_cast<const char *>(&
Version
), sizeof(
Version
));
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h
31
unsigned char
Version
;
38
unsigned char
Version
;
/src/external/bsd/libpcap/dist/
libpcap.pc.in
15
Version
: @PACKAGE_VERSION@
/src/external/gpl2/gettext/dist/gettext-tools/tests/
msgattrib-properties-1
12
!=Project-Id-
Version
\: Bonnie Tyler\n
44
!=Project-Id-
Version
\: Bonnie Tyler\n
/src/external/public-domain/xz/dist/src/liblzma/
liblzma.pc.in
16
Version
: @PACKAGE_VERSION@
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc
54
*OS << "XRay Trace:\nHeader: {
Version
= " << H.
Version
71
std::string serialize(BufferQueue &Buffers, int32_t
Version
) {
77
Header->
Version
=
Version
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efiui.h
53
UINT32
Version
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
Header.cpp
26
OS << "
Version
= " << HEX16(H.
Version
) << '\n';
45
if (
Version
!= GSYM_VERSION)
47
"unsupported GSYM
version
%u",
Version
);
72
H.
Version
= Data.getU16(&Offset);
90
O.writeU16(
Version
);
102
return LHS.Magic == RHS.Magic && LHS.
Version
== RHS.
Version
&&
/src/crypto/external/apache2/openssl/
mkpc
8
VERSION
="$(getversion $1)"
10
sed -e "s/@
VERSION
@/${
VERSION
}/g" < "$2"
43
Version
: ${
VERSION
}
/src/crypto/external/bsd/openssl/
mkpc
8
VERSION
="$(getversion $1)"
10
sed -e "s/@
VERSION
@/${
VERSION
}/g" < "$2"
43
Version
: ${
VERSION
}
/src/crypto/external/bsd/openssl.old/
mkpc
8
VERSION
="$(getversion $1)"
10
sed -e "s/@
VERSION
@/${
VERSION
}/g" < "$2"
43
Version
: ${
VERSION
}
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h
124
DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t
Version
)
125
: DWARFLocationTable(std::move(Data)),
Version
(
Version
) {}
142
uint16_t
Version
;
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
XRayRecord.h
28
///
Version
of the XRay implementation that produced this file.
29
uint16_t
Version
= 0;
32
/// combination with
Version
.
Completed in 34 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026