Home
last modified time | relevance | path

Searched refs:Unspecified (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp449 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes()
450 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes()
460 VectorizeScalable = LoopAttributes::Unspecified; in clear()
464 VectorizeEnable = LoopAttributes::Unspecified; in clear()
465 UnrollEnable = LoopAttributes::Unspecified; in clear()
466 UnrollAndJamEnable = LoopAttributes::Unspecified; in clear()
467 VectorizePredicateEnable = LoopAttributes::Unspecified; in clear()
468 DistributeEnable = LoopAttributes::Unspecified; in clear()
493 Attrs.UnrollEnable == LoopAttributes::Unspecified && in LoopInfo()
530 case LoopAttributes::Unspecified: in finish()
[all …]
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
35 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
40 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator
314 Unspecified, enumerator
363 Unspecified = 3, enumerator
H A DLangOptions.h190 Unspecified, enumerator
325 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp508 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
531 case TypeSpecifierSign::Unspecified: in getSpecifierName()
592 case ConstexprSpecKind::Unspecified: in getSpecifierName()
698 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
722 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1094 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1125 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1127 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1160 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1243 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
[all …]
H A DSemaType.cpp1285 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType()
1296 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType()
1313 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType()
1388 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1413 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1457 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1480 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
3972 case NullabilityKind::Unspecified: in getNullabilityKeyword()
4416 case NullabilityKind::Unspecified: in createNullabilityAttr()
7097 return NullabilityKind::Unspecified; in mapNullabilityAttrKind()
[all …]
H A DSemaLambda.cpp1452 : ConstexprSpecKind::Unspecified, in addFunctionPointerConversion()
1491 /*isInline=*/true, ConstexprSpecKind::Unspecified, in addFunctionPointerConversion()
1559 /*isInline=*/true, ExplicitSpecifier(), ConstexprSpecKind::Unspecified, in addBlockPointerConversion()
1924 : ConstexprSpecKind::Unspecified); in BuildLambdaExpr()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h30 Unspecified, enumerator
193 FileFormat InputFormat = FileFormat::Unspecified;
195 FileFormat OutputFormat = FileFormat::Unspecified;
H A DConfigManager.cpp723 .Default(FileFormat::Unspecified); in parseObjcopyOptions()
746 .Default(FileFormat::Unspecified); in parseObjcopyOptions()
747 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions()
1348 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
1349 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
H A Dllvm-objcopy.cpp158 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp105 return Nullability::Unspecified; in getNullabilityAnnotation()
110 return Nullability::Unspecified; in getNullabilityAnnotation()
/freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp91 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration()
95 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration()
100 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration()
101 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h62 Unspecified, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp60 case Nullability::Unspecified: in getNullabilityString()
851 return Nullability::Unspecified; in getReceiverNullability()
935 ComputedNullab != Nullability::Unspecified) { in checkPostObjCMessage()
989 if (DestNullability == Nullability::Unspecified) in checkPostStmt()
1115 Nullability ValNullability = Nullability::Unspecified; in checkBind()
1123 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp44 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified()
87 case Unspecified: in dump()
135 case Unspecified: in operator ==()
227 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
244 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h425 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec()
427 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec()
435 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec()
623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
625 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier()
760 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
764 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
H A DTypeLoc.h606 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec()
610 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec()
622 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec()
626 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec()
661 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal()
662 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp190 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2084 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2111 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2136 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2144 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2157 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2185 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra124-xusb-padctl.txt50 Unspecified is represented as an absent property, and off/on are represented
H A Dfsl,mxs-pinctrl.txt21 actually tristates in this binding: unspecified, off, or on. Unspecified is
H A Dnvidia,tegra20-pinmux.txt27 unspecified, off, or on. Unspecified is represented as an absent property,
H A Dnvidia,tegra210-pinmux.txt28 unspecified, off, or on. Unspecified is represented as an absent property,

123