OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dependency
(Results
1 - 25
of
47
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/CheckerDependencyHandling/
CheckerDependencyHandling.cpp
10
struct
Dependency
: public Checker<check::BeginFunction> {
20
registry.addChecker<
Dependency
>("example.
Dependency
", "", "");
24
registry.addDependency("example.DependendentChecker", "example.
Dependency
");
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistry.cpp
120
#define CHECKER_DEPENDENCY(FULLNAME,
DEPENDENCY
) \
121
addDependency(FULLNAME,
DEPENDENCY
);
125
#define CHECKER_WEAK_DEPENDENCY(FULLNAME,
DEPENDENCY
) \
126
addWeakDependency(FULLNAME,
DEPENDENCY
);
162
"A strong
dependency
mustn't have weak dependencies!");
164
"A strong
dependency
mustn't be a weak
dependency
as well!");
191
//
Dependency
resolving.
266
for (const CheckerInfo *
Dependency
: Deps) {
267
if (!IsEnabled(
Dependency
))
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistry.h
138
/// called \p
dependency
.
139
void addDependency(StringRef FullName, StringRef
Dependency
);
142
/// checker called \p
dependency
.
143
void addWeakDependency(StringRef FullName, StringRef
Dependency
);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerRegistryData.cpp
60
for (const CheckerInfo *
Dependency
: Dependencies) {
61
Out << " " <<
Dependency
->FullName << '\n';
64
for (const CheckerInfo *
Dependency
: WeakDependencies) {
65
Out << " " <<
Dependency
->FullName << '\n';
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangSACheckersEmitter.cpp
263
// CHECKER_DEPENDENCY(FULLNAME,
DEPENDENCY
)
265
// -
DEPENDENCY
: The full name of the checker FULLNAME depends on.
272
for (const Record *
Dependency
:
278
OS.write_escaped(getCheckerFullName(
Dependency
)) << '\"';
287
// CHECKER_DEPENDENCY(FULLNAME,
DEPENDENCY
)
290
// -
DEPENDENCY
: The full name of the checker FULLNAME weak depends on.
297
for (const Record *
Dependency
:
303
OS.write_escaped(getCheckerFullName(
Dependency
)) << '\"';
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.h
43
/// Instruction
Dependency
Information
50
/// +----> 2. vhaddps %xmm3, %xmm3, %xmm4 ## REGISTER
dependency
: %xmm3
60
/// A
dependency
graph is used internally to track dependencies between nodes.
67
/// their "criticality". A
dependency
is considered to be critical if it takes a
179
// A
dependency
edge.
183
//
Dependency
edge descriptor.
185
// It specifies the
dependency
type, as well as the edge cost in cycles.
186
struct
Dependency
{
191
Dependency
Dep;
201
// A
dependency
graph used by the bottleneck analysis to describe dat
[
all
...]
BottleneckAnalysis.cpp
153
const DependencyEdge::
Dependency
&DE = DepEdge.Dep;
164
"Unsupported
dependency
type!");
319
FOS << "
Dependency
Information";
360
const DependencyEdge::
Dependency
&Dep = DE->Dep;
365
FOS << "## REGISTER
dependency
: ";
370
FOS << "## MEMORY
dependency
.";
373
"Unsupported
dependency
type!");
423
DependencyEdge::
Dependency
&&Dep) {
589
OS << "\n\nNo resource or data
dependency
bottlenecks discovered.\n";
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
909
if (auto *
Dependency
= Count.dyn_cast<DIVariable *>())
910
Result.push_back(
Dependency
);
912
if (auto *
Dependency
= LB.dyn_cast<DIVariable *>())
913
Result.push_back(
Dependency
);
915
if (auto *
Dependency
= UB.dyn_cast<DIVariable *>())
916
Result.push_back(
Dependency
);
918
if (auto *
Dependency
= ST.dyn_cast<DIVariable *>())
919
Result.push_back(
Dependency
);
922
if (auto *
Dependency
= Count.dyn_cast<DIVariable *>())
923
Result.push_back(
Dependency
);
[
all
...]
/src/crypto/external/bsd/netpgp/dist/buildaux/
depcomp
44
depmode
Dependency
tracking mode.
48
depfile
Dependency
file to output.
92
## gcc 3 implements
dependency
tracking that does exactly what
119
## There are various ways to get
dependency
output from gcc. Here's
146
## is deleted, the
dependency
causes make to die (because there is
190
#
dependency
line.
398
#
dependency
tracking mechanisms from slower ones.
435
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/crypto/external/cpl/tpm-tools/dist/
depcomp
42
depmode
Dependency
tracking mode.
46
depfile
Dependency
file to output.
99
## gcc 3 implements
dependency
tracking that does exactly what
126
## There are various ways to get
dependency
output from gcc. Here's
153
## is deleted, the
dependency
causes make to die (because there is
197
#
dependency
line.
410
#
dependency
tracking mechanisms from slower ones.
447
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/crypto/external/cpl/trousers/dist/
depcomp
42
depmode
Dependency
tracking mode.
46
depfile
Dependency
file to output.
99
## gcc 3 implements
dependency
tracking that does exactly what
126
## There are various ways to get
dependency
output from gcc. Here's
153
## is deleted, the
dependency
causes make to die (because there is
197
#
dependency
line.
410
#
dependency
tracking mechanisms from slower ones.
447
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/external/bsd/iscsi/dist/buildaux/
depcomp
44
depmode
Dependency
tracking mode.
48
depfile
Dependency
file to output.
92
## gcc 3 implements
dependency
tracking that does exactly what
119
## There are various ways to get
dependency
output from gcc. Here's
146
## is deleted, the
dependency
causes make to die (because there is
190
#
dependency
line.
398
#
dependency
tracking mechanisms from slower ones.
435
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/external/gpl2/gmake/dist/config/
depcomp
43
depmode
Dependency
tracking mode.
47
depfile
Dependency
file to output.
91
## gcc 3 implements
dependency
tracking that does exactly what
105
## There are various ways to get
dependency
output from gcc. Here's
132
## is deleted, the
dependency
causes make to die (because there is
176
#
dependency
line.
339
#
dependency
tracking mechanisms from slower ones.
376
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/external/gpl2/texinfo/dist/
depcomp
43
depmode
Dependency
tracking mode.
47
depfile
Dependency
file to output.
91
## gcc 3 implements
dependency
tracking that does exactly what
105
## There are various ways to get
dependency
output from gcc. Here's
132
## is deleted, the
dependency
causes make to die (because there is
176
#
dependency
line.
332
#
dependency
tracking mechanisms from slower ones.
369
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/external/gpl2/xcvs/dist/build-aux/
depcomp
42
depmode
Dependency
tracking mode.
46
depfile
Dependency
file to output.
99
## gcc 3 implements
dependency
tracking that does exactly what
126
## There are various ways to get
dependency
output from gcc. Here's
153
## is deleted, the
dependency
causes make to die (because there is
197
#
dependency
line.
410
#
dependency
tracking mechanisms from slower ones.
447
# a
dependency
such as `c:/foo/bar' could be seen as target `c' otherwise.
/src/lib/librumpuser/build-aux/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/sys/external/isc/libsodium/dist/build-aux/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/sys/external/isc/libsodium/dist/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/crypto/external/bsd/heimdal/dist/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/external/bsd/am-utils/dist/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/external/bsd/file/dist/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/external/bsd/flex/dist/build-aux/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/external/bsd/libevent/dist/build-aux/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
77
# If no
dependency
file was actually created by the compiler invocation,
89
# If the compiler actually managed to produce a
dependency
file,
92
# Each line is of the form 'foo.o:
dependency
.h'.
94
# $object:
dependency
.h
96
#
dependency
.h:
168
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
175
## gcc 3 implements
dependency
tracking that does exactly what
204
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
/src/external/bsd/openpam/dist/
depcomp
41
depmode
Dependency
tracking mode.
45
depfile
Dependency
file to output.
79
# If no
dependency
file was actually created by the compiler invocation,
91
# If the compiler actually managed to produce a
dependency
file,
94
# Each line is of the form 'foo.o:
dependency
.h'.
96
# $object:
dependency
.h
98
#
dependency
.h:
169
# IBM C/C++ Compilers xlc/xlC can output gcc-like
dependency
information.
176
## gcc 3 implements
dependency
tracking that does exactly what
205
## There are various ways to get
dependency
output from gcc. Here'
[
all
...]
Completed in 41 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026