Home
last modified time | relevance | path

Searched defs:NotOwned (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h54 NotOwned, // Reference is not owned by still valid (not freed). enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp480 enum class IsOwnedResult { Unknown, Skip, Owned, NotOwned }; enumerator