| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 449 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 D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 32 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 D | LangOptions.h | 190 Unspecified, enumerator 325 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 508 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 D | SemaType.cpp | 1285 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 D | SemaLambda.cpp | 1452 : 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 D | CommonConfig.h | 30 Unspecified, enumerator 193 FileFormat InputFormat = FileFormat::Unspecified; 195 FileFormat OutputFormat = FileFormat::Unspecified;
|
| H A D | ConfigManager.cpp | 723 .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 D | llvm-objcopy.cpp | 158 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 105 return Nullability::Unspecified; in getNullabilityAnnotation() 110 return Nullability::Unspecified; in getNullabilityAnnotation()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 91 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 D | CheckerHelpers.h | 62 Unspecified, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 60 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 D | DWARFDebugFrame.cpp | 44 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 D | DeclSpec.h | 425 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 D | CXXInheritance.h | 366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
|
| H A D | TypeLoc.h | 606 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 D | NameSearchContext.cpp | 82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 190 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2084 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 D | nvidia,tegra124-xusb-padctl.txt | 50 Unspecified is represented as an absent property, and off/on are represented
|
| H A D | fsl,mxs-pinctrl.txt | 21 actually tristates in this binding: unspecified, off, or on. Unspecified is
|
| H A D | nvidia,tegra20-pinmux.txt | 27 unspecified, off, or on. Unspecified is represented as an absent property,
|
| H A D | nvidia,tegra210-pinmux.txt | 28 unspecified, off, or on. Unspecified is represented as an absent property,
|