Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp458 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 DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd-14.2/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
338 Unspecified, enumerator
389 Unspecified = 3, enumerator
H A DLangOptions.h252 Unspecified, enumerator
455 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def34 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 DDeclSpec.cpp524 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 DHLSLExternalSemaSource.cpp167 ConstexprSpecKind::Unspecified); in addDefaultHandleConstructor()
247 MethodTy, TSInfo, SC_None, false, false, ConstexprSpecKind::Unspecified, in addArraySubscriptOperator()
H A DSemaType.cpp1305 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 DCommonConfig.h31 Unspecified, enumerator
205 FileFormat InputFormat = FileFormat::Unspecified;
207 FileFormat OutputFormat = FileFormat::Unspecified;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp106 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 DCheckerHelpers.h61 Unspecified, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp62 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 DDWARFDebugFrame.cpp43 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 DNameSearchContext.cpp82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
H A DTypeLoc.h611 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 DDeclSpec.h461 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 DAPINotesYAMLCompiler.cpp90 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 Dllvm-objcopy.cpp123 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
H A DObjcopyOptions.cpp629 .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 DIdentifierTable.cpp815 case NullabilityKind::Unspecified: in getNullabilitySpelling()
830 case NullabilityKind::Unspecified: in operator <<()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp224 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2142 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 Dnvidia,tegra124-xusb-padctl.txt50 Unspecified is represented as an absent property, and off/on are represented
H A Dfsl,mxs-pinctrl.txt21 actually tristates in this binding: unspecified, off, or on. Unspecified is

123