Uses of Interface
dev.civl.mc.model.IF.statement.MallocStatement
Packages that use MallocStatement
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.type defines types in CIVL.
-
Uses of MallocStatement in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return MallocStatementModifier and TypeMethodDescriptionModel.getMalloc(int index) ModelFactory.mallocStatement(CIVLSource civlSource, Location source, LHSExpression lhs, CIVLType staticElementType, Expression scopeExpression, Expression sizeExpression, int mallocId, Expression guard) Create a new malloc statementMethod parameters in dev.civl.mc.model.IF with type arguments of type MallocStatementModifier and TypeMethodDescriptionvoidCIVLTypeFactory.completeHeapType(CIVLHeapType heapType, Collection<MallocStatement> mallocs) Completes the heap type. -
Uses of MallocStatement in dev.civl.mc.model.IF.type
Methods in dev.civl.mc.model.IF.type that return MallocStatementMethod parameters in dev.civl.mc.model.IF.type with type arguments of type MallocStatementModifier and TypeMethodDescriptionvoidCIVLHeapType.complete(Collection<MallocStatement> mallocs, dev.civl.sarl.IF.type.SymbolicType dynamicType, dev.civl.sarl.IF.expr.SymbolicExpression initialValue, dev.civl.sarl.IF.expr.SymbolicExpression undefinedValue)