Home
last modified time | relevance | path

Searched refs:getNullabilityAnnotation (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp337 if (getNullabilityAnnotation(T) != Nullability::Nonnull) in checkValueAtLValForInvariantViolation()
548 getNullabilityAnnotation(Region->getValueType()); in checkLocation()
610 Nullability RequiredNullability = getNullabilityAnnotation(RequiredRetType); in checkPreStmt()
618 getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType()); in checkPreStmt()
715 getNullabilityAnnotation(Param->getType()); in checkPreCall()
717 getNullabilityAnnotation(ArgExpr->getType()); in checkPreCall()
819 getNullabilityAnnotation(ReturnType) == Nullability::Nullable) { in checkPostCall()
948 Nullability RetNullability = getNullabilityAnnotation(RetType); in checkPostObjCMessage()
985 Nullability DestNullability = getNullabilityAnnotation(DestType); in checkPostStmt()
1117 ValNullability = getNullabilityAnnotation(Sym->getType()); in checkBind()
[all …]
H A DTrustNonnullChecker.cpp162 if (getNullabilityAnnotation(ExprRetType) == Nullability::Nonnull) in isNonNullPtr()
178 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h65 Nullability getNullabilityAnnotation(QualType Type);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp102 Nullability getNullabilityAnnotation(QualType Type) { in getNullabilityAnnotation() function