MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
def.cpp File Reference
#include "mim/def.h"
#include <algorithm>
#include <fe/assert.h>
#include "mim/rewrite.h"
#include "mim/world.h"
#include "mim/util/hash.h"
Include dependency graph for def.cpp:

Go to the source code of this file.

Namespaces

namespace  mim
 

Macros

#define CODE(name, _, __)
 
#define CODE(n, _, j)
 

Macro Definition Documentation

◆ CODE [1/2]

#define CODE ( n,
_,
j )
Value:
case Node::n: return u32(j);

◆ CODE [2/2]

#define CODE ( name,
_,
__ )
Value:
case Node::name: return #name;