Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp240 enum OwnershipAfterReallocKind { enum
265 OwnershipAfterReallocKind Kind;
267 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair()
2653 OwnershipAfterReallocKind Kind = OAR_ToBeFreedAfterFailure; in ReallocMemAux()