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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2359 mutable OwningPtr<CFRefBug> overAutorelease, returnNotOwnedForOwned; member in class:__anon4066::RetainCountChecker
3334 if (!returnNotOwnedForOwned)
3335 returnNotOwnedForOwned.reset(new ReturnedNotOwnedForOwned());
3338 new CFRefReport(*returnNotOwnedForOwned,

Completed in 102 milliseconds