PIPS
IoElementDescriptor Struct Reference

{{ banner More...

Data Fields

string StmtName
 
string IoElementName
 
tag ReadOrWrite
 
tag MayOrMust
 

Detailed Description

{{ banner

package regions : Alexis Platonoff, 22 Aout 1990

This File contains the main functions that compute the regions of a call to an intrinsic function : "+", "COS", etc... }} {{ data structures for handling descriptors the following data structure indicates whether an io element generates a read regions or a write region. the kind of region depends on the instruction type: for instance, access generates a read region if used within an open statement, and a write region when used inside an inquire statement

Definition at line 42 of file myintrinsics.c.

Field Documentation

◆ IoElementName

string IoElementDescriptor::IoElementName

Definition at line 44 of file myintrinsics.c.

Referenced by io_comp_regions(), and SearchIoElement().

◆ MayOrMust

tag IoElementDescriptor::MayOrMust

Definition at line 45 of file myintrinsics.c.

Referenced by io_comp_regions().

◆ ReadOrWrite

tag IoElementDescriptor::ReadOrWrite

Definition at line 45 of file myintrinsics.c.

Referenced by io_comp_regions().

◆ StmtName

string IoElementDescriptor::StmtName

Definition at line 43 of file myintrinsics.c.

Referenced by SearchIoElement().


The documentation for this struct was generated from the following file: