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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp129 bool isReturnedOwned() const { function in class:__anon3597::RefVal
3274 if (X.isReturnedOwned() && X.getCount() == 0) {
3530 else if (V.isNotOwned() || V.isReturnedOwned())

Completed in 167 milliseconds