Searched refs:AllocationState (Results 1 – 2 of 2) sorted by relevance
40 struct AllocationState { struct in __anon6e71b5a90111::MacOSKeychainAPIChecker45 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function49 bool operator==(const AllocationState &X) const { in operator ==() argument73 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;158 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument271 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()325 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()440 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()624 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()627 const AllocationState *ASPrev = in VisitNode()
517 clang/lib/StaticAnalyzer/Checkers/AllocationState.h