Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp40 struct AllocationState { struct in __anon6e71b5a90111::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;
158 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()
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt517 clang/lib/StaticAnalyzer/Checkers/AllocationState.h