Home
last modified time | relevance | path

Searched refs:ExprRetType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustReturnsNonnullChecker.cpp43 QualType ExprRetType = Call.getResultType(); in isNonNullPtr() local
45 if (!ExprRetType->isAnyPointerType() || !CallDeclaration) in isNonNullPtr()
H A DTrustNonnullChecker.cpp157 QualType ExprRetType = Call.getResultType(); in isNonNullPtr() local
158 if (!ExprRetType->isAnyPointerType()) in isNonNullPtr()
161 if (getNullabilityAnnotation(ExprRetType) == Nullability::Nonnull) in isNonNullPtr()