Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
def.cpp File Reference
#include "thorin/def.h"
#include <algorithm>
#include <optional>
#include <ranges>
#include <stack>
#include "thorin/rewrite.h"
#include "thorin/world.h"
#include "thorin/analyses/scope.h"
#include "fe/assert.h"
Include dependency graph for def.cpp:

Go to the source code of this file.

Namespaces

namespace  thorin
 

Macros

#define CODE(op, abbr)    case Node::op: return #abbr;
 

Macro Definition Documentation

◆ CODE

#define CODE (   op,
  abbr 
)     case Node::op: return #abbr;