Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp241 enum OwnershipAfterReallocKind { enum
266 OwnershipAfterReallocKind Kind;
268 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair()
2644 OwnershipAfterReallocKind Kind = OAR_ToBeFreedAfterFailure; in ReallocMemAux()