Directive.h File Reference
Go to the source code of this file.
|
Enumerations |
| enum | DirectiveType {
DT_NONE = 0,
DT_CSRD,
DT_HPF,
DT_CRAY,
DT_KSR,
DT_CONVEX,
DT_SGI,
DT_CONVEX_SPP,
DT_CEDAR_FORTRAN,
DT_CRAY_T3D,
DT_COMMENT,
DT_CF_F77,
DT_SGI_POWER,
DT_KAP_SGI,
DT_TREADMARKS,
DT_FAST_MESSAGES,
DT_OMP,
DT_ZHU = 25
} |
| enum | DirectiveState {
DS_NONE,
DS_PARSED,
DS_GENERATED
} |
Enumeration Type Documentation
|
|
- Enumeration values:
-
| DT_NONE |
|
| DT_CSRD |
|
| DT_HPF |
|
| DT_CRAY |
= 3 |
| DT_KSR |
|
| DT_CONVEX |
|
| DT_SGI |
= 6 |
| DT_CONVEX_SPP |
= 7 |
| DT_CEDAR_FORTRAN |
|
| DT_CRAY_T3D |
= 9 |
| DT_COMMENT |
|
| DT_CF_F77 |
|
| DT_SGI_POWER |
= 12 |
| DT_KAP_SGI |
|
| DT_TREADMARKS |
= 14 |
| DT_FAST_MESSAGES |
Begin OpenMP Modification. |
| DT_OMP |
End OpenMP Modification. |
| DT_ZHU |
|
Definition at line 41 of file Directive.h. |
|
|
- Enumeration values:
-
| DS_NONE |
|
| DS_PARSED |
|
| DS_GENERATED |
|
Definition at line 64 of file Directive.h. |
|