Searched refs:DeallocNotOwned (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h32 DeallocNotOwned, enumerator in enum:clang::ento::retaincountchecker::RefCountBug::RefCountBugKind
H A DRetainCountDiagnostics.cpp27 case DeallocNotOwned:
50 case DeallocNotOwned:
459 BT.getBugType() == RefCountBug::DeallocNotOwned;
H A DRetainCountChecker.h257 std::unique_ptr<RefCountBug> DeallocNotOwned; member in class:clang::ento::retaincountchecker::RetainCountChecker
H A DRetainCountChecker.cpp853 return *DeallocNotOwned;
1502 INIT_BUGTYPE(DeallocNotOwned)
1534 LAZY_INIT_BUGTYPE(DeallocNotOwned)

Completed in 107 milliseconds