Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp647 static const Expr *lookThroughImplicitCasts(const Expr *E) { in lookThroughImplicitCasts() function
702 getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType()); in checkPreStmt()
801 getNullabilityAnnotation(lookThroughImplicitCasts(ArgExpr)->getType()); in checkPreCall()
1285 getNullabilityAnnotation(lookThroughImplicitCasts(ValueExpr)->getType()); in checkBind()