Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp152 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
225 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
269 State = State->remove<AllocatedData>(V); in checkPreStmt()
371 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
381 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
450 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
526 State = State->remove<AllocatedData>(Sym); in evalAssume()
546 State = State->remove<AllocatedData>(Sym); in checkDeadSymbols()
581 for (auto I : State->get<AllocatedData>()) { in checkPointerEscape()
584 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
[all …]