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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2358 mutable OwningPtr<CFRefBug> deallocGC, deallocNotOwned; member in class:__anon4066::RetainCountChecker
3085 if (!deallocNotOwned)
3086 deallocNotOwned.reset(new DeallocNotOwned());
3087 BT = &*deallocNotOwned;

Completed in 46 milliseconds