Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp127 struct ReallocPair { struct
129 SymbolRef ReallocatedSym;
130 ReallocPairKind Kind;
132 ReallocPair(SymbolRef S, ReallocPairKind K) : in ReallocPair() function
134 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
138 bool operator==(const ReallocPair &X) const { in operator ==()