Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp313 static bool isValidPointerType(QualType T) { in isValidPointerType() function
577 if (!isValidPointerType(Param->getType())) in checkBeginFunction()
659 if (!isValidPointerType(RetExpr->getType())) in checkPreStmt()
792 if (!isValidPointerType(Param->getType()) && in checkPreCall()
879 if (!isValidPointerType(ReturnType)) in checkPostCall()
979 if (!isValidPointerType(RetType)) in checkPostObjCMessage()
1134 if (!isValidPointerType(OriginType)) in checkPostStmt()
1136 if (!isValidPointerType(DestType)) in checkPostStmt()
1260 if (!isValidPointerType(LocType)) in checkBind()