| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 30 Attrs.VectorizeEnable == LoopAttributes::Unspecified && in createMetadata() 31 Attrs.UnrollEnable == LoopAttributes::Unspecified && in createMetadata() 32 Attrs.UnrollAndJamEnable == LoopAttributes::Unspecified && in createMetadata() 84 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified) { in createMetadata() 93 if (Attrs.UnrollEnable != LoopAttributes::Unspecified) { in createMetadata() 118 if (Attrs.DistributeEnable != LoopAttributes::Unspecified) { in createMetadata() 156 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 168 VectorizeEnable = LoopAttributes::Unspecified; in clear() 169 UnrollEnable = LoopAttributes::Unspecified; in clear() 170 UnrollAndJamEnable = LoopAttributes::Unspecified; in clear() [all …]
|
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 105 return Nullability::Unspecified; in getNullabilityAnnotation() 110 return Nullability::Unspecified; in getNullabilityAnnotation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 148 Unspecified, enumerator 209 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| H A D | Specifiers.h | 295 Unspecified enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerHelpers.h | 59 Unspecified, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 61 case Nullability::Unspecified: in getNullabilityString() 813 return Nullability::Unspecified; in getReceiverNullability() 897 ComputedNullab != Nullability::Unspecified) { in checkPostObjCMessage() 951 if (DestNullability == Nullability::Unspecified) in checkPostStmt() 1077 Nullability ValNullability = Nullability::Unspecified; in checkBind() 1085 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1743 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 1770 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 1795 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 1803 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 1816 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 1844 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 932 NullabilityKind::Unspecified, in ParseObjCPropertyAttribute() 935 DS.setNullability(Tok.getLocation(), NullabilityKind::Unspecified); in ParseObjCPropertyAttribute() 939 NullabilityKind::Unspecified, in ParseObjCPropertyAttribute() 942 DS.setNullability(Tok.getLocation(), NullabilityKind::Unspecified); in ParseObjCPropertyAttribute() 1174 Nullability = NullabilityKind::Unspecified; in ParseObjCTypeQualifierList()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 692 case NullabilityKind::Unspecified: in getNullabilitySpelling()
|
| H A D | Diagnostic.cpp | 56 case NullabilityKind::Unspecified: in operator <<()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2308 *SubTnullability == NullabilityKind::Unspecified || in hasSameNullabilityTypeQualifier() 2309 *SuperTnullability == NullabilityKind::Unspecified) in hasSameNullabilityTypeQualifier()
|
| H A D | Type.h | 4489 case NullabilityKind::Unspecified:
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1408 static const uint8_t Unspecified = 3; in getMessageSendResultType() local 1412 /* NonNull */ { None, NonNull, Nullable, Unspecified }, in getMessageSendResultType() 1414 /* Unspecified */ { None, Unspecified, Nullable, Unspecified } in getMessageSendResultType()
|
| H A D | SemaObjCProperty.cpp | 2386 if (*nullability == NullabilityKind::Unspecified) in ProcessPropertyDecl() 2460 if (*nullability == NullabilityKind::Unspecified) in ProcessPropertyDecl()
|
| H A D | SemaType.cpp | 3480 case NullabilityKind::Unspecified: in getNullabilityKeyword() 3918 case NullabilityKind::Unspecified: in createNullabilityAttr() 6420 return NullabilityKind::Unspecified; in mapNullabilityAttrKind()
|
| H A D | SemaExpr.cpp | 7431 return NullabilityKind::Unspecified; in computeConditionalNullability() 7453 MergedKind = NullabilityKind::Unspecified; in computeConditionalNullability()
|
| H A D | SemaCodeComplete.cpp | 2346 case NullabilityKind::Unspecified: in formatObjCParamQualifiers()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1461 if (*nullability == NullabilityKind::Unspecified && in VisitObjCPropertyDecl()
|
| H A D | Type.cpp | 3829 return NullabilityKind::Unspecified; in getImmediateNullability()
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | verify.pod | 418 Unspecified error; should not happen.
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 332 Unspecified = -1, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1200 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate() 1203 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5472 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate() 5492 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11006 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 11025 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
|