Home
last modified time | relevance | path

Searched defs:ReallocPair (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp261 struct ReallocPair { struct
264 SymbolRef ReallocatedSym;
265 OwnershipAfterReallocKind Kind;
267 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() argument
269 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
273 bool operator==(const ReallocPair &X) const { in operator ==()