Searched defs:BT_MismatchedDealloc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp163 mutable OwningPtr<BugType> BT_MismatchedDealloc; member in class:__anon15529::MallocChecker
1269 if (!BT_MismatchedDealloc)
1270 BT_MismatchedDealloc.reset(new BugType("Bad deallocator",
1292 BugReport *R = new BugReport(*BT_MismatchedDealloc, os.str(), N);

Completed in 33 milliseconds