Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp34 std::unique_ptr<BugType> DoubleSuperDeallocBugType; member in __anon796350650111::ObjCSuperDeallocChecker
198 new BugReport(*DoubleSuperDeallocBugType, Desc, ErrNode)); in reportUseAfterDealloc()
225 DoubleSuperDeallocBugType.reset( in ObjCSuperDeallocChecker()