Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp145 class NSErrorDerefBug : public BugType { class
147 NSErrorDerefBug(const CheckerNameRef Checker) in NSErrorDerefBug() function in __anon254f93860311::NSErrorDerefBug
166 mutable std::unique_ptr<NSErrorDerefBug> NSBT;
279 NSBT.reset(new NSErrorDerefBug(NSErrorName)); in checkEvent()