Lines Matching refs:AllocatedData
156 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
229 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
271 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
274 State = State->remove<AllocatedData>(V); in checkPreStmt()
325 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
379 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
389 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
440 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
458 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
508 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
535 State = State->remove<AllocatedData>(I->first); in evalAssume()
544 AllocatedDataTy AMap = State->get<AllocatedData>(); in checkDeadSymbols()
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()
614 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
624 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
628 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
655 AllocatedDataTy AMap = State->get<AllocatedData>(); in printState()