Home
last modified time | relevance | path

Searched refs:ErrorDeallocNotOwned (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h61 ErrorDeallocNotOwned, // -dealloc called on non-owned object. enumerator
H A DRetainCountChecker.cpp147 case ErrorDeallocNotOwned: in print()
774 V = V ^ RefVal::ErrorDeallocNotOwned; in updateSymbol()
891 case RefVal::ErrorDeallocNotOwned: in processNonLeakError()