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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp82 ReturnedNotOwned, // Return object does not pass ownership to caller. enumerator in enum:__anon3597::RefVal::Kind
134 return getKind() == ReturnedNotOwned;
210 case ReturnedNotOwned: {
211 Out << "ReturnedNotOwned";
2011 case RefVal::ReturnedNotOwned:
3213 X = X ^ RefVal::ReturnedNotOwned;
3484 V = V ^ RefVal::ReturnedNotOwned;

Completed in 101 milliseconds