Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp142 class CFErrorDerefBug : public BugType { class
144 CFErrorDerefBug(const CheckerBase *Checker) in CFErrorDerefBug() function in __anonec4003dd0311::CFErrorDerefBug
157 mutable std::unique_ptr<CFErrorDerefBug> CFBT;
274 CFBT.reset(new CFErrorDerefBug(this)); in checkEvent()