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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp170 bool isReturnedOwned() const { function in class:__anon18226::RefVal
3393 if (X.isReturnedOwned() && X.getCount() == 0) {
3648 else if (V.isNotOwned() || V.isReturnedOwned())

Completed in 279 milliseconds