Searched refs:NullabilityChecker (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 80 class NullabilityChecker class 437 void NullabilityChecker::reportBugIfInvariantHolds( in reportBugIfInvariantHolds() 454 void NullabilityChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols() 526 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() 569 void NullabilityChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt() 684 void NullabilityChecker::checkPreCall(const CallEvent &Call, in checkPreCall() 783 void NullabilityChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 972 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() 1094 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() 1232 mgr.registerChecker<NullabilityChecker>(); in registerNullabilityBase() [all …]
|
| H A D | CMakeLists.txt | 79 NullabilityChecker.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 87 "NullabilityChecker.cpp",
|