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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2416 mutable std::unique_ptr<CFRefBug> deallocGC, deallocNotOwned; member in class:__anon18232::RetainCountChecker
3190 if (!deallocNotOwned)
3191 deallocNotOwned.reset(new DeallocNotOwned(this));
3192 BT = &*deallocNotOwned;

Completed in 165 milliseconds