Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp155 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
229 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
274 State = State->remove<AllocatedData>(V); in checkPreStmt()
379 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
389 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
458 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
508 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
555 State = State->remove<AllocatedData>(I->first); in checkDeadSymbols()
590 for (auto I : State->get<AllocatedData>()) { in checkPointerEscape()
593 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
[all …]