Searched refs:AllocationState (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp35 /// AllocationState is a part of the checker specific state together with the
37 struct AllocationState { struct in class:__anon18200::MacOSKeychainAPIChecker
42 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : function in struct:__anon18200::MacOSKeychainAPIChecker::AllocationState
46 bool operator==(const AllocationState &X) const {
62 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;
158 /// corresponding AllocationState.
161 MacOSKeychainAPIChecker::AllocationState)
297 if (const AllocationState *AS = State->get<AllocatedData>(V)) {
348 const AllocationState *AS = State->get<AllocatedData>(ArgSM);
482 State = State->set<AllocatedData>(V, AllocationState(ArgExp
[all...]

Completed in 197 milliseconds