Searched refs:Unspecified (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h60 Unspecified, member in class:clang::ento::Nullability
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp92 else if (Attrs.UnrollEnable != LoopAttributes::Unspecified ||
222 else if (Attrs.VectorizeEnable != LoopAttributes::Unspecified ||
223 Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified ||
259 if (Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified &&
295 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified ||
435 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified),
436 UnrollEnable(LoopAttributes::Unspecified),
437 UnrollAndJamEnable(LoopAttributes::Unspecified),
438 VectorizePredicateEnable(LoopAttributes::Unspecified), VectorizeWidth(0),
440 DistributeEnable(LoopAttributes::Unspecified), PipelineDisable
[all...]
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp105 return Nullability::Unspecified;
110 return Nullability::Unspecified;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h329 Unspecified
333 /// ordering is: Unspecified < Nullable < NonNull.
368 Unspecified = 3,
H A DLangOptions.h162 Unspecified, member in class:clang::LangOptions::CoreFoundationABI
256 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h33 Unspecified, member in class:llvm::objcopy::FileFormat
155 FileFormat InputFormat = FileFormat::Unspecified;
157 FileFormat OutputFormat = FileFormat::Unspecified;
H A DCopyConfig.cpp508 .Default(FileFormat::Unspecified);
517 .Default(FileFormat::Unspecified);
518 if (Config.OutputFormat == FileFormat::Unspecified) {
1037 Config.InputFormat = FileFormat::Unspecified;
1038 Config.OutputFormat = FileFormat::Unspecified;
H A Dllvm-objcopy.cpp157 case FileFormat::Unspecified:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h377 return Inheritance == MSInheritanceModel::Unspecified;
H A DASTContext.h2338 *SubTnullability == NullabilityKind::Unspecified ||
2339 *SuperTnullability == NullabilityKind::Unspecified)
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp60 case Nullability::Unspecified:
851 return Nullability::Unspecified;
935 ComputedNullab != Nullability::Unspecified) {
989 if (DestNullability == Nullability::Unspecified)
1115 Nullability ValNullability = Nullability::Unspecified;
1123 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp160 return MSInheritanceModel::Unspecified;
H A DMicrosoftMangle.cpp624 case MSInheritanceModel::Unspecified: Code = 'G'; break;
655 case MSInheritanceModel::Unspecified: Code = 'J'; break;
690 if (IM == MSInheritanceModel::Unspecified)
H A DDeclPrinter.cpp1512 if (*nullability == NullabilityKind::Unspecified &&
H A DType.cpp4103 return NullabilityKind::Unspecified;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1941 return TargetLoweringBase::ReciprocalEstimate::Unspecified;
1968 return TargetLoweringBase::ReciprocalEstimate::Unspecified;
1993 return TargetLoweringBase::ReciprocalEstimate::Unspecified;
2001 return TargetLoweringBase::ReciprocalEstimate::Unspecified;
2014 return TargetLoweringBase::ReciprocalEstimate::Unspecified;
2042 return TargetLoweringBase::ReciprocalEstimate::Unspecified;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp717 case NullabilityKind::Unspecified:
H A DDiagnostic.cpp55 case NullabilityKind::Unspecified:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp943 NullabilityKind::Unspecified,
946 DS.setNullability(Tok.getLocation(), NullabilityKind::Unspecified);
950 NullabilityKind::Unspecified,
953 DS.setNullability(Tok.getLocation(), NullabilityKind::Unspecified);
1187 Nullability = NullabilityKind::Unspecified;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1575 static const uint8_t Unspecified = 3; local
1577 // None NonNull Nullable Unspecified
1579 /* NonNull */ { None, NonNull, Nullable, Unspecified },
1581 /* Unspecified */ { None, Unspecified, Nullable, Unspecified }
H A DSemaObjCProperty.cpp2494 if (*nullability == NullabilityKind::Unspecified)
2573 if (*nullability == NullabilityKind::Unspecified)
H A DSemaType.cpp1362 // Unspecified typespec defaults to int in C90. However, the C90 grammar
3831 case NullabilityKind::Unspecified:
4268 case NullabilityKind::Unspecified:
6946 return NullabilityKind::Unspecified;
8396 IM = MSInheritanceModel::Unspecified;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h471 Unspecified = -1,
478 /// the function's attributes, "Unspecified" is returned and target defaults
484 /// the function's attributes, "Unspecified" is returned and target defaults
490 /// the function's attributes, "Unspecified" is returned and target defaults
496 /// the function's attributes, "Unspecified" is returned and target defaults
4224 /// \p Enabled is a ReciprocalEstimate enum with value either 'Unspecified' or
4226 /// If \p RefinementSteps is 'Unspecified', the number of Newton-Raphson
4244 /// \p Enabled is a ReciprocalEstimate enum with value either 'Unspecified' or
4246 /// If \p RefinementSteps is 'Unspecified', the number of Newton-Raphson
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1189 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32())))
1192 if (ExtraSteps == ReciprocalEstimate::Unspecified)

Completed in 512 milliseconds

12