Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp251 struct ReallocPair { struct
254 SymbolRef ReallocatedSym;
255 OwnershipAfterReallocKind Kind;
257 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K) in ReallocPair() function
259 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
263 bool operator==(const ReallocPair &X) const { in operator ==()