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.cpp262 struct ReallocPair { struct
265 SymbolRef ReallocatedSym;
266 OwnershipAfterReallocKind Kind;
268 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() argument
270 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
274 bool operator==(const ReallocPair &X) const { in operator ==()