module Adarwin
The module keeps all the classes and constants together. It contains the classes:
-
Engine: The main component of the tool, providing the high-level flow.
-
Preprocessor: C-preprocessor, extracting defines/includes from source code.
-
Nest:
-
Interval:
-
Dependence:
-
Reference:
The module also contains a list of inter-class constants.
Constants
- ERROR
A string given as a start of an error message.
- MESSAGE
A string given as a start of an informative message.
- PRAGMA_ARC
Array reference characterisation (ARC) pragma
- PRAGMA_DELIMITER_END
- PRAGMA_DELIMITER_START
Create a string from a pragma because pragma’s are unsupported by CAST.
- PRAGMA_SPECIES
Species pragma
- SCOP_END
Enf of the scop
- SCOP_START
Start of the scop
- WARNING
A string given as a start of an warning message.