Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp171 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error,
458 void NullabilityChecker::reportBugIfInvariantHolds(StringRef Msg, in reportBugIfInvariantHolds() function in NullabilityChecker
619 reportBugIfInvariantHolds(OS.str(), in checkPreStmt()
653 reportBugIfInvariantHolds(OS.str(), in checkPreStmt()
716 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilPassedToNonnull, N, in checkPreCall()
742 reportBugIfInvariantHolds(OS.str(), in checkPreCall()
750 reportBugIfInvariantHolds("Nullable pointer is dereferenced", in checkPreCall()
1133 reportBugIfInvariantHolds("Null is assigned to a pointer which is " in checkBind()
1166 reportBugIfInvariantHolds("Nullable pointer is assigned to a pointer " in checkBind()