9#ifndef FORTRAN_COMMON_FORTRAN_CONSTS_H_
10#define FORTRAN_COMMON_FORTRAN_CONSTS_H_
20 TypeCategory, Integer, Unsigned, Real, Complex, Character, Logical, Derived)
21ENUM_CLASS(VectorElementCategory, Integer, Unsigned, Real)
23ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
24 Print, Read, Rewind, Wait, Write)
28 DefinedIo, ReadFormatted, ReadUnformatted, WriteFormatted, WriteUnformatted)
31static constexpr int maxRank{15};
37enum class RoundingMode : std::uint8_t {
Definition: bit-population-count.h:20