Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp42 struct AllocationState { struct in __anonef1c62cf0111::MacOSKeychainAPIChecker
44 unsigned int AllocatorIdx;
45 SymbolRef Region;
47 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument
51 bool operator==(const AllocationState &X) const { in operator ==()
56 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
154 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DStackArrays.cpp54 enum class AllocationState { enum
[all...]