Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp40 struct AllocationState { struct in __anon3797eaeb0111::MacOSKeychainAPIChecker
45 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function
49 bool operator==(const AllocationState &X) const { in operator ==() argument
73 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;
155 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
269 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
322 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
437 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
620 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
623 const AllocationState *ASPrev = in VisitNode()