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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp210 mutable std::unique_ptr<BugType> BT_MismatchedDealloc; member in class:__anon18202::MallocChecker
1389 if (!BT_MismatchedDealloc)
1390 BT_MismatchedDealloc.reset(
1425 BugReport *R = new BugReport(*BT_MismatchedDealloc, os.str(), N);

Completed in 161 milliseconds