OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOptional
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
212
bool
IsOptional
;
793
[](const ClassInfo &Class) { return Class.
IsOptional
; });
1139
Entry->
IsOptional
= false;
1276
CI->
IsOptional
= false;
1410
Init *
IsOptional
= Rec->getValueInit("
IsOptional
");
1411
if (BitInit *BI = dyn_cast<BitInit>(
IsOptional
))
1412
CI->
IsOptional
= BI->getValue();
2096
if (Op.Class->
IsOptional
) {
2117
if (Op.Class->
IsOptional
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp
1800
bool
IsOptional
= MI->isVariadic() && MONum == MCID.getNumOperands() - 1;
1801
if (!
IsOptional
) {
Completed in 19 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026