FLANG
|
Go to the source code of this file.
Classes | |
class | Fortran::lower::LoweringOptionsBase |
class | Fortran::lower::LoweringOptions |
Namespaces | |
namespace | Fortran |
namespace | Fortran::lower |
Macros | |
#define | LOWERINGOPT(Name, Bits, Default) unsigned Name : Bits; |
#define | ENUM_LOWERINGOPT(Name, Type, Bits, Default) |
#define | LOWERINGOPT(Name, Bits, Default) |
#define | ENUM_LOWERINGOPT(Name, Type, Bits, Default) unsigned Name : Bits; |
#define | LOWERINGOPT(Name, Bits, Default) |
#define | ENUM_LOWERINGOPT(Name, Type, Bits, Default) |
Options controlling lowering of front-end fragments to the FIR dialect of MLIR
#define ENUM_LOWERINGOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) |