Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp164 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error,
478 void NullabilityChecker::reportBugIfInvariantHolds( in reportBugIfInvariantHolds() function in NullabilityChecker
723 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilReturnedToNonnull, in checkPreStmt()
755 reportBugIfInvariantHolds(OS.str(), ErrorKind::NullableReturnedToNonnull, in checkPreStmt()
820 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilPassedToNonnull, in checkPreCall()
846 reportBugIfInvariantHolds(OS.str(), ErrorKind::NullablePassedToNonnull, in checkPreCall()
854 reportBugIfInvariantHolds( in checkPreCall()
1307 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilAssignedToNonnull, in checkBind()
1337 reportBugIfInvariantHolds("Nullable pointer is assigned to a pointer " in checkBind()