Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp41 struct AllocationState { struct in __anon6a7fd89c0111::MacOSKeychainAPIChecker
46 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function
50 bool operator==(const AllocationState &X) const { in operator ==() argument
74 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;
153 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
265 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
317 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
431 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
613 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
616 const AllocationState *ASPrev = in VisitNode()