Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGLoopInfo.cpp30 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 DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp105 return Nullability::Unspecified; in getNullabilityAnnotation()
110 return Nullability::Unspecified; in getNullabilityAnnotation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h148 Unspecified, enumerator
209 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
H A DSpecifiers.h295 Unspecified enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h59 Unspecified, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp61 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 DTargetLoweringBase.cpp1743 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 DParseObjc.cpp932 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 DIdentifierTable.cpp692 case NullabilityKind::Unspecified: in getNullabilitySpelling()
H A DDiagnostic.cpp56 case NullabilityKind::Unspecified: in operator <<()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2308 *SubTnullability == NullabilityKind::Unspecified || in hasSameNullabilityTypeQualifier()
2309 *SuperTnullability == NullabilityKind::Unspecified) in hasSameNullabilityTypeQualifier()
H A DType.h4489 case NullabilityKind::Unspecified:
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1408 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 DSemaObjCProperty.cpp2386 if (*nullability == NullabilityKind::Unspecified) in ProcessPropertyDecl()
2460 if (*nullability == NullabilityKind::Unspecified) in ProcessPropertyDecl()
H A DSemaType.cpp3480 case NullabilityKind::Unspecified: in getNullabilityKeyword()
3918 case NullabilityKind::Unspecified: in createNullabilityAttr()
6420 return NullabilityKind::Unspecified; in mapNullabilityAttrKind()
H A DSemaExpr.cpp7431 return NullabilityKind::Unspecified; in computeConditionalNullability()
7453 MergedKind = NullabilityKind::Unspecified; in computeConditionalNullability()
H A DSemaCodeComplete.cpp2346 case NullabilityKind::Unspecified: in formatObjCParamQualifiers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1461 if (*nullability == NullabilityKind::Unspecified && in VisitObjCPropertyDecl()
H A DType.cpp3829 return NullabilityKind::Unspecified; in getImmediateNullability()
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dverify.pod418 Unspecified error; should not happen.
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h332 Unspecified = -1, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1200 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1203 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5472 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 DPPCISelLowering.cpp11006 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
11025 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()

12