Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.cpp91 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()
449 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
450 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes()
451 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes()
[all …]
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
44 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
47 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
49 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator
329 Unspecified, enumerator
378 Unspecified = 3, enumerator
H A DLangOptions.h240 Unspecified, enumerator
419 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp512 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
535 case TypeSpecifierSign::Unspecified: in getSpecifierName()
602 case ConstexprSpecKind::Unspecified: in getSpecifierName()
707 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
731 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1103 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1133 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1135 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1154 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1156 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
[all …]
H A DHLSLExternalSemaSource.cpp169 ConstexprSpecKind::Unspecified); in addDefaultHandleConstructor()
250 MethodTy, TSInfo, SC_None, false, false, ConstexprSpecKind::Unspecified, in addArraySubscriptOperator()
H A DSemaType.cpp1288 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType()
1299 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType()
1316 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType()
1321 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType()
1326 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType()
1389 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1414 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1457 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1480 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType()
1584 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
[all …]
H A DSemaLambda.cpp1488 : ConstexprSpecKind::Unspecified, in addFunctionPointerConversion()
1532 /*isInline=*/true, ConstexprSpecKind::Unspecified, in addFunctionPointerConversion()
1603 /*isInline=*/true, ExplicitSpecifier(), ConstexprSpecKind::Unspecified, in addBlockPointerConversion()
1968 : ConstexprSpecKind::Unspecified); in BuildLambdaExpr()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h31 Unspecified, enumerator
204 FileFormat InputFormat = FileFormat::Unspecified;
206 FileFormat OutputFormat = FileFormat::Unspecified;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp106 return Nullability::Unspecified; in getNullabilityAnnotation()
111 return Nullability::Unspecified; in getNullabilityAnnotation()
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp91 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration()
95 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration()
100 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration()
101 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h61 Unspecified, enumerator
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp60 case Nullability::Unspecified: in getNullabilityString()
900 return Nullability::Unspecified; in getReceiverNullability()
1010 ComputedNullab != Nullability::Unspecified) { in checkPostObjCMessage()
1105 if (DestNullability == Nullability::Unspecified) in checkPostStmt()
1231 Nullability ValNullability = Nullability::Unspecified; in checkBind()
1239 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
H A DTypeLoc.h605 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec()
609 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec()
621 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec()
625 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec()
660 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal()
661 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h445 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec()
447 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec()
455 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec()
643 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
645 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier()
783 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier()
787 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp124 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
H A DObjcopyOptions.cpp660 .Default(FileFormat::Unspecified); in parseObjcopyOptions()
723 .Default(FileFormat::Unspecified); in parseObjcopyOptions()
724 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions()
1343 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
1344 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DUnspecifiedBehaviorRandomization.rst2 Unspecified Behavior Randomization
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp226 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2095 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2122 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2147 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2155 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2168 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2196 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp982 NullabilityKind::Unspecified, in ParseObjCPropertyAttribute()
985 DS.setNullability(Tok.getLocation(), NullabilityKind::Unspecified); in ParseObjCPropertyAttribute()
989 NullabilityKind::Unspecified, in ParseObjCPropertyAttribute()
992 DS.setNullability(Tok.getLocation(), NullabilityKind::Unspecified); in ParseObjCPropertyAttribute()
1227 Nullability = NullabilityKind::Unspecified; in ParseObjCTypeQualifierList()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h40 Unspecified, enumerator

123