Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp135 class NSErrorDerefBug : public BugType { class
137 NSErrorDerefBug(const CheckerBase *Checker) in NSErrorDerefBug() function in __anoncc6c3af90311::NSErrorDerefBug
156 mutable std::unique_ptr<NSErrorDerefBug> NSBT;
270 NSBT.reset(new NSErrorDerefBug(this)); in checkEvent()