OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Version
(Results
1 - 25
of
174
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
version.go
1
//===-
version
.go - LLVM
version
info -------------------------------------===//
9
// This file defines LLVM
version
information.
20
const
Version
= C.LLVM_VERSION_STRING
/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/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/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypeHashing.h
44
uint16_t
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/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/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm
14
use vars qw(@ISA @EXPORT $
VERSION
20
$
VERSION
= sprintf("%d.%02d", qRevision: 10.2 =~ /(\d+)\.(\d+)/);
22
$Devel::embed::
VERSION
= "99.99";
24
sub
Version
{ $
VERSION
; }
/src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c
27
* GNU General Public License ("GPL")
version
2 as published by the Free
430
UINT32
Version
;
438
/* Get the
version
number, must be Integer */
441
Version
= (UINT32) Op->Asl.Value.Integer;
450
ExpectedCount = 21; /*
Version
1 */
451
if (
Version
== 0)
453
ExpectedCount = 20; /*
Version
0 */
474
/*
Version
1 has a single trailing integer */
476
if (
Version
> 0)
/src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c
27
* GNU General Public License ("GPL")
version
2 as published by the Free
665
UINT32
Version
;
672
/* Get
version
number, must be Integer */
677
"Return Package has invalid object type for
version
number"));
681
Version
= (UINT32) (*Elements)->Integer.Value;
682
ExpectedCount = 21; /*
Version
1 */
684
if (
Version
== 0)
686
ExpectedCount = 20; /*
Version
0 */
714
/*
Version
1 has a single trailing integer */
716
if (
Version
> 0
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h
31
unsigned char
Version
;
38
unsigned char
Version
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efiui.h
53
UINT32
Version
;
/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/include/llvm/DebugInfo/DWARF/
DWARFDebugAddr.h
35
/// The DWARF
version
number.
36
uint16_t
Version
;
84
/// Return the
version
of this table.
85
uint16_t getVersion() const { return
Version
; }
DWARFDebugArangeSet.h
33
/// The DWARF
version
number.
34
uint16_t
Version
;
DWARFDebugLoc.h
124
DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t
Version
)
125
: DWARFLocationTable(std::move(Data)),
Version
(
Version
) {}
142
uint16_t
Version
;
DWARFDebugPubTable.h
52
/// the DWARF
version
number.
53
uint16_t
Version
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
Header.h
50
/// The
version
can number determines how the header is decoded and how each
51
/// InfoType in FunctionInfo is encoded/decoded. As
version
numbers increase,
52
/// "Magic" and "
Version
" members should always appear at offset zero and 4
54
uint16_t
Version
;
95
/// - check that
version
number is supported
/src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl
97
Version
: 1.0.1
/src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h
50
u_int16_t
Version
, Revision;
/src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h
40
uint16_t
Version
= 0;
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h
92
UINT32
Version
;
/src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm
13
$Text::Template::
VERSION
= '1.56';
28
sub
Version
{
29
$Text::Template::
VERSION
;
612
=head1
VERSION
614
version
1.56
1246
version
1.31.) The return value of the C<BROKEN> function is
1442
backwards compatibility, and may be removed in some far-future
version
1593
delimiters makes you suffer suffer suffer. Starting in
version
1.20,
1659
C<Text::Template>
version
1.22 and higher has a new feature to make
1882
Starting in
version
1.10, the C<$OUT> variable is arrogated for
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm
11
#
Version
1.46
21
$Text::Template::
VERSION
= '1.46';
24
sub
Version
{
25
$Text::Template::
VERSION
;
485
=head1
VERSION
487
This file documents C<Text::Template>
version
B<1.46>
1107
version
1.31.) The return value of the C<BROKEN> function is
1279
backwards compatibility, and may be removed in some far-future
version
1431
delimiters makes you suffer suffer suffer. Starting in
version
1.20,
1497
C<Text::Template>
version
1.22 and higher has a new feature to mak
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Myriad.cpp
231
// These files are tied to a particular
version
of gcc.
258
const GCCVersion &
Version
= GCCInstallation.getVersion();
262
LibDir.str() + "/../" + TripleStr.str() + "/include/c++/" +
Version
.Text,
Completed in 37 milliseconds
1
2
3
4
5
6
7
Indexes created Mon Apr 20 00:23:12 UTC 2026