Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp39 struct AllocationState { struct in __anonc0aa0fcc0111::MacOSKeychainAPIChecker
44 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function
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
270 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
324 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
439 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
623 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
626 const AllocationState *ASPrev = in VisitNode()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt519 clang/lib/StaticAnalyzer/Checkers/AllocationState.h