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.cpp83 class NullabilityChecker class
315 NullabilityChecker::getTrackRegion(SVal Val, bool CheckSuperRegion) const { in getTrackRegion()
338 PathDiagnosticPieceRef NullabilityChecker::NullabilityBugVisitor::VisitNode( in VisitNode()
478 void NullabilityChecker::reportBugIfInvariantHolds( in reportBugIfInvariantHolds()
495 void NullabilityChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
529 void NullabilityChecker::checkEvent(ImplicitNullDerefEvent Event) const { in checkEvent()
563 void NullabilityChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()
607 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation()
650 void NullabilityChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt()
770 void NullabilityChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
[all …]
/freebsd/lib/clang/libclang/
H A DMakefile745 SRCS_FUL+= StaticAnalyzer/Checkers/NullabilityChecker.cpp