Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp139 struct ReallocPair { struct
141 SymbolRef ReallocatedSym;
142 ReallocPairKind Kind;
144 ReallocPair(SymbolRef S, ReallocPairKind K) : in ReallocPair() argument
146 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
150 bool operator==(const ReallocPair &X) const { in operator ==()