Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp294 struct ReallocPair { struct
297 SymbolRef ReallocatedSym;
298 OwnershipAfterReallocKind Kind;
300 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() argument
302 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
306 bool operator==(const ReallocPair &X) const { in operator ==()