Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp82 class NullabilityChecker class
318 NullabilityChecker::getTrackRegion(SVal Val, bool CheckSuperRegion) const { in getTrackRegion()
341 PathDiagnosticPieceRef NullabilityChecker::NullabilityBugVisitor::VisitNode( in VisitNode()
481 void NullabilityChecker::reportBugIfInvariantHolds( in reportBugIfInvariantHolds()
498 void NullabilityChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
532 void NullabilityChecker::checkEvent(ImplicitNullDerefEvent Event) const { in checkEvent()
566 void NullabilityChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()
610 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation()
653 void NullabilityChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt()
768 void NullabilityChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
[all …]
/freebsd/lib/clang/libclang/
H A DMakefile704 SRCS_FUL+= StaticAnalyzer/Checkers/NullabilityChecker.cpp