| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 458 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 459 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes() 469 VectorizeScalable = LoopAttributes::Unspecified; in clear() 473 VectorizeEnable = LoopAttributes::Unspecified; in clear() 474 UnrollEnable = LoopAttributes::Unspecified; in clear() 475 UnrollAndJamEnable = LoopAttributes::Unspecified; in clear() 476 VectorizePredicateEnable = LoopAttributes::Unspecified; in clear() 477 DistributeEnable = LoopAttributes::Unspecified; in clear() 503 Attrs.UnrollEnable == LoopAttributes::Unspecified && in LoopInfo() 540 case LoopAttributes::Unspecified: in finish() [all …]
|
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator 50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator 52 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator 338 Unspecified, enumerator 389 Unspecified = 3, enumerator
|
| H A D | LangOptions.h | 252 Unspecified, enumerator 455 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsageGadgets.def | 34 FIXABLE_GADGET(ULCArraySubscript) // `DRE[any]` in an Unspecified Lvalue Context 37 FIXABLE_GADGET(UPCAddressofArraySubscript) // '&DRE[any]' in an Unspecified Pointer Context 39 FIXABLE_GADGET(UPCPreIncrement) // '++Ptr' in an Unspecified Pointer Context 40 FIXABLE_GADGET(UUCAddAssign) // 'Ptr += n' in an Unspecified Untyped Context
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 524 case TypeSpecifierWidth::Unspecified: in getSpecifierName() 547 case TypeSpecifierSign::Unspecified: in getSpecifierName() 614 case ConstexprSpecKind::Unspecified: in getSpecifierName() 719 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth() 743 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign() 1115 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec() 1145 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish() 1147 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish() 1191 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish() 1269 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish() [all …]
|
| H A D | HLSLExternalSemaSource.cpp | 167 ConstexprSpecKind::Unspecified); in addDefaultHandleConstructor() 247 MethodTy, TSInfo, SC_None, false, false, ConstexprSpecKind::Unspecified, in addArraySubscriptOperator()
|
| H A D | SemaType.cpp | 1305 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType() 1316 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType() 1333 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType() 1406 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1431 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1474 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1497 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 4225 case NullabilityKind::Unspecified: in getNullabilityKeyword() 4669 case NullabilityKind::Unspecified: in createNullabilityAttr() 7556 return NullabilityKind::Unspecified; in mapNullabilityAttrKind() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 31 Unspecified, enumerator 205 FileFormat InputFormat = FileFormat::Unspecified; 207 FileFormat OutputFormat = FileFormat::Unspecified;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 106 return Nullability::Unspecified; in getNullabilityAnnotation() 111 return Nullability::Unspecified; in getNullabilityAnnotation()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerHelpers.h | 61 Unspecified, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 62 case Nullability::Unspecified: in getNullabilityString() 943 return Nullability::Unspecified; in getReceiverNullability() 1051 ComputedNullab != Nullability::Unspecified) { in checkPostObjCMessage() 1146 if (DestNullability == Nullability::Unspecified) in checkPostStmt() 1272 Nullability ValNullability = Nullability::Unspecified; in checkBind() 1280 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 43 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() 85 case Unspecified: in dump() 135 case Unspecified: in operator ==() 229 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create() 246 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
|
| H A D | TypeLoc.h | 611 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec() 615 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec() 627 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec() 631 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec() 666 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal() 667 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 461 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec() 463 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec() 471 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec() 659 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier() 661 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier() 799 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier() 803 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 90 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration() 94 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration() 99 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration() 100 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 123 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
|
| H A D | ObjcopyOptions.cpp | 629 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 692 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 693 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions() 1341 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions() 1342 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 815 case NullabilityKind::Unspecified: in getNullabilitySpelling() 830 case NullabilityKind::Unspecified: in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 224 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2142 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2169 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2194 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2202 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 2215 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 2243 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
|
| /freebsd-14.2/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
|