Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h59 ErrorDeallocNotOwned, // -dealloc called on non-owned object. enumerator
H A DRetainCountChecker.cpp84 case ErrorDeallocNotOwned: in print()
756 V = V ^ RefVal::ErrorDeallocNotOwned; in updateSymbol()
848 case RefVal::ErrorDeallocNotOwned: in errorKindToBugKind()