OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Required
(Results
1 - 25
of
78
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/utils/fpcmp/
fpcmp.cpp
21
File1(cl::Positional, cl::desc("<input file #1>"), cl::
Required
);
23
File2(cl::Positional, cl::desc("<input file #2>"), cl::
Required
);
/src/external/bsd/nvi/dist/motif/
m_cde.c
41
#define
Required
10
43
#define Present (
Required
+Useful)
49
{ "_VUE_SM_WINDOW_INFO",
Required
, /* "vue" */ },
50
{ "_DT_SM_WINDOW_INFO",
Required
, /* "dtwm" */ },
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
AMDGPUMetadataVerifier.h
42
bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool
Required
,
45
verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool
Required
,
49
bool
Required
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h
23
/// removing any single element not
required
by the dependencies on the other
34
/// is not
required
to satisfy this property, but the algorithm will run
70
const changeset_ty &
Required
) {}
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmMacro.cpp
17
if (
Required
)
/src/external/apache2/llvm/dist/llvm/lib/Support/
DAGDeltaAlgorithm.cpp
25
// the
required
set, we no longer consider them for elimination. For strictly
28
// this by allowing the
required
set to be minimized as well, but need more test
119
const changeset_ty &
Required
) {
120
DDA.UpdatedSearchState(Changes, Sets,
Required
);
144
/// \p
Required
changes from the cache, executing the test if necessary.
148
/// \param
Required
- The set of changes which have previously been
149
/// established to be
required
.
151
bool GetTestResult(const changeset_ty &Changes, const changeset_ty &
Required
);
158
const changeset_ty &
Required
;
164
DDAI.UpdatedSearchState(Changes, Sets,
Required
);
[
all
...]
YAMLTraits.cpp
155
bool Input::preflightKey(const char *Key, bool
Required
, bool, bool &UseDefault,
161
// CurrentNode is null for empty documents, which is an error in case
required
164
if (
Required
)
171
if (
Required
|| !isa<EmptyHNode>(CurrentNode))
180
if (
Required
)
181
setError(CurrentNode, Twine("missing
required
key '") + Key + "'");
529
bool Output::preflightKey(const char *Key, bool
Required
, bool SameAsDefault,
532
if (
Required
|| !SameAsDefault || WriteDefaultValues) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
llvm-modextract.cpp
27
static cl::opt<std::string> OutputFilename("o", cl::
Required
,
34
static cl::opt<unsigned> ModuleIndex("n", cl::
Required
,
/src/crypto/external/apache2/openssl/dist/util/
mkrc.pl
53
//
Required
:
/src/crypto/external/bsd/openssl/dist/util/
mkrc.pl
53
//
Required
:
/src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
llvm-diff.cpp
60
cl::
Required
);
63
cl::
Required
);
/src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
AMDGPUMetadataVerifier.cpp
68
msgpack::MapDocNode &MapNode, StringRef Key, bool
Required
,
72
return !
Required
;
77
msgpack::MapDocNode &MapNode, StringRef Key, bool
Required
,
80
return verifyEntry(MapNode, Key,
Required
, [=](msgpack::DocNode &Node) {
86
StringRef Key, bool
Required
) {
87
return verifyEntry(MapNode, Key,
Required
, [this](msgpack::DocNode &Node) {
/src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp
32
cl::value_desc("directory"), cl::
Required
, cl::OneOrMore, cl::Prefix);
37
cl::
Required
, cl::value_desc("bool"));
41
cl::
Required
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
148
case InstrStage::
Required
:
149
//
Required
FUs conflict with both reserved and
required
ones
153
// Reserved FUs can conflict only with
required
ones.
199
case InstrStage::
Required
:
200
//
Required
FUs conflict with both reserved and
required
ones
204
// Reserved FUs can conflict only with
required
ones.
216
if (IS->getReservationKind() == InstrStage::
Required
)
/src/external/apache2/llvm/dist/llvm/lib/IR/
Pass.cpp
268
pushUnique(
Required
, ID);
273
pushUnique(
Required
, &ID);
278
pushUnique(
Required
, &ID);
/src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/
llvm-cxxmap.cpp
28
cl::opt<std::string> OldSymbolFile(cl::Positional, cl::
Required
,
30
cl::opt<std::string> NewSymbolFile(cl::Positional, cl::
Required
,
32
cl::opt<std::string> RemappingFile("remapping-file", cl::
Required
,
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
TestingSupport.cpp
23
cl::opt<std::string> InputSourceFile(cl::Positional, cl::
Required
,
27
"o", cl::
Required
,
/src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
llvm-reduce.cpp
44
static cl::opt<std::string> InputFilename(cl::Positional, cl::
Required
,
49
TestFilename("test", cl::
Required
,
/src/external/apache2/llvm/dist/clang/tools/apinotes-test/
APINotesTest.cpp
19
llvm::cl::
Required
);
/src/external/apache2/llvm/dist/clang/tools/diagtool/
FindDiagnosticID.cpp
46
llvm::cl::
Required
, llvm::cl::cat(FindDiagnosticIDOptions));
/src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
build_install_llvm.sh
25
Required
options: --to, at least one --install-target.
/src/crypto/external/bsd/openssl.old/dist/util/
mkrc.pl
72
//
Required
:
/src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
DispatchStage.cpp
163
unsigned
Required
= std::min(NumMicroOps, DispatchWidth);
164
if (
Required
> AvailableEntries)
/src/external/apache2/llvm/dist/llvm/tools/llvm-cat/
llvm-cat.cpp
41
static cl::opt<std::string> OutputFilename("o", cl::
Required
,
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h
60
Required
= 0,
Completed in 31 milliseconds
1
2
3
4
Indexes created Mon Jun 15 00:25:07 UTC 2026