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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h54 NotOwned, // Reference is not owned by still valid (not freed). enumerator in enum:clang::ento::retaincountchecker::RefVal::Kind
156 return getKind() == NotOwned;
180 return RefVal(NotOwned, o, /*Count=*/0, 0, t, IvarAccessHistory::None);
H A DRetainCountChecker.cpp60 case NotOwned: {
61 Out << "NotOwned";
756 case RefVal::NotOwned:
765 V = V ^ RefVal::NotOwned;
788 case RefVal::NotOwned:
808 V = V ^ RefVal::NotOwned;
818 case RefVal::NotOwned:
1007 case RefVal::NotOwned: {
1241 V = V ^ RefVal::NotOwned;
H A DRetainCountDiagnostics.cpp118 case RefVal::NotOwned:

Completed in 64 milliseconds