NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
variable.cpp File Reference
#include "runtime.h"
#include "variable.h"
Include dependency graph for variable.cpp:

Go to the source code of this file.

Macros

#define DEFINE_OPERATOR_IMPL(name)   __attribute__ ((weak)) Variable & VariableOp::__ ## name ## __(Variable &self, const Variable &other)
 

Functions

 __attribute__ ((weak)) Variable &VariableOp
 

Macro Definition Documentation

◆ DEFINE_OPERATOR_IMPL

#define DEFINE_OPERATOR_IMPL ( name)    __attribute__ ((weak)) Variable & VariableOp::__ ## name ## __(Variable &self, const Variable &other)

Definition at line 812 of file variable.cpp.

Function Documentation

◆ __attribute__()