Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp153 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
227 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
272 State = State->remove<AllocatedData>(V); in checkPreStmt()
376 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
386 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
455 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
505 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
552 State = State->remove<AllocatedData>(I->first); in checkDeadSymbols()
587 for (auto I : State->get<AllocatedData>()) { in checkPointerEscape()
590 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
[all …]