Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp40 struct AllocationState { struct in __anone23b33b30111::MacOSKeychainAPIChecker
42 unsigned int AllocatorIdx;
43 SymbolRef Region;
45 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument
49 bool operator==(const AllocationState &X) const { in operator ==()
54 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
158 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE()