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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2375 mutable OwningPtr<CFRefBug> deallocGC, deallocNotOwned; member in class:__anon3919::RetainCountChecker
3111 if (!deallocNotOwned)
3112 deallocNotOwned.reset(new DeallocNotOwned());
3113 BT = &*deallocNotOwned;

Completed in 147 milliseconds