Uses of Interface
dev.civl.mc.model.IF.type.CIVLHeapType
Packages that use CIVLHeapType
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of CIVLHeapType in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return CIVLHeapTypeModifier and TypeMethodDescriptionCIVLTypeFactory.heapType()Returns the CIVL heap type, which is unique for a given CIVL model.Returns a new, incomplete heap type.Methods in dev.civl.mc.model.IF with parameters of type CIVLHeapTypeModifier and TypeMethodDescriptionvoidCIVLTypeFactory.completeHeapType(CIVLHeapType heapType, Collection<MallocStatement> mallocs) Completes the heap type.