9#ifndef FORTRAN_COMMON_FORTRAN_CONSTS_H_
10#define FORTRAN_COMMON_FORTRAN_CONSTS_H_
13#include "enum-class.h"
21 TypeCategory, Integer, Unsigned, Real, Complex, Character, Logical, Derived)
22ENUM_CLASS(VectorElementCategory, Integer, Unsigned, Real)
24ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
25 Print, Read, Rewind, Wait, Write)
29 DefinedIo, ReadFormatted, ReadUnformatted, WriteFormatted, WriteUnformatted)
33 VectorTypeCategory, DerivedType, IntrinsicVector, PairVector, QuadVector)
35RT_OFFLOAD_VAR_GROUP_BEGIN
37static constexpr int maxRank{15};
38RT_OFFLOAD_VAR_GROUP_END
44enum class RoundingMode : std::uint8_t {
Definition bit-population-count.h:20