Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp151 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
224 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
265 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
268 State = State->remove<AllocatedData>(V); in checkPreStmt()
317 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
370 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
380 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
431 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
449 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
498 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
[all …]