Searched refs:reportBugIfInvariantHolds (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 160 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, CheckKind CK, 437 void NullabilityChecker::reportBugIfInvariantHolds( in reportBugIfInvariantHolds() function in NullabilityChecker 635 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilReturnedToNonnull, in checkPreStmt() 669 reportBugIfInvariantHolds(OS.str(), ErrorKind::NullableReturnedToNonnull, in checkPreStmt() 735 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilPassedToNonnull, in checkPreCall() 761 reportBugIfInvariantHolds(OS.str(), ErrorKind::NullablePassedToNonnull, in checkPreCall() 769 reportBugIfInvariantHolds("Nullable pointer is dereferenced", in checkPreCall() 1150 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilAssignedToNonnull, in checkBind() 1181 reportBugIfInvariantHolds("Nullable pointer is assigned to a pointer " in checkBind()
|