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.cpp166 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, CheckKind CK,
481 void NullabilityChecker::reportBugIfInvariantHolds( in reportBugIfInvariantHolds() function in NullabilityChecker
719 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilReturnedToNonnull, in checkPreStmt()
753 reportBugIfInvariantHolds(OS.str(), ErrorKind::NullableReturnedToNonnull, in checkPreStmt()
819 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilPassedToNonnull, in checkPreCall()
845 reportBugIfInvariantHolds(OS.str(), ErrorKind::NullablePassedToNonnull, in checkPreCall()
853 reportBugIfInvariantHolds("Nullable pointer is dereferenced", in checkPreCall()
1308 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilAssignedToNonnull, in checkBind()
1339 reportBugIfInvariantHolds("Nullable pointer is assigned to a pointer " in checkBind()