Home
last modified time | relevance | path

Searched refs:IsOptional (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h241 bool IsOptional; member
249 bool IsOptional) in ObjCPropertyRecord()
253 IsOptional(IsOptional) {} in ObjCPropertyRecord()
597 StringRef GetterName, StringRef SetterName, bool IsOptional);
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp146 StringRef SetterName, bool IsOptional) { in addObjCProperty() argument
149 Attributes, GetterName, SetterName, IsOptional); in addObjCProperty()
/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp281 if (Fortran::semantics::IsOptional(sym)) { in getFromTuple()
337 Fortran::semantics::IsOptional(sym)) { in instantiateHostTuple()
398 if (Fortran::semantics::IsOptional(sym)) { in getFromTuple()
H A DConvertVariable.cpp586 if (Fortran::semantics::IsOptional(sym)) { in defaultInitializeAtRuntime()
1092 Fortran::semantics::IsOptional(sym)) in lowerToBoxValue()
H A DCallInterface.cpp1030 return characteristics->IsOptional(); in isOptional()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp213 bool IsOptional; member
803 [](const ClassInfo &Class) { return Class.IsOptional; }); in hasOptionalOperands()
1149 Entry->IsOptional = false; in getTokenClass()
1286 CI->IsOptional = false; in buildRegisterClasses()
1420 Init *IsOptional = Rec->getValueInit("IsOptional"); in buildOperandClasses() local
1421 if (BitInit *BI = dyn_cast<BitInit>(IsOptional)) in buildOperandClasses()
1422 CI->IsOptional = BI->getValue(); in buildOperandClasses()
2106 if (Op.Class->IsOptional) { in emitConvertFuncs()
2127 if (Op.Class->IsOptional) { in emitConvertFuncs()
2531 if (A.IsOptional) in emitIsSubclass()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp707 bool DummyArgument::IsOptional() const { in IsOptional() function in Fortran::evaluate::characteristics::DummyArgument
1115 notOptional += !arg.IsOptional(); in CountDummyProcedures()
1234 if (!arg1.pass && !arg1.IsOptional()) { in FindFirstToDistinguishByPosition()
1257 if (!arg1.pass && !arg1.IsOptional()) { in FindLastToDistinguishByName()
1272 return !y.pass && !y.IsOptional() && IsTkrCompatible(x, y); in CountCompatibleWith()
H A Dcheck-expression.cpp51 (INVARIANT && IsIntentIn(symbol) && !IsOptional(symbol) && in operator ()()
87 (IsIntentIn(sym) && !IsOptional(sym) && in operator ()()
H A Dtools.cpp1114 return (sym && semantics::IsOptional(*sym)) || in MayBePassedAsAbsentOptional()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp413 IsOptional(symbol)) { in CheckValue()
564 } else if (IsOptional(symbol)) { in CheckObjectEntity()
797 } else if (IsOptional(symbol)) { in CheckProcEntity()
1065 if (arg.IsOptional()) { in CheckFinal()
1331 if (arg.IsOptional()) { in CheckDefinedOperatorArg()
1387 if (arg.IsOptional()) { in CheckDefinedAssignmentArg()
H A Dcheck-call.cpp905 } else if (!dummy.IsOptional()) { in CheckExplicitInterface()
H A Dresolve-names.cpp5536 if (IsOptional(symbol)) { // C1128 in PassesLocalityChecks()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h242 bool IsOptional() const;
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h148 inline bool IsOptional(const Symbol &symbol) { in IsOptional() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1915 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
1916 if (!IsOptional) { in visitMachineOperand()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td863 /// marked as IsOptional.
866 bit IsOptional = false;
870 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1004 let IsOptional = 1;
1012 let IsOptional = 1;
1160 let IsOptional = Optional;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td41 let IsOptional = 1;