Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp152 class CFErrorDerefBug : public BugType { class
154 CFErrorDerefBug(const CheckerNameRef Checker) in CFErrorDerefBug() function in __anon75fc8a590311::CFErrorDerefBug
167 mutable std::unique_ptr<CFErrorDerefBug> CFBT;
284 CFBT.reset(new CFErrorDerefBug(CFErrorName)); in checkEvent()