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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp159 mutable OwningPtr<BugType> BT_DoubleFree; member in class:__anon3572::MallocChecker
1402 if (!BT_DoubleFree)
1403 BT_DoubleFree.reset(new BugType("Double free", "Memory Error"));
1405 BugReport *R = new BugReport(*BT_DoubleFree,

Completed in 75 milliseconds