Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp39 struct AllocationState { struct in __anonf1e97ce70111::MacOSKeychainAPIChecker
41 unsigned int AllocatorIdx;
42 SymbolRef Region;
44 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument
48 bool operator==(const AllocationState &X) const { in operator ==()
53 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
157 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE()