Package | Description |
---|---|
claw.tatsu.primitive |
Modifier and Type | Method and Description |
---|---|
static PromotionInfo |
Function.readPromotionInfo(FfunctionType fctType,
InsertionPosition insertionPosition)
Read the promotion information stored in function type.
|
Modifier and Type | Method and Description |
---|---|
static void |
Field.adaptAllocate(PromotionInfo promotionInfo,
Xnode parent,
XcodeProgram xcodeml)
Adapt allocate statement with given dimension.
|
static void |
Field.adaptArrayRef(PromotionInfo promotionInfo,
Xnode parent,
XcodeProgram xcodeml)
Adapt all the array references of the variable in the data clause in the
current function/subroutine definition.
|
static void |
Field.promote(PromotionInfo fieldInfo,
FfunctionDefinition fctDef,
XcodeProgram xcodeml)
Promote a field with the information stored in the defined dimensions.
|