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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2414 mutable OwningPtr<CFRefBug> deallocGC, deallocNotOwned; member in class:__anon15560::RetainCountChecker
3147 if (!deallocNotOwned)
3148 deallocNotOwned.reset(new DeallocNotOwned());
3149 BT = &*deallocNotOwned;

Completed in 122 milliseconds