OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Extensions
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Support/
AArch64TargetParser.cpp
62
bool AArch64::getExtensionFeatures(uint64_t
Extensions
,
64
if (
Extensions
== AArch64::AEK_INVALID)
67
if (
Extensions
& AEK_FP)
69
if (
Extensions
& AEK_SIMD)
71
if (
Extensions
& AEK_CRC)
73
if (
Extensions
& AEK_CRYPTO)
75
if (
Extensions
& AEK_DOTPROD)
77
if (
Extensions
& AEK_FP16FML)
79
if (
Extensions
& AEK_FP16)
81
if (
Extensions
& AEK_PROFILE
[
all
...]
ARMTargetParser.cpp
10
// such as FPU/CPU/ARCH/
extensions
and specific support such as HWDIV.
412
bool ARM::getExtensionFeatures(uint64_t
Extensions
,
415
if (
Extensions
== AEK_INVALID)
419
if ((
Extensions
& AE.ID) == AE.ID && AE.Feature)
425
return getHWDivFeatures(
Extensions
, Features);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
GeneratePCH.cpp
26
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
31
Writer(Stream, this->Buffer->Data, ModuleCache,
Extensions
,
ASTWriter.cpp
4262
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
4266
for (const auto &Ext :
Extensions
) {
/src/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
Makefile
9
SRCS= DRI.c Device.c
Extensions
.c Files.c Flags.c Input.c Layout.c \
/src/external/mit/xorg/server/xorg-server.old/hw/xfree86/xf86config/
Makefile
9
SRCS= DRI.c Device.c
Extensions
.c Files.c Flags.c Input.c Layout.c \
/src/crypto/external/bsd/heimdal/lib/libasn1/
Makefile
33
--sequence=
Extensions
\
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AArch64TargetParser.h
111
bool getExtensionFeatures(uint64_t
Extensions
,
ARMTargetParser.h
10
// such as FPU/CPU/ARCH/
extensions
and specific support such as HWDIV.
63
// Unsupported
extensions
.
243
bool getExtensionFeatures(uint64_t
Extensions
,
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h
45
/// frontends to vend a plugin API, where plugins are allowed to add
extensions
61
///
Extensions
are passed to the builder itself (so they can see how it is
119
/// EP_FullLinkTimeOptimizationEarly - This
extensions
point allow adding
124
/// EP_FullLinkTimeOptimizationLast - This
extensions
point allow adding
191
/// ExtensionList - This is list of all of the
extensions
that are registered.
192
std::vector<std::pair<ExtensionPointTy, ExtensionFn>>
Extensions
;
249
// If the collection holding the global
extensions
is destroyed after the
/src/external/bsd/libfido2/dist/src/
webauthn.h
57
//
Extensions
:
78
// Added
Extensions
:
89
// Added
Extensions
:
536
// returns the credBlob in the signed
extensions
555
// Information about
Extensions
.
618
// Optional
extensions
to parse when performing the operation.
619
WEBAUTHN_EXTENSIONS
Extensions
;
726
// Optional
extensions
to parse when performing the operation.
727
WEBAUTHN_EXTENSIONS
Extensions
;
921
WEBAUTHN_EXTENSIONS
Extensions
;
[
all
...]
winhello.c
726
if (pack_cred_ext(&opt->
Extensions
, &cred->ext) < 0) {
841
for (size_t i = 0; i < ctx->opt.
Extensions
.cExtensions; i++) {
843
e = &ctx->opt.
Extensions
.pExtensions[i];
846
free(ctx->opt.
Extensions
.pExtensions);
972
fido_str_array_pack(&ci->
extensions
, e, nitems(e)) < 0 ||
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp
88
/*
Extensions
=*/{},
162
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
;
165
Buffer,
Extensions
, /*AllowASTWithErrors=*/true);
CompilerInstance.cpp
581
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
588
PP, ModuleCache, &Context, PCHContainerRdr,
Extensions
,
/src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm
15
@
Extensions
$Verbose $lib_ext
139
unless (scalar @
Extensions
) {
140
@
Extensions
= sort split /\s+/, $Config{static_ext};
141
unshift @
Extensions
, qw(DynaLoader);
143
@
Extensions
;
261
and
extensions
in your C/C++ applications.
285
B<-std> (Write code for
extensions
that are linked with the current Perl.)
324
Here, code is written for all the currently linked
extensions
along with code
328
other
extensions
.
332
Output arguments for linking the Perl library and
extensions
to you
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp
220
/// Set of global
extensions
, automatically added as part of the standard set.
262
Extensions
.push_back(std::make_pair(Ty, std::move(Fn)));
273
for (unsigned i = 0, e =
Extensions
.size(); i != e; ++i)
274
if (
Extensions
[i].first == ETy)
275
Extensions
[i].second(*this, PM);
674
// creates a CGSCC pass manager, but we don't want to add
extensions
into
680
else if (GlobalExtensionsNotEmpty() || !
Extensions
.empty())
697
// This has to be done after we add the
extensions
to the pass manager
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
408
/// DeclContexts that have received
extensions
since their serialized
553
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
785
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
ASTReader.h
435
/// A mapping from extension block names to module file
extensions
.
892
///
Extensions
required by an OpenCL type.
895
///
Extensions
required by an OpenCL declaration.
1474
/// \param
Extensions
the list of module file
extensions
that can be loaded
1503
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
670
ArrayRef<std::shared_ptr<ModuleFileExtension>>
Extensions
,
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
NTMakefile
218
--sequence=
Extensions
\
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
ARM.cpp
388
uint64_t
Extensions
= llvm::ARM::getDefaultExtensions(CPU, Arch);
389
llvm::ARM::getExtensionFeatures(
Extensions
, TargetFeatures);
/src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp
246
bool emitExtDefStr(uint8_t
Extensions
, raw_ostream &o);
769
// Init RISC-V
extensions
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
2595
UINT16
Extensions
;
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
revoke.c
1012
Extensions
*es;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
825
StringRef
Extensions
= FunctionExtensionTable[OpenCLBuiltin.Extension];
826
if (!
Extensions
.empty()) {
828
Extensions
.split(ExtVec, " ");
Completed in 76 milliseconds
1
2
Indexes created Mon Jun 29 00:24:49 UTC 2026