Searched refs:Nullable (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h57 Nullable, member in class:clang::ento::Nullability
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp106 return Nullability::Nullable;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp13 // * Nullable pointer is passed to a pointer which has a _Nonnull type.
14 // * Nullable pointer is returned from a function which has a _Nonnull return
16 // * Nullable pointer is dereferenced.
58 case Nullability::Nullable:
491 TrackedNullability->getValue() == Nullability::Nullable) {
496 reportBug("Nullable pointer is dereferenced",
499 reportBug("Nullable pointer is passed to a callee that requires a "
614 TrackedNullabValue == Nullability::Nullable &&
621 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) <<
630 if (RequiredNullability == Nullability::Nullable) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h319 Nullable,
328 /// ordering is: Unspecified < Nullable < NonNull.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp705 case NullabilityKind::Nullable:
H A DDiagnostic.cpp51 case NullabilityKind::Nullable:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1460 static const uint8_t Nullable = 2; local
1463 // None NonNull Nullable Unspecified
1464 /* None */ { None, None, Nullable, None },
1465 /* NonNull */ { None, NonNull, Nullable, Unspecified },
1466 /* Nullable */ { Nullable, Nullable, Nullable, Nullable },
1467 /* Unspecified */ { None, Unspecified, Nullable, Unspecifie
[all...]
H A DSemaType.cpp3679 case NullabilityKind::Nullable:
3996 addFixIt(NullabilityKind::Nullable);
4118 case NullabilityKind::Nullable:
4311 inferNullability = NullabilityKind::Nullable;
4345 inferNullability = NullabilityKind::Nullable;
4362 inferNullability = NullabilityKind::Nullable;
6727 return NullabilityKind::Nullable;
H A DSema.cpp491 if (!ExprNullability || *ExprNullability != NullabilityKind::Nullable)
H A DSemaExpr.cpp7886 if (LHSKind == NullabilityKind::Nullable ||
7887 RHSKind == NullabilityKind::Nullable)
7888 MergedKind = NullabilityKind::Nullable;
H A DSemaCodeComplete.cpp2667 case NullabilityKind::Nullable:
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2368 *SubTnullability == NullabilityKind::Nullable);
2373 return (*SuperTnullability == NullabilityKind::Nullable &&
H A DType.h4611 case NullabilityKind::Nullable:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp935 NullabilityKind::Nullable,
938 DS.setNullability(Tok.getLocation(), NullabilityKind::Nullable);
1181 Nullability = NullabilityKind::Nullable;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3962 return NullabilityKind::Nullable;

Completed in 327 milliseconds