Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp81 class NullabilityChecker class
436 void NullabilityChecker::reportBugIfInvariantHolds(StringRef Msg, in reportBugIfInvariantHolds()
452 void NullabilityChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
477 void NullabilityChecker::checkEvent(ImplicitNullDerefEvent Event) const { in checkEvent()
525 void NullabilityChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt()
643 void NullabilityChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
745 void NullabilityChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
819 void NullabilityChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage()
934 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt()
1056 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
[all …]
/freebsd-12.1/lib/clang/libclang/
H A DMakefile531 SRCS_FUL+= StaticAnalyzer/Checkers/NullabilityChecker.cpp