Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp38 struct AllocationState { struct in __anon084b6ec40111::MacOSKeychainAPIChecker
43 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument
47 bool operator==(const AllocationState &X) const { in operator ==() argument
65 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;
162 MacOSKeychainAPIChecker::AllocationState> AllocatedSetTy;
306 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
357 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
489 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
665 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
668 const AllocationState *ASPrev = PrevN->getState()->get<AllocatedData>(Sym); in VisitNode()