Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp41 struct AllocationState { struct in __anon6a7fd89c0111::MacOSKeychainAPIChecker
43 unsigned int AllocatorIdx;
44 SymbolRef Region;
46 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function
50 bool operator==(const AllocationState &X) const { in operator ==()
55 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
153 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE()