Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp155 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
228 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
273 State = State->remove<AllocatedData>(V); in checkPreStmt()
378 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
388 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
457 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
507 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
554 State = State->remove<AllocatedData>(I->first); in checkDeadSymbols()
589 for (auto I : State->get<AllocatedData>()) { in checkPointerEscape()
592 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
[all …]