Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp39 struct AllocationState { struct in __anonf1e97ce70111::MacOSKeychainAPIChecker
44 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument
48 bool operator==(const AllocationState &X) const { in operator ==() argument
72 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;
157 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
271 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()