Lines Matching refs:AllocatedData
155 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
228 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
270 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
273 State = State->remove<AllocatedData>(V); in checkPreStmt()
324 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
378 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
388 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
439 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
457 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
507 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
534 State = State->remove<AllocatedData>(I->first); in evalAssume()
543 AllocatedDataTy AMap = State->get<AllocatedData>(); in checkDeadSymbols()
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()
613 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
623 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
627 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
654 AllocatedDataTy AMap = State->get<AllocatedData>(); in printState()