| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 85 else if (Attrs.UnrollEnable != LoopAttributes::Unspecified || in createPartialUnrollMetadata() 205 else if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 206 Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 208 Attrs.VectorizeScalable != LoopAttributes::Unspecified) in createLoopVectorizeMetadata() 242 if (Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 263 if (Attrs.VectorizeScalable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 289 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 432 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes() 433 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 434 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 357 Unspecified, enumerator 414 Unspecified = 3, enumerator
|
| H A D | LangOptions.h | 282 Unspecified, enumerator 559 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsageGadgets.def | 43 FIXABLE_GADGET(ULCArraySubscript) // `DRE[any]` in an Unspecified Lvalue Context 46 FIXABLE_GADGET(UPCAddressofArraySubscript) // '&DRE[any]' in an Unspecified Pointer Context 48 FIXABLE_GADGET(UPCPreIncrement) // '++Ptr' in an Unspecified Pointer Context 49 FIXABLE_GADGET(UUCAddAssign) // 'Ptr += n' in an Unspecified Untyped Context
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 525 case TypeSpecifierWidth::Unspecified: in getSpecifierName() 548 case TypeSpecifierSign::Unspecified: in getSpecifierName() 621 case ConstexprSpecKind::Unspecified: in getSpecifierName() 726 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth() 750 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign() 1135 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec() 1165 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish() 1167 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish() 1186 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish() 1188 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 29 enum class FileFormat { Unspecified, ELF, Binary, IHex, SREC }; enumerator 211 FileFormat InputFormat = FileFormat::Unspecified; 213 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() 694 (RequiredNullability == Nullability::Unspecified || in checkPreStmt() 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/Target/SPIRV/ |
| H A D | SPIRVEmitNonSemanticDI.cpp | 57 Unspecified = 0, enumerator 276 uint64_t AttributeEncoding = BaseTypeAttributeEncoding::Unspecified; in emitGlobalDI()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFUnwindTable.cpp | 21 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() 63 case Unspecified: in operator ==()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnwindTablePrinter.cpp | 54 case UnwindLocation::Unspecified: in printUnwindLocation()
|
| H A D | DWARFDebugFrame.cpp | 67 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in createUnwindTable() 84 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in createUnwindTable()
|
| /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 | 486 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec() 488 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec() 496 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec() 692 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier() 694 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier() 837 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier() 841 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFUnwindTable.h | 32 Unspecified, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 109 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 619 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec() 623 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec() 635 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec() 639 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec() 674 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal() 675 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
|
| /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/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 134 Unspecified enumerator 298 "error-display", init(Unspecified), 860 if (ErrorDetails != Unspecified || !JsonErrSummaryFile.empty()) { in main()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 92 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration() 96 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration() 101 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration() 102 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 848 case NullabilityKind::Unspecified: in getNullabilitySpelling() 863 case NullabilityKind::Unspecified: in operator <<()
|