Searched refs:DerefKind (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DereferenceChecker.cpp | 32 enum DerefKind { enum in __anon0e87d1db0111::DereferenceChecker 39 void reportBug(DerefKind K, ProgramStateRef State, const Stmt *S, 161 void DereferenceChecker::reportBug(DerefKind K, ProgramStateRef State, in reportBug() 167 case DerefKind::NullPointer: in reportBug() 176 case DerefKind::UndefinedPointerValue: in reportBug() 185 case DerefKind::AddressOfLabel: in reportBug() 194 case DerefKind::FixedAddress: in reportBug() 278 reportBug(DerefKind::UndefinedPointerValue, C.getState(), DerefExpr, C); in checkLocation() 299 reportBug(DerefKind::NullPointer, nullState, expr, C); in checkLocation() 317 reportBug(DerefKind::FixedAddress, notNullState, DerefExpr, C); in checkLocation() [all …]
|