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

/external/pdfium/core/fxcrt/
H A Dmaybe_owned_unittest.cpp42 TEST(MaybeOwned, NotOwned) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp80 NotOwned, // Reference is not owned by still valid (not freed). enumerator in enum:__anon2024::RefVal::Kind
184 return getKind() == NotOwned;
210 return RefVal(NotOwned, o, Count, 0, t, IvarAccessHistory::None);
281 case NotOwned: {
282 Out << "NotOwned";
2102 case RefVal::NotOwned:
3189 case RefVal::NotOwned:
3198 V = V ^ RefVal::NotOwned;
3223 case RefVal::NotOwned:
3248 V = V ^ RefVal::NotOwned;
[all...]

Completed in 136 milliseconds