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)
 
   31RT_OFFLOAD_VAR_GROUP_BEGIN
 
   33static constexpr int maxRank{15};
 
   34RT_OFFLOAD_VAR_GROUP_END
 
   40enum class RoundingMode : std::uint8_t {
 
Definition bit-population-count.h:20