Go to the source code of this file.
|
#define | q(X) '"' << X << '"' |
|
#define | id(X) q(std::hex << &X << std::dec) |
|
#define | ACCEPT(CLASS) |
|
#define | DECLARE(CLASS) void operator()(Const<CLASS> &op) override; |
|
|
| __attribute__ ((constructor(202))) void register_post_optimization() |
|
◆ ACCEPT
Value: void CLASS::accept(OperatorVisitor &V) { V(*this); } \
Definition at line 320 of file Operator.cpp.
◆ DECLARE
#define DECLARE |
( |
|
CLASS | ) |
void operator()(Const<CLASS> &op) override; |
◆ id
#define id |
( |
|
X | ) |
q(std::hex << &X << std::dec) |
#define q |
( |
|
X | ) |
'"' << X << '"' |
◆ __attribute__()
__attribute__ |
( |
(constructor(202)) |
| ) |
|