/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 91 else if (Attrs.UnrollEnable != LoopAttributes::Unspecified || in createPartialUnrollMetadata() 219 else if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 220 Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 222 Attrs.VectorizeScalable != LoopAttributes::Unspecified) in createLoopVectorizeMetadata() 257 if (Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 278 if (Attrs.VectorizeScalable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 304 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 457 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes() 458 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 459 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes() [all …]
|
H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
/freebsd/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 342 Unspecified, enumerator 393 Unspecified = 3, enumerator
|
H A D | LangOptions.h | 246 Unspecified, enumerator 498 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsageGadgets.def | 42 FIXABLE_GADGET(ULCArraySubscript) // `DRE[any]` in an Unspecified Lvalue Context 45 FIXABLE_GADGET(UPCAddressofArraySubscript) // '&DRE[any]' in an Unspecified Pointer Context 47 FIXABLE_GADGET(UPCPreIncrement) // '++Ptr' in an Unspecified Pointer Context 48 FIXABLE_GADGET(UUCAddAssign) // 'Ptr += n' in an Unspecified Untyped Context
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 526 case TypeSpecifierWidth::Unspecified: in getSpecifierName() 549 case TypeSpecifierSign::Unspecified: in getSpecifierName() 618 case ConstexprSpecKind::Unspecified: in getSpecifierName() 723 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth() 747 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign() 1132 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec() 1162 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish() 1164 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish() 1183 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish() 1185 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish() [all …]
|
H A D | HLSLExternalSemaSource.cpp | 172 ConstexprSpecKind::Unspecified); in addDefaultHandleConstructor() 251 MethodTy, TSInfo, SC_None, false, false, ConstexprSpecKind::Unspecified, in addArraySubscriptOperator()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 28 enum class FileFormat { Unspecified, ELF, Binary, IHex, SREC }; enumerator 198 FileFormat InputFormat = FileFormat::Unspecified; 200 FileFormat OutputFormat = FileFormat::Unspecified;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 107 return Nullability::Unspecified; in getNullabilityAnnotation() 112 return Nullability::Unspecified; in getNullabilityAnnotation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ExpandVariadics.h | 20 Unspecified, // Use the implementation defaults enumerator
|
/freebsd/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() 1147 if (DestNullability == Nullability::Unspecified) in checkPostStmt() 1273 Nullability ValNullability = Nullability::Unspecified; in checkBind() 1281 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 63 Unspecified, enumerator
|
H A D | CallDescription.h | 63 Unspecified, enumerator
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 484 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec() 486 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec() 494 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec() 690 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier() 692 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier() 835 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier() 839 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 123 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
|
H A D | ObjcopyOptions.cpp | 685 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 750 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 751 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions() 1497 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions() 1498 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 617 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec() 621 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec() 633 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec() 637 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec() 672 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal() 673 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
|
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 132 Unspecified enumerator 288 "error-display", init(Unspecified), 846 if (ErrorDetails != Unspecified || !JsonErrSummaryFile.empty()) { in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 75 cl::init(ExpandVariadicsMode::Unspecified), 76 cl::values(clEnumValN(ExpandVariadicsMode::Unspecified, "unspecified", 86 return ExpandVariadicsModeOption != ExpandVariadicsMode::Unspecified; in commandLineOverride()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 818 case NullabilityKind::Unspecified: in getNullabilitySpelling() 833 case NullabilityKind::Unspecified: in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 2068 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2095 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2120 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2128 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 2141 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 2169 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
|
/freebsd/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
|