Lines Matching refs:AllocatedData
152 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
225 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
266 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
269 State = State->remove<AllocatedData>(V); in checkPreStmt()
318 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
371 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
381 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
432 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
450 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
499 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume()
526 State = State->remove<AllocatedData>(Sym); in evalAssume()
535 AllocatedDataTy AMap = State->get<AllocatedData>(); in checkDeadSymbols()
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()
605 State = State->remove<AllocatedData>(Sym); in checkPointerEscape()
615 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
619 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
646 AllocatedDataTy AMap = State->get<AllocatedData>(); in printState()