Home
last modified time | relevance | path

Searched refs:Nonnull (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp62 case Nullability::Nonnull: in getNullabilityString()
337 if (getNullabilityAnnotation(T) != Nullability::Nonnull) in checkValueAtLValForInvariantViolation()
660 RequiredNullability == Nullability::Nonnull) { in checkPreStmt()
724 RequiredNullability == Nullability::Nonnull && in checkPreCall()
754 RequiredNullability == Nullability::Nonnull && in checkPreCall()
830 return Nullability::Nonnull; in getReceiverNullability()
839 return Nullability::Nonnull; in getReceiverNullability()
955 RetNullability = Nullability::Nonnull; in checkPostObjCMessage()
998 if (DestNullability == Nullability::Nonnull) { in checkPostStmt()
1133 ValNullability != Nullability::Nonnull && in checkBind()
[all …]
H A DTrustNonnullChecker.cpp162 if (getNullabilityAnnotation(ExprRetType) == Nullability::Nonnull) in isNonNullPtr()
178 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()
/llvm-project-15.0.7/clang/test/APINotes/Inputs/Frameworks/Simple.framework/Headers/
H A DSimple.apinotes10 Nullability: Nonnull
/llvm-project-15.0.7/clang/test/APINotes/
H A Dyaml-roundtrip.test14 CHECK-NEXT: > Nullability: Nonnull
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h62 Nonnull enumerator
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp109 return Nullability::Nonnull; in getNullabilityAnnotation()
/llvm-project-15.0.7/clang/docs/
H A DAPINotes.rst187 - ``Nonnull`` or ``N`` (corresponding to ``_Nonnull``)