Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugSuppression.cpp129 bool BugSuppression::isSuppressed(const BugReport &R) { in isSuppressed() function in BugSuppression
134 return isSuppressed(Location, DeclWithIssue, {}) || in isSuppressed()
135 isSuppressed(UniqueingLocation, DeclWithIssue, {}); in isSuppressed()
138 bool BugSuppression::isSuppressed(const PathDiagnosticLocation &Location, in isSuppressed() function in BugSuppression
HDBugReporter.cpp2940 if (UserSuppressions.isSuppressed(*R)) in emitReport()
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugSuppression.h36 bool isSuppressed(const BugReport &);
40 bool isSuppressed(const PathDiagnosticLocation &Location,
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDeadStoresChecker.cpp172 bool isSuppressed(SourceRange R) { in isSuppressed() function in __anonbdad00f00211::DeadStoreObs
207 if (isSuppressed(R)) in Report()