Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp85 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 DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h35 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 DLangOptions.h282 Unspecified, enumerator
559 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def43 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 DDeclSpec.cpp525 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 DCommonConfig.h29 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 DCheckerHelpers.cpp107 return Nullability::Unspecified; in getNullabilityAnnotation()
112 return Nullability::Unspecified; in getNullabilityAnnotation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DExpandVariadics.h20 Unspecified, // Use the implementation defaults enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp62 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 DCheckerHelpers.h63 Unspecified, enumerator
H A DCallDescription.h63 Unspecified, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp57 Unspecified = 0, enumerator
276 uint64_t AttributeEncoding = BaseTypeAttributeEncoding::Unspecified; in emitGlobalDI()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp21 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified()
63 case Unspecified: in operator ==()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnwindTablePrinter.cpp54 case UnwindLocation::Unspecified: in printUnwindLocation()
H A DDWARFDebugFrame.cpp67 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 DNameSearchContext.cpp82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h486 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 DDWARFUnwindTable.h32 Unspecified, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp109 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h619 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 DExpandVariadics.cpp75 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 Dllvm-dwarfdump.cpp134 Unspecified enumerator
298 "error-display", init(Unspecified),
860 if (ErrorDetails != Unspecified || !JsonErrSummaryFile.empty()) { in main()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp92 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 DIdentifierTable.cpp848 case NullabilityKind::Unspecified: in getNullabilitySpelling()
863 case NullabilityKind::Unspecified: in operator <<()

123