Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp39 struct AllocationState { struct in __anonc0aa0fcc0111::MacOSKeychainAPIChecker
41 unsigned int AllocatorIdx;
42 SymbolRef Region;
44 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function
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()