MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
autogen.h File Reference
#include <mim/axiom.h>
#include <mim/plugin.h>
Include dependency graph for autogen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mim::plug::demo
 The demo Plugin
 
namespace  mim
 
namespace  mim::plug
 

Macros

#define MIM_demo_NORMALIZER_IMPL
 

Functions

void mim::plug::demo::register_normalizers (Normalizers &normalizers)
 

Variables

static constexpr plugin_t mim::plug::demo::Plugin_Id = 0x1463900000000000
 

%demo.const_idx

enum  mim::plug::demo::const_idx : flags_t
 
Ref mim::plug::demo::normalize_const (Ref type, Ref, Ref arg)
 

Macro Definition Documentation

◆ MIM_demo_NORMALIZER_IMPL

#define MIM_demo_NORMALIZER_IMPL
Value:
void register_normalizers(Normalizers& normalizers) {\
normalizers[flags_t(Annex::Base<const_idx>)] = &normalize_const; \
}

Definition at line 26 of file autogen.h.