Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp129 struct ReallocPair { struct
131 SymbolRef ReallocatedSym;
132 ReallocPairKind Kind;
134 ReallocPair(SymbolRef S, ReallocPairKind K) : in ReallocPair() argument
136 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
140 bool operator==(const ReallocPair &X) const { in operator ==()