| /openbsd-src/gnu/llvm/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() 449 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes() 450 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 451 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes() [all …]
|
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 32 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 D | LangOptions.h | 240 Unspecified, enumerator 419 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 512 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 D | HLSLExternalSemaSource.cpp | 169 ConstexprSpecKind::Unspecified); in addDefaultHandleConstructor() 250 MethodTy, TSInfo, SC_None, false, false, ConstexprSpecKind::Unspecified, in addArraySubscriptOperator()
|
| H A D | SemaType.cpp | 1288 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 D | SemaLambda.cpp | 1488 : 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 D | CommonConfig.h | 31 Unspecified, enumerator 204 FileFormat InputFormat = FileFormat::Unspecified; 206 FileFormat OutputFormat = FileFormat::Unspecified;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 106 return Nullability::Unspecified; in getNullabilityAnnotation() 111 return Nullability::Unspecified; in getNullabilityAnnotation()
|
| /openbsd-src/gnu/llvm/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 91 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 D | CheckerHelpers.h | 61 Unspecified, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 60 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 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 82 : ConstexprSpecKind::Unspecified); in AddFunDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
|
| H A D | TypeLoc.h | 605 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 D | DeclSpec.h | 445 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 D | llvm-objcopy.cpp | 124 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
|
| H A D | ObjcopyOptions.cpp | 660 .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 D | UnspecifiedBehaviorRandomization.rst | 2 Unspecified Behavior Randomization
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 226 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2095 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 D | ParseObjc.cpp | 982 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 D | DWARFDebugFrame.h | 40 Unspecified, enumerator
|